summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Move ClipBounds to nativeChris Craik2014-07-253-26/+83
* Revert "Dump RenderThread stack on unresponsive"Chris Craik2014-07-254-25/+4
* Fix ALL compile warningsJohn Reck2014-07-2411-104/+77
* Compute layer bounds over subset of VertexBuffer vertsChris Craik2014-07-243-12/+19
* Connect shadow style attributes to rendererChris Craik2014-07-249-41/+54
* Dump RenderThread stack on unresponsiveJohn Reck2014-07-234-4/+25
* Merge "Build layer damage bounds for shadows" into lmp-devChris Craik2014-07-226-15/+32
|\
| * Build layer damage bounds for shadowsChris Craik2014-07-236-15/+32
* | Make setter methods on Outline call setEmpty() based on paramsChris Craik2014-07-222-12/+25
|/
* Add RT-enabled reveal animatorJohn Reck2014-07-183-1/+36
* Merge "[HWUI]: fix residual line on FrameBuffer" into lmp-devChris Craik2014-07-172-7/+21
|\
| * [HWUI]: fix residual line on FrameBufferhenry.uh_chen2014-07-172-7/+21
* | Merge "Minor cleanups around color usage" into lmp-devChris Craik2014-07-173-8/+13
|\ \
| * | Minor cleanups around color usageChris Craik2014-07-173-8/+13
| |/
* | Fix loggingJohn Reck2014-07-171-1/+1
* | Initializing variables - generally a good practiceChris Craik2014-07-161-0/+2
|/
* Merge "Add accessibility text contrast setting" into lmp-devChris Craik2014-07-162-11/+58
|\
| * Add accessibility text contrast settingChris Craik2014-07-162-11/+58
* | Merge "Fix root RenderNode damage calculation" into lmp-devJohn Reck2014-07-162-3/+6
|\ \
| * | Fix root RenderNode damage calculationJohn Reck2014-07-162-3/+6
| |/
* | Fix translated VertexBuffer layer damage calculationChris Craik2014-07-151-1/+2
|/
* Fix arc 360 degree sweep renderingChris Craik2014-07-111-1/+1
* Abort on shader link/compile failureChris Craik2014-07-111-11/+2
* Remove the unnessary logztenghui2014-07-091-1/+0
* Merge "Fix layers lifecycle issues"John Reck2014-07-084-37/+69
|\
| * Fix layers lifecycle issuesJohn Reck2014-07-084-37/+69
* | SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-084-18/+18
|/
* Revert "Fix destroyHardwareResources"John Reck2014-07-081-7/+2
* Merge "Query outline on background size change"Chris Craik2014-07-051-1/+1
|\
| * Query outline on background size changeChris Craik2014-07-071-1/+1
* | Fix destroyHardwareResourcesJohn Reck2014-07-071-2/+7
|/
* Add hack for custom re-rasterization bucketsChris Craik2014-07-079-39/+69
* Add missing requireGlContextJohn Reck2014-07-071-0/+1
* Fix VPA.cancel()John Reck2014-07-071-0/+7
* Fixes to startDelayJohn Reck2014-07-013-22/+46
* Merge "Fix onTrimMemory for HardwareRenderer"John Reck2014-06-306-21/+76
|\
| * Fix onTrimMemory for HardwareRendererJohn Reck2014-06-306-21/+76
* | Deep copy SkPath parameter to PathCache taskChris Craik2014-06-302-5/+8
|/
* Merge "More cleanups"John Reck2014-06-274-0/+22
|\
| * More cleanupsJohn Reck2014-06-274-0/+22
* | Remove isRecording() method from renderersChris Craik2014-06-273-16/+4
|/
* CleanupJohn Reck2014-06-272-8/+2
* Animator refactoring & fixesJohn Reck2014-06-2613-134/+272
* Merge "Fix contants; RT-enable WebView pt2"John Reck2014-06-232-4/+2
|\
| * Fix contants; RT-enable WebView pt2John Reck2014-06-242-4/+2
* | Cleanup unused includes in the hwui library.Derek Sollenberger2014-06-241-2/+0
|/
* Merge "No-fail invokeFunctor"John Reck2014-06-2330-521/+776
|\
| * No-fail invokeFunctorJohn Reck2014-06-2330-521/+776
* | Merge "Enable asynchronous RenderThread for WebView"Bo Liu2014-06-201-1/+1
|\ \ | |/ |/|
| * Enable asynchronous RenderThread for WebViewBo Liu2014-06-231-1/+1