summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Take SkBitmap's stride into account when uploading texturesRomain Guy2013-09-255-18/+29
* Merge "Correct bitmap merging logic" into klp-devChris Craik2013-09-215-13/+8
|\
| * Correct bitmap merging logicChris Craik2013-09-205-13/+8
* | fix emoji clipping in hw draw pathVictoria Lease2013-09-191-1/+1
|/
* Merge "Conservatively estimate geometry bounds" into klp-devChris Craik2013-09-184-18/+43
|\
| * Conservatively estimate geometry boundsChris Craik2013-09-174-18/+43
* | Merge "Disallow negative scale matrices in merged Bitmap drawing" into klp-devChris Craik2013-09-184-3/+21
|\ \
| * | Disallow negative scale matrices in merged Bitmap drawingChris Craik2013-09-164-3/+21
| |/
* | Fix merged operation clippingChris Craik2013-09-131-1/+1
|/
* Always disable the clip for layersRomain Guy2013-09-121-4/+2
* Merge "Move DeferredDisplayState out of ops" into klp-devChris Craik2013-09-126-143/+195
|\
| * Move DeferredDisplayState out of opsChris Craik2013-09-126-143/+195
* | Fix another off-by-one error in ZipFileROKenny Root2013-09-111-1/+1
* | Reconcile differences between zip implementationsKenny Root2013-09-111-65/+129
* | Revert "Reconcile differences between zip implementations"Kenny Root2013-09-111-129/+65
* | Reconcile differences between zip implementationsKenny Root2013-09-111-65/+129
* | Merge "Fix scissor for functor invocation" into klp-devJohn Reck2013-09-101-2/+4
|\ \
| * | Fix scissor for functor invocationJohn Reck2013-09-101-2/+4
* | | Fix FontRenderer bug.Tim Murray2013-09-101-1/+1
|/ /
* | Add flags word to initialization.Tim Murray2013-09-091-1/+1
|/
* Dump the right matrix when logging display listsChris Craik2013-09-051-1/+1
* Move functor GL setup to just before functorChris Craik2013-08-261-6/+9
* Second attempt at avoiding infinite loop in PathCache::trim()Romain Guy2013-08-211-1/+16
* Properly account for created paths in the cacheRomain Guy2013-08-212-1/+6
* Add overdraw debugging that accounts for DeuteranomalyRomain Guy2013-08-214-9/+52
* Handle updates to C++ API.Tim Murray2013-08-191-2/+3
* Fix hardware layers lifecycleRomain Guy2013-08-161-0/+2
* Prevent ANR in apps using drawPath()Romain Guy2013-08-161-1/+5
* Clear FBO cache on full memory flushRomain Guy2013-08-161-0/+1
* fix kBW_Format glyphsVictoria Lease2013-08-122-2/+5
* Take shadow bounds into account for quick rejectsRomain Guy2013-08-093-3/+28
* Remove an unnecessary allocationRomain Guy2013-08-092-20/+0
* Split assets atlas batchesRomain Guy2013-08-064-7/+21
* Remove an unused C zip API.Elliott Hughes2013-08-052-55/+0
* Handle updates to RS C++ API.Tim Murray2013-08-023-11/+18
* Merge "Fix quickReject's handling of AA ramp geometry"Chris Craik2013-08-025-12/+52
|\
| * Fix quickReject's handling of AA ramp geometryChris Craik2013-08-025-12/+52
* | Fix region clipping bugsRomain Guy2013-08-013-6/+10
* | Merge "Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)"Victoria Lease2013-08-019-172/+343
|\ \
| * | Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-319-172/+343
| |/
* | Resource memory optimization.Dianne Hackborn2013-07-311-83/+257
|/
* Merge "Fix 9patches' limitation of 32 empty quads"Romain Guy2013-07-243-13/+10
|\
| * Fix 9patches' limitation of 32 empty quadsRomain Guy2013-07-243-13/+10
* | add static dependency on liblogColin Cross2013-07-231-0/+2
* | Merge "Ensure glActiveTexture is cleaned up correctly on functor resume"Chris Craik2013-07-223-0/+10
|\ \
| * | Ensure glActiveTexture is cleaned up correctly on functor resumeChris Craik2013-07-223-0/+10
| |/
* | Use global indices array to draw layersRomain Guy2013-07-225-47/+54
|/
* Merge "Support stencil-based clipping for functors"Chris Craik2013-07-161-0/+1
|\
| * Support stencil-based clipping for functorsChris Craik2013-07-161-0/+1
* | Fix crashes in setMatrix() and concat()Romain Guy2013-07-162-6/+13
|/