summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread
Commit message (Expand)AuthorAgeFilesLines
* Fix contants; RT-enable WebView pt2John Reck2014-06-242-4/+2
* Merge "No-fail invokeFunctor"John Reck2014-06-239-358/+476
|\
| * No-fail invokeFunctorJohn Reck2014-06-239-358/+476
* | Merge "Enable asynchronous RenderThread for WebView"Bo Liu2014-06-201-1/+1
|\ \ | |/ |/|
| * Enable asynchronous RenderThread for WebViewBo Liu2014-06-231-1/+1
* | Update 'DisplayList' vs 'RenderNode' naming in several placesChris Craik2014-06-231-2/+2
|/
* Interrupt canvas before invokeChris Craik2014-06-171-1/+4
* Merge "Move LayerType to RenderNode"John Reck2014-06-122-3/+1
|\
| * Move LayerType to RenderNodeJohn Reck2014-06-122-3/+1
* | hwui: 64-bit compile issueMark Salyzyn2014-06-101-1/+1
|/
* Even FASTER damage calculations!John Reck2014-06-046-35/+21
* Re-jigger layersJohn Reck2014-05-306-56/+56
* Merge "Enable debug stuffs" into lmp-preview-devJohn Reck2014-05-296-10/+53
|\
| * Enable debug stuffsJohn Reck2014-05-296-10/+53
* | Re-enable atlasJohn Reck2014-05-291-2/+1
|/
* Implement FlushCaches TODOJohn Reck2014-05-234-0/+24
* Bag of scheduling tweaksJohn Reck2014-05-238-32/+122
* Define light position (using new lighting spec) in JavaChris Craik2014-05-214-6/+11
* Disable texture atlasJohn Reck2014-05-141-3/+4
* Wire up texture atlasJohn Reck2014-05-132-3/+38
* Merge "Cleanup attachFunctor"John Reck2014-05-071-4/+1
|\
| * Cleanup attachFunctorJohn Reck2014-05-071-4/+1
* | Merge "Implement TODO(romainguy)"John Reck2014-05-074-0/+18
|\ \
| * | Implement TODO(romainguy)John Reck2014-05-074-0/+18
| |/
* | Don't try to draw if there's no canvas or surfaceJohn Reck2014-05-071-0/+6
|/
* Implement loadSystemPropertiesJohn Reck2014-05-052-0/+14
* Make RenderNodeAnimator and WebView play niceJohn Reck2014-05-056-18/+49
* TIME LORD!John Reck2014-05-0510-26/+147
* Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+4
* RenderThread animator supportJohn Reck2014-04-298-49/+213
* Force a full redraw on surface changeJohn Reck2014-04-171-8/+11
* Add missing resume() callJohn Reck2014-04-161-0/+4
* Merge "Fix issue with bitmap uploading"John Reck2014-04-143-17/+24
|\
| * Fix issue with bitmap uploadingJohn Reck2014-04-143-17/+24
* | Fence on destructionJohn Reck2014-04-144-9/+12
|/
* Merge "Make attachFunctor blocking"John Reck2014-04-104-95/+7
|\
| * Make attachFunctor blockingJohn Reck2014-04-104-95/+7
* | Remove sync flushJohn Reck2014-04-104-39/+8
|/
* Merge hasFunctors & pushStaging into prepareTreeJohn Reck2014-04-094-20/+17
* Merge "Switch DisplayListData to a staging model"John Reck2014-04-096-50/+1
|\
| * Switch DisplayListData to a staging modelJohn Reck2014-04-096-50/+1
* | Fix ThreadedRenderer.setEnabled()John Reck2014-04-094-14/+34
|/
* Ensure there's a GL context before creating a LayerJohn Reck2014-04-083-5/+20
* Veto pool TODOJohn Reck2014-04-072-7/+1
* Merge "Fence on draws that are reported"John Reck2014-04-082-0/+12
|\
| * Fence on draws that are reportedJohn Reck2014-04-072-0/+12
* | Refcount RenderNodeJohn Reck2014-04-073-17/+79
|/
* Add invokeFunctorJohn Reck2014-03-284-1/+34
* Remove kStatusInvoke & kStatusDrawJohn Reck2014-03-282-18/+1
* Async drawing!John Reck2014-03-275-48/+260