| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use global references for Bitmap AndroidPixelRefs | Chris Craik | 2013-07-08 | 1 | -4/+4 |
* | Move input library code to frameworks/native. | Jeff Brown | 2013-07-01 | 17 | -5957/+16 |
* | am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage... | Romain Guy | 2013-06-28 | 1 | -6/+9 |
|\ |
|
| * | Fix out of range glCopyTexImage2D | Romain Guy | 2013-06-27 | 1 | -6/+9 |
* | | Track the atlas' generation ID | Romain Guy | 2013-06-27 | 6 | -29/+64 |
* | | Refcount 9-patches and properly handle GC events | Romain Guy | 2013-06-26 | 11 | -32/+299 |
* | | (Small) 9patch drawing improvements | Romain Guy | 2013-06-24 | 1 | -2/+10 |
* | | Merge "Initialize MergingDrawBatch clip with viewport bounds" | Chris Craik | 2013-06-21 | 3 | -3/+10 |
|\ \ |
|
| * | | Initialize MergingDrawBatch clip with viewport bounds | Chris Craik | 2013-06-21 | 3 | -3/+10 |
* | | | Merge "Refcount the paint used by Canvas.drawPatch()" | Romain Guy | 2013-06-21 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refcount the paint used by Canvas.drawPatch() | Romain Guy | 2013-06-21 | 1 | -0/+1 |
* | | | Merge "Batch 9-patches in a single mesh whenever possible" | Romain Guy | 2013-06-21 | 8 | -55/+171 |
|\ \ \
| |/ / |
|
| * | | Batch 9-patches in a single mesh whenever possible | Romain Guy | 2013-06-21 | 8 | -55/+171 |
* | | | Merge "Make op outputting const, for more general logging" | Chris Craik | 2013-06-21 | 1 | -43/+43 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make op outputting const, for more general logging | Chris Craik | 2013-06-19 | 1 | -43/+43 |
* | | | Merge "An identity matrix should be considered a pure translate matrix" | Romain Guy | 2013-06-21 | 2 | -8/+8 |
|\ \ \ |
|
| * | | | An identity matrix should be considered a pure translate matrix | Romain Guy | 2013-06-20 | 2 | -8/+8 |
* | | | | Merge "Add debugging logs for GPU pixel buffers" | Romain Guy | 2013-06-20 | 1 | -0/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | Add debugging logs for GPU pixel buffers | Romain Guy | 2013-06-20 | 1 | -0/+9 |
* | | | | Merge "input: Handle a few extra error conditions." | Jeff Brown | 2013-06-20 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | input: Handle a few extra error conditions. | Jeff Brown | 2013-06-18 | 1 | -2/+2 |
* | | | | | Merge "Fix regression: TextureView.setAlpha() was ignored" | Romain Guy | 2013-06-19 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| / /
| |_|/ /
|/| | | |
|
| * | | | Fix regression: TextureView.setAlpha() was ignored | Romain Guy | 2013-06-19 | 1 | -1/+1 |
* | | | | Merge "Share Caches' index buffer with FontRenderer" | Romain Guy | 2013-06-19 | 8 | -51/+24 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Share Caches' index buffer with FontRenderer | Romain Guy | 2013-06-18 | 8 | -51/+24 |
* | | | Merge "Take hinting into account when caching fonts Bug #9464403" | Romain Guy | 2013-06-18 | 2 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Take hinting into account when caching fonts | Romain Guy | 2013-06-18 | 2 | -0/+6 |
* | | | Merge "Handle all text bounds as post-translated" | Chris Craik | 2013-06-17 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Handle all text bounds as post-translated | Chris Craik | 2013-06-17 | 1 | -1/+0 |
* | | | | Merge "Better handle op size edge cases" | Chris Craik | 2013-06-17 | 4 | -5/+10 |
|\ \ \ \ |
|
| * | | | | Better handle op size edge cases | Chris Craik | 2013-06-17 | 4 | -5/+10 |
| |/ / / |
|
* | | | | Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706" | Romain Guy | 2013-06-17 | 5 | -3/+25 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Cancel layer update when a layer is about to be destroyed | Romain Guy | 2013-06-17 | 5 | -3/+25 |
| |/ / |
|
* | | | Merge "Check for layer renderer in flush" | Chris Craik | 2013-06-17 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Check for layer renderer in flush | Chris Craik | 2013-06-17 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge "Fix clip merging behavior" | Chris Craik | 2013-06-17 | 3 | -20/+41 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix clip merging behavior | Chris Craik | 2013-06-14 | 3 | -20/+41 |
* | | | Merge more 9patches | Romain Guy | 2013-06-14 | 1 | -4/+3 |
|/ / |
|
* | | Merge "Fix various draw ops that may incorrectly not scissor" | Chris Craik | 2013-06-14 | 4 | -54/+60 |
|\ \ |
|
| * | | Fix various draw ops that may incorrectly not scissor | Chris Craik | 2013-06-13 | 4 | -54/+60 |
* | | | Merge "Add new Query class for debugging" | Romain Guy | 2013-06-13 | 5 | -3/+159 |
|\ \ \ |
|
| * | | | Add new Query class for debugging | Romain Guy | 2013-06-13 | 5 | -3/+159 |
* | | | | Reset batching state when overlap batch deletion occurs | Chris Craik | 2013-06-13 | 2 | -4/+8 |
| |/ /
|/| | |
|
* | | | Merge "Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833" | Romain Guy | 2013-06-13 | 3 | -0/+128 |
|\ \ \
| |/ / |
|
| * | | Restore buildLayer()'s old behavior; it's synchronous again | Romain Guy | 2013-06-12 | 3 | -0/+128 |
* | | | Merge "Overdraw avoidance and merging of clipped ops" | Chris Craik | 2013-06-13 | 8 | -140/+282 |
|\ \ \ |
|
| * | | | Overdraw avoidance and merging of clipped ops | Chris Craik | 2013-06-12 | 8 | -140/+282 |
| |/ / |
|
* | | | Remove crash workarounds, add logging | Chris Craik | 2013-06-12 | 2 | -7/+16 |
|/ / |
|
* | | Merge "Avoid 9patch cache lookups when possible" | Romain Guy | 2013-06-12 | 8 | -24/+71 |
|\ \ |
|
| * | | Avoid 9patch cache lookups when possible | Romain Guy | 2013-06-11 | 8 | -24/+71 |