summaryrefslogtreecommitdiff
path: root/core/java/android/view/GLRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Remove GLRendererJohn Reck2014-06-021-1521/+0
* Re-jigger layersJohn Reck2014-05-301-14/+8
* Enable debug stuffsJohn Reck2014-05-291-23/+16
* Define light position (using new lighting spec) in JavaChris Craik2014-05-211-1/+2
* resolved conflicts for merge of 313c5f38 to masterJohn Reck2014-05-161-4/+0
* Merge "Cleanup attachFunctor"John Reck2014-05-071-34/+0
|\
| * Cleanup attachFunctorJohn Reck2014-05-071-34/+0
* | Implement TODO(romainguy)John Reck2014-05-071-0/+5
|/
* Add invokeFunctor call to ViewRootImplBo Liu2014-04-281-1/+1
* Clear mIgnoreDirtyState after drawJohn Reck2014-04-161-3/+3
* Merge hasFunctors & pushStaging into prepareTreeJohn Reck2014-04-091-2/+2
* Merge "Switch DisplayListData to a staging model"John Reck2014-04-091-7/+2
|\
| * Switch DisplayListData to a staging modelJohn Reck2014-04-091-7/+2
* | Fix ThreadedRenderer.setEnabled()John Reck2014-04-091-0/+5
|/
* Fence on draws that are reportedJohn Reck2014-04-071-0/+5
* Add invokeFunctorJohn Reck2014-03-281-0/+26
* Merge "Remove kStatusInvoke & kStatusDraw"John Reck2014-03-291-23/+1
|\
| * Remove kStatusInvoke & kStatusDrawJohn Reck2014-03-281-23/+1
* | Update several stale RenderNode variable namesChris Craik2014-03-281-3/+3
|/
* Move where updateProperties is calledJohn Reck2014-03-241-0/+3
* Rename DisplayList->RenderNodeJohn Reck2014-03-171-9/+9
* DisplayList lifecycle changesJohn Reck2014-03-101-3/+3
* DisplayList overhaulJohn Reck2014-03-041-0/+5
* Add back resize bufferJohn Reck2014-02-211-0/+1
* AArch64: Make AssetAtlasService 64-bit compatibleAshok Bhat2014-02-211-1/+1
* Fix NPE in layer destructionJohn Reck2014-02-201-1/+6
* Merge "Fix layer recycling for GLRenderer"John Reck2014-02-201-0/+6
|\
| * Fix layer recycling for GLRendererJohn Reck2014-02-191-0/+6
* | Support HardwareLayers in RenderThreadJohn Reck2014-02-191-32/+9
|/
* Avoid crash if layer is destroyed after GLRendererChris Craik2014-02-121-1/+3
* Refactor HardwareLayerJohn Reck2014-02-101-12/+39
* Remove overdraw counterJohn Reck2014-02-061-70/+0
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* Native-side proxyJohn Reck2014-01-271-3/+1
* Remove dead codeJohn Reck2014-01-151-1/+0
* Add drawGlFunctor support to RenderThreadJohn Reck2013-12-131-65/+5
* RenderThread workJohn Reck2013-12-091-8/+62
* More refactoringJohn Reck2013-11-111-0/+1610