summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-319-172/+343
|/
* 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
* | 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
|/
* Use global references for Bitmap AndroidPixelRefsChris Craik2013-07-081-4/+4
* am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage...Romain Guy2013-06-281-6/+9
|\
| * Fix out of range glCopyTexImage2DRomain Guy2013-06-271-6/+9
* | Track the atlas' generation IDRomain Guy2013-06-276-29/+64
* | Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-2611-32/+299
* | (Small) 9patch drawing improvementsRomain Guy2013-06-241-2/+10
* | Merge "Initialize MergingDrawBatch clip with viewport bounds"Chris Craik2013-06-213-3/+10
|\ \
| * | Initialize MergingDrawBatch clip with viewport boundsChris Craik2013-06-213-3/+10
* | | Merge "Refcount the paint used by Canvas.drawPatch()"Romain Guy2013-06-211-0/+1
|\ \ \ | |/ / |/| |
| * | Refcount the paint used by Canvas.drawPatch()Romain Guy2013-06-211-0/+1
* | | Merge "Batch 9-patches in a single mesh whenever possible"Romain Guy2013-06-218-55/+171
|\ \ \ | |/ /
| * | Batch 9-patches in a single mesh whenever possibleRomain Guy2013-06-218-55/+171
* | | Merge "Make op outputting const, for more general logging"Chris Craik2013-06-211-43/+43
|\ \ \ | |/ / |/| |
| * | Make op outputting const, for more general loggingChris Craik2013-06-191-43/+43
* | | Merge "An identity matrix should be considered a pure translate matrix"Romain Guy2013-06-212-8/+8
|\ \ \
| * | | An identity matrix should be considered a pure translate matrixRomain Guy2013-06-202-8/+8
* | | | Merge "Add debugging logs for GPU pixel buffers"Romain Guy2013-06-201-0/+9
|\ \ \ \ | |/ / /
| * | | Add debugging logs for GPU pixel buffersRomain Guy2013-06-201-0/+9
* | | | Merge "Fix regression: TextureView.setAlpha() was ignored"Romain Guy2013-06-191-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix regression: TextureView.setAlpha() was ignoredRomain Guy2013-06-191-1/+1
* | | Merge "Share Caches' index buffer with FontRenderer"Romain Guy2013-06-198-51/+24
|\ \ \ | |/ /
| * | Share Caches' index buffer with FontRendererRomain Guy2013-06-188-51/+24
* | | Merge "Take hinting into account when caching fonts Bug #9464403"Romain Guy2013-06-182-0/+6
|\ \ \ | |/ /
| * | Take hinting into account when caching fontsRomain Guy2013-06-182-0/+6
* | | Merge "Handle all text bounds as post-translated"Chris Craik2013-06-171-1/+0
|\ \ \