summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge "AAPT: Move private attrs to new type for framework" into lmp-mr1-devAdam Lesinski2014-12-041-46/+57
|\
| * AAPT: Move private attrs to new type for frameworkAdam Lesinski2014-12-031-46/+57
* | Resume RT-animations after a pauseSurfaceJohn Reck2014-12-036-12/+13
|/
* Merge "Clip outline to View clip bounds for shadow computation" into lmp-mr1-devChris Craik2014-12-021-4/+23
|\
| * Clip outline to View clip bounds for shadow computationChris Craik2014-12-011-4/+23
* | Merge "Prevent calling GL functions with an invalid surface" into lmp-mr1-devJohn Reck2014-12-011-1/+1
|\ \
| * | Prevent calling GL functions with an invalid surfaceSangkyu Lee2014-12-011-1/+1
* | | Merge "Enable stencil clipping within clearLayerRegions" into lmp-mr1-devChris Craik2014-12-011-7/+1
|\ \ \ | |/ / |/| |
| * | Enable stencil clipping within clearLayerRegionsDohyun Lee2014-11-261-7/+1
* | | Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-devChris Craik2014-11-261-2/+1
|\ \ \ | |_|/ |/| |
| * | Revert "Force-use the pbuffer surface for destroy"Chris Craik2014-11-261-2/+1
* | | Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-devJohn Reck2014-11-251-1/+2
|\ \ \ | |/ /
| * | Force-use the pbuffer surface for destroyJohn Reck2014-11-251-1/+2
* | | Merge "Improve DisplayList state output" into lmp-mr1-devChris Craik2014-11-253-3/+7
|\ \ \ | |/ / |/| |
| * | Improve DisplayList state outputChris Craik2014-11-213-3/+7
| |/
* | Switch TextureCache to SkPixelRef::fStableIdJohn Reck2014-11-244-32/+30
* | Merge "Revert "Add a way to override Xfermode DO NOT MERGE"" into lmp-mr1-devChris Craik2014-11-212-34/+12
|\ \
| * | Revert "Add a way to override Xfermode DO NOT MERGE"Chris Craik2014-11-212-34/+12
* | | Merge "Improve logging around performance critical events" into lmp-mr1-devChris Craik2014-11-209-37/+89
|\ \ \
| * | | Improve logging around performance critical eventsChris Craik2014-11-199-37/+89
| | |/ | |/|
* | | Merge "Trace some interesting events" into lmp-mr1-devJohn Reck2014-11-184-0/+8
|\ \ \
| * | | Trace some interesting eventsJohn Reck2014-11-174-0/+8
* | | | Merge "Implement back-tracking when searching for attributes in XML or resour...Adam Lesinski2014-11-173-3/+119
|\ \ \ \ | |/ / / |/| | |
| * | | Implement back-tracking when searching for attributes in XML or resource bagAdam Lesinski2014-11-043-3/+119
* | | | Merge "Add a way to override Xfermode DO NOT MERGE" into lmp-mr1-devRob Tsuk2014-11-122-12/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | Add a way to override Xfermode DO NOT MERGERob Tsuk2014-11-122-12/+34
| | |/ | |/|
* | | Merge "Shadow: Fix the crash in spot shadow" into lmp-mr1-devztenghui2014-11-121-7/+13
|\ \ \ | |/ / |/| |
| * | Shadow: Fix the crash in spot shadowztenghui2014-11-121-7/+13
* | | Merge "Have an actual fallback if the surface is lost" into lmp-mr1-devJohn Reck2014-11-074-0/+14
|\ \ \
| * | | Have an actual fallback if the surface is lostJohn Reck2014-11-074-0/+14
* | | | Merge "Fix wrong-thread issue" into lmp-mr1-devJohn Reck2014-11-074-6/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix wrong-thread issueJohn Reck2014-11-074-6/+9
| |/ /
* | | Merge "A better looking and faster spot shadow." into lmp-mr1-devztenghui2014-11-064-651/+303
|\ \ \
| * | | A better looking and faster spot shadow.ztenghui2014-11-064-651/+303
* | | | Yank ResourceCache out of CachesJohn Reck2014-11-067-22/+35
| |/ / |/| |
* | | Merge "Log shader source when it fails to compile" into lmp-mr1-devRob Tsuk2014-11-051-1/+2
|\ \ \
| * | | Log shader source when it fails to compileRob Tsuk2014-11-051-1/+2
| | |/ | |/|
* | | Merge "Add error checking to aapt for split generation" into lmp-mr1-devAdam Lesinski2014-11-051-0/+4
|\ \ \ | |/ / |/| |
| * | Add error checking to aapt for split generationAdam Lesinski2014-11-031-0/+4
* | | Merge "Make points drawn with default paint visible" into lmp-mr1-devRob Tsuk2014-11-041-1/+1
|\ \ \ | |/ / |/| |
| * | Make points drawn with default paint visibleRob Tsuk2014-11-041-1/+1
* | | Merge "Fix issues that will be present in C++11" into lmp-mr1-devAdam Lesinski2014-11-034-56/+44
|\ \ \
| * | | Fix issues that will be present in C++11Adam Lesinski2014-11-034-56/+44
* | | | Fix countingJohn Reck2014-11-031-1/+1
* | | | Merge "Layer changes" into lmp-mr1-devJohn Reck2014-10-3125-187/+161
|\ \ \ \ | |_|/ / |/| | |
| * | | Layer changesJohn Reck2014-10-3125-187/+161
| | |/ | |/|
* | | Distinguish unspecified and explicit null values in resourcesAlan Viverette2014-10-291-1/+15
|/ /
* | Merge "Be more conservative about current buffer" into lmp-mr1-devJohn Reck2014-10-291-5/+4
|\ \
| * | Be more conservative about current bufferJohn Reck2014-10-271-5/+4
| |/
* | Merge "libandroidfw: Do not build device library when building SDK" into lmp-...Adam Lesinski2014-10-281-0/+3
|\ \