Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Free resources only from the GL context thread. | Romain Guy | 2010-11-11 | 1 | -19/+25 |
* | Add new runtime debug flags. | Romain Guy | 2010-11-10 | 1 | -0/+8 |
* | Correctly remove unused paths from the cache. | Romain Guy | 2010-11-09 | 1 | -4/+15 |
* | Fix possible rendering issue when drawing a path. | Romain Guy | 2010-11-04 | 1 | -1/+7 |
* | Make simple paths made of lines work. | Romain Guy | 2010-09-30 | 1 | -2/+2 |
* | A Path can exist in several cache entries. | Romain Guy | 2010-09-09 | 1 | -1/+0 |
* | Purge Skia objects from GL caches as needed. | Romain Guy | 2010-09-08 | 1 | -0/+27 |
* | Use only one GL context per process, share chaches. | Romain Guy | 2010-08-24 | 1 | -4/+22 |
* | Add drop shadows. | Romain Guy | 2010-08-13 | 1 | -1/+1 |
* | Fix tons of bugs and add new text rendering support. | Romain Guy | 2010-08-10 | 1 | -1/+2 |
* | Enforce maximum texture size. | Romain Guy | 2010-08-07 | 1 | -2/+15 |
* | Automatically cleanup textures that don't fit in the cache. | Romain Guy | 2010-08-06 | 1 | -1/+2 |
* | Add support for paths. | Romain Guy | 2010-08-05 | 1 | -0/+165 |