Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
6c09ff556014052bb1b4047f59d4ebba21d4a8c3
/
libs
/
hwui
66f65cb
Ensure Texture always binds to self
by John Reck
· 9 years ago
2de7771
Normalize GL_UNPACK_ALIGNMENT
by John Reck
· 9 years ago
dcdbba7c
Re-enable new pipeline
by John Reck
· 9 years ago
0c54084
Merge "Fix ordering of texture->upload arguments"
by John Reck
· 9 years ago
9372ac3
Fix ordering of texture->upload arguments
by John Reck
· 9 years ago
465eefb
Merge "fix race condition between HWUI cache and renderThread" am: 2c2b5e8514
by John Reck
· 9 years ago
4354ae9
Merge "fix race condition between HWUI cache and renderThread" am: 2c2b5e8514
by John Reck
· 9 years ago
1b94f9b
Revert "Switch to new rendering pipeline"
by John Reck
· 9 years ago
7d569db
Merge "Hard-abort tests if LOG_ALWAYS_FATAL"
by John Reck
· 9 years ago
c0a0e1a
fix race condition between HWUI cache and renderThread
by Thomas Buhot
· 9 years ago
f1dafb5
Hard-abort tests if LOG_ALWAYS_FATAL
by John Reck
· 9 years ago
7db5ffb
Revert "Revert "Fix leak in unclipped save layer""
by John Reck
· 9 years ago
a6fc36d
Revert "Fix leak in unclipped save layer"
by Daniel Chapin
· 9 years ago
8e068d5
Fix leak in unclipped save layer
by John Reck
· 9 years ago
a55b5d6
Fix "leak" in FrameBuilder.textureLayer test
by John Reck
· 9 years ago
0015955
Fix leak in OffscreenBufferPoolTests
by John Reck
· 9 years ago
cbc5bd5
Merge "Track texture memory globally"
by John Reck
· 9 years ago
f6762ac
Merge "Trap SIGABRT in RenderThread for unit tests"
by John Reck
· 9 years ago
e5da4ef
Trap SIGABRT in RenderThread for unit tests
by John Reck
· 9 years ago
38e0c32
Track texture memory globally
by John Reck
· 9 years ago
3d5278b
Update TestWindowContext to work with new HWUI ops.
by Derek Sollenberger
· 9 years ago
6fb7755
Merge "Log render pipeline in gfxinfo dump"
by Chris Craik
· 9 years ago
ff3edce
Log render pipeline in gfxinfo dump
by Chris Craik
· 9 years ago
e410a35
Properly handle the negative scaling factor of canvas in VectorDrawable
by Doris Liu
· 9 years ago
3cfc373
Merge "Skip layer updates for layerless nodes"
by Chris Craik
· 9 years ago
e9c5fd8
Skip layer updates for layerless nodes
by Chris Craik
· 9 years ago
b791517
Merge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments." into cw-e-dev am: eebf168e43 am: e0845e8629 am: 6222bb0f6a
by Matthew Bouyack
· 9 years ago
8e77ff5e
Merge "Disable buildLayer crash"
by Chris Craik
· 9 years ago
3145247
Disable buildLayer crash
by Chris Craik
· 9 years ago
48cb620
Fix the build
by Chris Craik
· 9 years ago
477e26c
Merge "Switch to new rendering pipeline"
by Chris Craik
· 9 years ago
3daf4d3
Switch to new rendering pipeline
by Chris Craik
· 9 years ago
2718232
Merge "Fix shadow bounds calculation"
by Chris Craik
· 9 years ago
420d655
Fix shadow bounds calculation
by Chris Craik
· 9 years ago
d0eb180
Merge "Rename Reorderers to Builders"
by Chris Craik
· 9 years ago
099bd9c
Merge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments." into cw-e-dev am: eebf168e43 am: e0845e8629
by Matthew Bouyack
· 9 years ago
f158b49
Rename Reorderers to Builders
by Chris Craik
· 9 years ago
bc9029f
Merge "Fix 9 patch mesh usage"
by Chris Craik
· 9 years ago
89ceb5c
Fix 9 patch mesh usage
by Chris Craik
· 9 years ago
f2c4be2
Merge "Fix a couple crashes in the new reorderer"
by Chris Craik
· 9 years ago
84ad614
Fix a couple crashes in the new reorderer
by Chris Craik
· 9 years ago
67031a1
Merge "Fix deep copy of entry queue"
by Chris Craik
· 9 years ago
7f667e7
In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos
by Matthew Bouyack
· 9 years ago
5518e7c
Override getSaveLayerStrategy instead of willSaveLayer
by Leon Scroggins III
· 9 years ago
b250a83
Fix deep copy of entry queue
by Chris Craik
· 9 years ago
ae10e13
Merge "Fix clip serialization crash"
by Chris Craik
· 9 years ago
15f0468
Fix clip serialization crash
by Chris Craik
· 9 years ago
e3dc1fe
Merge "Rename OpReorderer to FrameReorderer"
by Chris Craik
· 9 years ago
5ea1724
Rename OpReorderer to FrameReorderer
by Chris Craik
· 9 years ago
f9b3678
Fix path position in BakedOpDispatcher
by Chris Craik
· 9 years ago
7435eb1
Unclipped savelayer support in new renderer
by Chris Craik
· 9 years ago
b87eadd
Partial unclipped save layer support
by Chris Craik
· 9 years ago
7cbf63d
Rework op macros
by Chris Craik
· 9 years ago
982dcf3
Merge "Support for stencil clipping in layers"
by Chris Craik
· 9 years ago
e5b5019
Support for stencil clipping in layers
by Chris Craik
· 9 years ago
f5baedb
Merge "Stencil support in new recorder/reorderer"
by Chris Craik
· 9 years ago
e4db79d
Stencil support in new recorder/reorderer
by Chris Craik
· 9 years ago
f43f627
Merge "Add some options to macrobench"
by John Reck
· 9 years ago
a0e6157
VectorDrawable: Use the matrix scale only if the matrix has no rotation or skew.
by Doris Liu
· 9 years ago
4bbc293
VectorDrawable native rendering - Step 3 of MANY
by Doris Liu
· 9 years ago
33e9b42
Merge "Fix merged op clipping issue"
by Chris Craik
· 9 years ago
93e53e0
Fix merged op clipping issue
by Chris Craik
· 9 years ago
a2a7072
Simplify ClipArea to prefer Rect args
by Chris Craik
· 9 years ago
15d556e
Add temporary switch for new renderer in JNI
by Chris Craik
· 9 years ago
682573c
Add some options to macrobench
by John Reck
· 9 years ago
e60a52a
Fix build
by Chris Craik
· 9 years ago
031eaed
Merge "Add TextureView support to new renderer/reorderer"
by Chris Craik
· 9 years ago
d2dfd8f
Add TextureView support to new renderer/reorderer
by Chris Craik
· 9 years ago
09d7a93
Merge "Add TextOnPath support to new reorderer/renderer"
by Chris Craik
· 9 years ago
bf4b31f
resolve merge conflicts of 04ce46db64 to master.
by John Reck
· 9 years ago
04ce46d
Merge "libhwui: make setSurface asynchronous" am: 738a5d4f18
by John Reck
· 9 years ago
24fa70c
Merge "Remove onDrawSprite API as it is no longer exposed via SkCanvas"
by Derek Sollenberger
· 9 years ago
738a5d4
Merge "libhwui: make setSurface asynchronous"
by John Reck
· 9 years ago
d7448e6
Add TextOnPath support to new reorderer/renderer
by Chris Craik
· 9 years ago
adfeec9
Allow RT animation of new renderer
by Chris Craik
· 9 years ago
d2db5c1
Remove onDrawSprite API as it is no longer exposed via SkCanvas
by Derek Sollenberger
· 9 years ago
e29ce6f
Add functor support to new reorderer/renderer
by Chris Craik
· 9 years ago
4c1b495
Merge "Avoid unneeded rect params"
by Chris Craik
· 9 years ago
f636e63
Fix memory leak
by John Reck
· 9 years ago
89add11
resolve merge conflicts of f1df0f59c1 to master.
by John Reck
· 9 years ago
f1df0f5
Merge "Fix memory leak in HWUI" am: 85b010b826
by John Reck
· 9 years ago
441cc42
Fix memory leak in HWUI
by Sangkyu Lee
· 9 years ago
5430ab2
Avoid unneeded rect params
by Chris Craik
· 9 years ago
58862c9
Fix leak of file descriptors in test code
by Tom Hudson
· 9 years ago
268a9c0
Add property animations to new reorderer/renderer
by Chris Craik
· 9 years ago
0bcd0cb
libhwui: make setSurface asynchronous
by Thomas Buhot
· 9 years ago
c796475
Merge "Add bitmapmesh, rect, and patch rendering"
by Chris Craik
· 9 years ago
f09ff5a
Add bitmapmesh, rect, and patch rendering
by Chris Craik
· 9 years ago
fbf184c
Merge "make RingBuffer const viable"
by Andres Morales
· 9 years ago
a21c1da
make RingBuffer const viable
by Andres Morales
· 9 years ago
c7fa843
Add shape animation test case
by Chris Craik
· 9 years ago
386aa03
Add more shape drawing to new reorderer/renderer
by Chris Craik
· 9 years ago
27e58b4
Build hwui test scenes as common test code
by Chris Craik
· 9 years ago
c63107c
Merge "Merged op dispatch in OpReorderer"
by Chris Craik
· 9 years ago
15c3f19
Merged op dispatch in OpReorderer
by Chris Craik
· 9 years ago
0868477
Correct shadowtext glyph count
by Chris Craik
· 9 years ago
8160f20
Reorganize hwui test directories
by Chris Craik
· 9 years ago
54fa17f
Add ListView rendering benchmark
by Chris Craik
· 9 years ago
9b9eca5
Merge "Support projection in OpReorderer"
by Chris Craik
· 9 years ago
8d1f212
Support projection in OpReorderer
by Chris Craik
· 9 years ago
Next »