summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Android.common.mk
Commit message (Collapse)AuthorAgeFilesLines
* Set go-faster argumentsJohn Reck2015-07-011-0/+1
| | | | | | | | | Bug: 22208220 Increases performance of shadows by yet another 15% by using more aggressive math optimizations Change-Id: Ie3fabeae3647632a19ff573bf6b2d7f7a7cef555
* Disable -Werror on ClangJohn Reck2015-06-081-1/+5
| | | | | Bug: 21698669 Change-Id: I90549599ed52cff028a29f56d3d8ffe80c9afab4
* Suppress benign clang warning.Chih-Hung Hsieh2015-05-221-1/+3
| | | | | | | To unblock continuous clang/llvm builds. BUG: 21337624 Change-Id: I38e5d11fd3c44f50430a3a8519c5071674b3df9f
* Unify DrawProfiler/JankStatsJohn Reck2015-05-121-1/+1
| | | | | | Bug: 20822400 Change-Id: I24345c3120440bfce14e8cbe7e880b39f10b744a
* Cleanup propertiesChris Craik2015-05-051-0/+1
| | | | | | | | | | | | bug:19967854 Separate properties from Caches, into static, RenderThread-only class. Also rewrites the means for java to set properties to correctly handle threading, and adds an override for profile bars so that SysUi doesn't clutter the screen with them. Change-Id: I6e21a96065f52b9ecc49d1a126244804ba106fa9
* Move LinearAlloc to libhuwiJohn Reck2015-04-231-0/+1
| | | | Change-Id: I1d8c99bdeef22ca569e1743cff6108f478737bc8
* Rename native DisplayListRenderer to DisplayListCanvasChris Craik2015-04-201-1/+1
| | | | Change-Id: I33e6f8cc85da1e7da7ff7bf18d4ebde64222067a
* Add null egl/gles stub supportJohn Reck2015-02-251-0/+8
| | | | Change-Id: I41372585202f69ef31a4ef95efc75fb7a1ff7289
* Initial attempt at jank-tracking stat collectionJohn Reck2015-02-201-0/+2
| | | | | | Is a bit naive, perhaps overly aggressive, but sorta works Change-Id: I01a774e00dbe681439c02557d9728ae43c45ce50
* Merge "GlopBuilder, and test app refactor"Chris Craik2015-02-051-3/+4
|\
| * GlopBuilder, and test app refactorChris Craik2015-02-041-3/+4
| | | | | | | | Change-Id: I2cd299ccf178007fd5f83bab6c3448f03aec7843
* | Merge "Refactor blending and texture gl state"Chris Craik2015-01-301-0/+2
|\ \ | |/
| * Refactor blending and texture gl stateChris Craik2015-01-301-0/+2
| | | | | | | | Change-Id: Ia6b3c8b2afd3dfcee7f3ce401d846b789612054a
* | Create proxy between Skia's SkCanvas and the framework Canvas.Derek Sollenberger2015-01-301-0/+1
|/ | | | | | | | This enables Picture.java to be replayed into HWUI in addition to extending the Skia testing suite to HWUI. Bug: 19011232 Change-Id: Id27ac03eec817b0784763e62ab8413a07b3b8cb2
* Move more GL state management to RenderState and its directoryChris Craik2015-01-281-1/+3
| | | | Change-Id: Ic68584e1c08dc64be2ad43450cb6caa1de834fdc
* Move scissor state to RenderStateChris Craik2015-01-271-14/+12
| | | | Change-Id: I1227a3886fb24e4d9fad79fca469794f06cfb15e
* Remove DisplayListLogBufferChris Craik2015-01-211-2/+1
| | | | Change-Id: I001832fc444b6d532f4a382e0a31cc1d8956dbd8
* Move CanvasJohn Reck2015-01-201-0/+1
| | | | Change-Id: I83d557af30fc2d5c69d06eedc0f4d52ac41c4210
* Clipping performance improvementsRob Tsuk2015-01-141-0/+1
| | | | | | | | | | | | Create a ClipArea class to handle tracking clip regions. This class can select the most efficient implementation depending on the types of clipping presented. ClipArea re-used the rectangle and region-based clipping implementations as well as adding a "list of rotated rectangles" approach that is more efficient for rotated views with children. Change-Id: I2133761a2462ebc0852b394220e265974b3086f0
* CleanupChris Craik2014-12-221-3/+1
| | | | Change-Id: I91ffb9c66697741116fdeaa31abdf6cfd79155df
* Stop pretending USE_OPENGL_RENDERER is a thingJohn Reck2014-12-181-1/+1
| | | | Change-Id: I732b490431fe90eafa00a00f3b5429f0d3a067e6
* Split hwui's makefileJohn Reck2014-12-181-0/+105
Change-Id: I7ad1a692e708cad052e8ca5b412c17e25992862c