summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* Use global references for Bitmap AndroidPixelRefsChris Craik2013-07-081-4/+4
* Move input library code to frameworks/native.Jeff Brown2013-07-0117-5957/+16
* 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 "input: Handle a few extra error conditions."Jeff Brown2013-06-201-2/+2
|\ \ \ \
| * | | | input: Handle a few extra error conditions.Jeff Brown2013-06-181-2/+2
* | | | | 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