History log of /frameworks/base/libs/hwui/Android.common.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5600d579b9b59bb9fab75f20d89ab0e447e85f00 01-Jul-2015 John Reck <jreck@google.com> Set go-faster arguments

Bug: 22208220

Increases performance of shadows by yet another
15% by using more aggressive math optimizations

Change-Id: Ie3fabeae3647632a19ff573bf6b2d7f7a7cef555
/frameworks/base/libs/hwui/Android.common.mk
e6178208c2190728ac0711904404a237ab21fc51 08-Jun-2015 John Reck <jreck@google.com> Disable -Werror on Clang

Bug: 21698669
Change-Id: I90549599ed52cff028a29f56d3d8ffe80c9afab4
/frameworks/base/libs/hwui/Android.common.mk
1aa800e884e00f310d375684ef566cc79d7de7d9 22-May-2015 Chih-Hung Hsieh <chh@google.com> Suppress benign clang warning.

To unblock continuous clang/llvm builds.

BUG: 21337624
Change-Id: I38e5d11fd3c44f50430a3a8519c5071674b3df9f
/frameworks/base/libs/hwui/Android.common.mk
4c9e59d03c2bca38001225b79d01740b8999adfb 12-May-2015 John Reck <jreck@google.com> Unify DrawProfiler/JankStats

Bug: 20822400

Change-Id: I24345c3120440bfce14e8cbe7e880b39f10b744a
/frameworks/base/libs/hwui/Android.common.mk
2507c34d91bb0d722b6012e85cb47387b2aa6873 04-May-2015 Chris Craik <ccraik@google.com> Cleanup properties

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
/frameworks/base/libs/hwui/Android.common.mk
1ed723723d9e42a064d54799cc24bdc24891e44d 24-Apr-2015 John Reck <jreck@google.com> Move LinearAlloc to libhuwi

Change-Id: I1d8c99bdeef22ca569e1743cff6108f478737bc8
/frameworks/base/libs/hwui/Android.common.mk
db663fe83f976107fd8fd9307d871b37d9e47370 20-Apr-2015 Chris Craik <ccraik@google.com> Rename native DisplayListRenderer to DisplayListCanvas

Change-Id: I33e6f8cc85da1e7da7ff7bf18d4ebde64222067a
/frameworks/base/libs/hwui/Android.common.mk
041b985dbb2f75aa492236d46ab47dbda8c2c74e 25-Feb-2015 John Reck <jreck@google.com> Add null egl/gles stub support

Change-Id: I41372585202f69ef31a4ef95efc75fb7a1ff7289
/frameworks/base/libs/hwui/Android.common.mk
ba6adf66d3c44c0aa2fd8a224862ff1901d64300 19-Feb-2015 John Reck <jreck@google.com> Initial attempt at jank-tracking stat collection

Is a bit naive, perhaps overly aggressive, but sorta works

Change-Id: I01a774e00dbe681439c02557d9728ae43c45ce50
/frameworks/base/libs/hwui/Android.common.mk
ecad24b49d20f7fb4b75950e9444787967acd347 05-Feb-2015 Chris Craik <ccraik@google.com> Merge "GlopBuilder, and test app refactor"
031888744e24b5c7243ac99ec98b78aff5db1c78 03-Feb-2015 Chris Craik <ccraik@google.com> GlopBuilder, and test app refactor

Change-Id: I2cd299ccf178007fd5f83bab6c3448f03aec7843
/frameworks/base/libs/hwui/Android.common.mk
d7328ae7909328ff4aa2205b0de0d4f6f72a2e66 30-Jan-2015 Chris Craik <ccraik@google.com> Merge "Refactor blending and texture gl state"
44eb2c00861098dd3e2950d923646814b4cc57c2 29-Jan-2015 Chris Craik <ccraik@google.com> Refactor blending and texture gl state

Change-Id: Ia6b3c8b2afd3dfcee7f3ce401d846b789612054a
/frameworks/base/libs/hwui/Android.common.mk
1db141f93c4fe79a4669440c3d14f63bc87b2e34 16-Dec-2014 Derek Sollenberger <djsollen@google.com> Create proxy between Skia's SkCanvas and the framework Canvas.

This enables Picture.java to be replayed into HWUI in addition
to extending the Skia testing suite to HWUI.

Bug: 19011232
Change-Id: Id27ac03eec817b0784763e62ab8413a07b3b8cb2
/frameworks/base/libs/hwui/Android.common.mk
96a5c4c7bab6718524de7253da8309143ab48bef 28-Jan-2015 Chris Craik <ccraik@google.com> Move more GL state management to RenderState and its directory

Change-Id: Ic68584e1c08dc64be2ad43450cb6caa1de834fdc
/frameworks/base/libs/hwui/Android.common.mk
65fe5eeb19e2e15c8b1ee91e8a2dcf0c25e48ca6 27-Jan-2015 Chris Craik <ccraik@google.com> Move scissor state to RenderState

Change-Id: I1227a3886fb24e4d9fad79fca469794f06cfb15e
/frameworks/base/libs/hwui/Android.common.mk
2ae07339824efc50468f971ff8920ff0b894cad4 21-Jan-2015 Chris Craik <ccraik@google.com> Remove DisplayListLogBuffer

Change-Id: I001832fc444b6d532f4a382e0a31cc1d8956dbd8
/frameworks/base/libs/hwui/Android.common.mk
849911a9c4315fc552faa38516c842b2541b1909 20-Jan-2015 John Reck <jreck@google.com> Move Canvas

Change-Id: I83d557af30fc2d5c69d06eedc0f4d52ac41c4210
/frameworks/base/libs/hwui/Android.common.mk
487a92caef2eb90a62e8f8d7a6fe6315f1c1d8d8 06-Jan-2015 Rob Tsuk <robtsuk@google.com> Clipping performance improvements

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
/frameworks/base/libs/hwui/Android.common.mk
07adacf4996c8ca494332ec938786fa15832c722 19-Dec-2014 Chris Craik <ccraik@google.com> Cleanup

Change-Id: I91ffb9c66697741116fdeaa31abdf6cfd79155df
/frameworks/base/libs/hwui/Android.common.mk
a2732a2bf98f7dbd063f4e5679f5b8bfcbec2698 18-Dec-2014 John Reck <jreck@google.com> Stop pretending USE_OPENGL_RENDERER is a thing

Change-Id: I732b490431fe90eafa00a00f3b5429f0d3a067e6
/frameworks/base/libs/hwui/Android.common.mk
35cf58ab283a784b0dbdeeb8fa5a620a34030b35 18-Dec-2014 John Reck <jreck@google.com> Split hwui's makefile

Change-Id: I7ad1a692e708cad052e8ca5b412c17e25992862c
/frameworks/base/libs/hwui/Android.common.mk