summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/HardwareRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Remove HardwareCanvasChris Craik2015-03-101-2/+2
* Rename and simplify DisplayList Canvas classesChris Craik2015-03-091-2/+2
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Initial attempt at jank-tracking stat collectionJohn Reck2015-02-201-1/+1
* Resume RT-animations after a pauseSurfaceJohn Reck2014-12-031-1/+1
* Aggressively trim memory for system_processJohn Reck2014-09-221-0/+12
* Revert "Make starting window hw-accelerated"John Reck2014-09-181-2/+1
* Make starting window hw-acceleratedChet Haase2014-09-111-1/+2
* Animator stuffJohn Reck2014-08-271-0/+2
* Implement full View.buildLayerJohn Reck2014-08-201-0/+2
* Fix root RenderNode damage calculationJohn Reck2014-07-161-0/+6
* Specify light and shadow properties in themeAlan Viverette2014-07-121-28/+12
* Add API for specifying popup window shadows and shadow insetsAlan Viverette2014-07-091-10/+14
* Fix onTrimMemory for HardwareRendererJohn Reck2014-06-301-29/+11
* More cleanupsJohn Reck2014-06-271-27/+3
* No-fail invokeFunctorJohn Reck2014-06-231-11/+0
* Add atlas map pointer validationJohn Reck2014-06-161-2/+3
* Move LayerType to RenderNodeJohn Reck2014-06-121-10/+0
* Even FASTER damage calculations!John Reck2014-06-041-2/+1
* Remove GLRendererJohn Reck2014-06-021-11/+4
* Re-jigger layersJohn Reck2014-05-301-6/+0
* Enable debug stuffsJohn Reck2014-05-291-114/+2
* Bag of scheduling tweaksJohn Reck2014-05-231-0/+6
* Define light position (using new lighting spec) in JavaChris Craik2014-05-211-8/+18
* Merge "Cleanup attachFunctor"John Reck2014-05-071-22/+0
|\
| * Cleanup attachFunctorJohn Reck2014-05-071-22/+0
* | Implement TODO(romainguy)John Reck2014-05-071-0/+5
|/
* Add invokeFunctor call to ViewRootImplBo Liu2014-04-281-1/+1
* Merge "Switch DisplayListData to a staging model"John Reck2014-04-091-2/+0
|\
| * Switch DisplayListData to a staging modelJohn Reck2014-04-091-2/+0
* | Fix ThreadedRenderer.setEnabled()John Reck2014-04-091-0/+7
|/
* Enable RT, round 2John Reck2014-04-071-1/+1
* Fence on draws that are reportedJohn Reck2014-04-071-0/+5
* Disable RenderThreadJohn Reck2014-04-011-1/+1
* Merge "Turn on RenderThread"John Reck2014-03-311-1/+1
|\
| * Turn on RenderThreadJohn Reck2014-03-311-1/+1
* | Add invokeFunctorJohn Reck2014-03-281-0/+11
|/
* DisplayList lifecycle changesJohn Reck2014-03-101-1/+1
* DisplayList overhaulJohn Reck2014-03-041-0/+2
* Support HardwareLayers in RenderThreadJohn Reck2014-02-191-16/+0
* Refactor HardwareLayerJohn Reck2014-02-101-21/+13
* Remove overdraw counterJohn Reck2014-02-061-8/+0
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-4/+4
* Native-side proxyJohn Reck2014-01-271-2/+1
* Add drawGlFunctor support to RenderThreadJohn Reck2013-12-131-16/+5
* RenderThread workJohn Reck2013-12-091-10/+22
* More refactoringJohn Reck2013-11-111-1643/+7
* CleanupsJohn Reck2013-11-061-25/+1
* Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-56/+58
* Only destroy remote graphic buffersRomain Guy2013-08-071-2/+7