summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Handle all text bounds as post-translatedChris Craik2013-06-171-1/+0
* | | Merge "Better handle op size edge cases"Chris Craik2013-06-174-5/+10
|\ \ \
| * | | Better handle op size edge casesChris Craik2013-06-174-5/+10
| |/ /
* | | Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706"Romain Guy2013-06-175-3/+25
|\ \ \ | | |/ | |/|
| * | Cancel layer update when a layer is about to be destroyedRomain Guy2013-06-175-3/+25
| |/
* | Merge "Check for layer renderer in flush"Chris Craik2013-06-171-1/+2
|\ \
| * | Check for layer renderer in flushChris Craik2013-06-171-1/+2
| |/
* | Merge "Fix clip merging behavior"Chris Craik2013-06-173-20/+41
|\ \ | |/ |/|
| * Fix clip merging behaviorChris Craik2013-06-143-20/+41
* | Merge more 9patchesRomain Guy2013-06-141-4/+3
|/
* Merge "Fix various draw ops that may incorrectly not scissor"Chris Craik2013-06-144-54/+60
|\
| * Fix various draw ops that may incorrectly not scissorChris Craik2013-06-134-54/+60
* | Merge "Add new Query class for debugging"Romain Guy2013-06-135-3/+159
|\ \
| * | Add new Query class for debuggingRomain Guy2013-06-135-3/+159
* | | Reset batching state when overlap batch deletion occursChris Craik2013-06-132-4/+8
| |/ |/|
* | Merge "Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833"Romain Guy2013-06-133-0/+128
|\ \ | |/
| * Restore buildLayer()'s old behavior; it's synchronous againRomain Guy2013-06-123-0/+128
* | Merge "Overdraw avoidance and merging of clipped ops"Chris Craik2013-06-138-140/+282
|\ \
| * | Overdraw avoidance and merging of clipped opsChris Craik2013-06-128-140/+282
| |/
* | Remove crash workarounds, add loggingChris Craik2013-06-122-7/+16
|/
* Merge "Avoid 9patch cache lookups when possible"Romain Guy2013-06-128-24/+71
|\
| * Avoid 9patch cache lookups when possibleRomain Guy2013-06-118-24/+71
* | am 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into j...Chris Craik2013-06-111-1/+2
|\ \ | |/ |/|
| * Workaround possible use after deleteChris Craik2013-06-101-1/+2
* | Assume a texture is unbound after deleting itRomain Guy2013-06-0613-11/+53
* | Remove string allocations when creating display listsRomain Guy2013-06-051-1/+6
* | Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-0426-164/+275
* | Enable GPU pixel buffers on OpenGL ES 3.0 devicesRomain Guy2013-06-044-10/+20