summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ThreadedRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Re-jigger layersJohn Reck2014-05-301-8/+4
* Enable debug stuffsJohn Reck2014-05-291-8/+44
* Implement FlushCaches TODOJohn Reck2014-05-231-3/+3
* Bag of scheduling tweaksJohn Reck2014-05-231-0/+6
* Define light position (using new lighting spec) in JavaChris Craik2014-05-211-5/+4
* Workaround double-translate bugJohn Reck2014-05-191-0/+2
* Fix onHardwarePreDraw call in ThreadedRendererAlan Viverette2014-05-171-1/+1
* Wire up texture atlasJohn Reck2014-05-131-2/+43
* Add TimeInterpolator support to RNAJohn Reck2014-05-121-3/+2
* Merge "Cleanup attachFunctor"John Reck2014-05-071-10/+0
|\
| * Cleanup attachFunctorJohn Reck2014-05-071-10/+0
* | Implement TODO(romainguy)John Reck2014-05-071-0/+6
|/
* Implement loadSystemPropertiesJohn Reck2014-05-051-1/+2
* Make RenderNodeAnimator and WebView play niceJohn Reck2014-05-051-2/+11
* TIME LORD!John Reck2014-05-051-13/+14
* RenderThread animator supportJohn Reck2014-04-291-7/+8
* Add invokeFunctor call to ViewRootImplBo Liu2014-04-281-1/+1
* Add missing try/finallysJohn Reck2014-04-231-5/+8
* Clear mIgnoreDirtyState after drawJohn Reck2014-04-161-0/+2
* Fence on destructionJohn Reck2014-04-141-2/+2
* Support onHardwarePostDraw in ThreadedRendererJohn Reck2014-04-111-6/+19
* Make attachFunctor blockingJohn Reck2014-04-101-4/+2
* Merge "Switch DisplayListData to a staging model"John Reck2014-04-091-5/+0
|\
| * Switch DisplayListData to a staging modelJohn Reck2014-04-091-5/+0
* | Fix ThreadedRenderer.setEnabled()John Reck2014-04-091-1/+20
|/
* Don't make HardwareRenderer calls in the finalizerJohn Reck2014-04-081-0/+1
* Fence on draws that are reportedJohn Reck2014-04-071-0/+7
* Add invokeFunctorJohn Reck2014-03-281-0/+6
* Rename DisplayList->RenderNodeJohn Reck2014-03-171-1/+1
* DisplayList lifecycle changesJohn Reck2014-03-101-3/+3
* DisplayList overhaulJohn Reck2014-03-041-0/+7
* Support HardwareLayers in RenderThreadJohn Reck2014-02-191-43/+46
* Implement missing safelyRun() on ThreadedRendererJohn Reck2014-02-111-2/+3
* Refactor HardwareLayerJohn Reck2014-02-101-4/+10
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* Native-side proxyJohn Reck2014-01-271-116/+61
* Add drawGlFunctor support to RenderThreadJohn Reck2013-12-131-15/+10
* RenderThread workJohn Reck2013-12-091-0/+317