Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
68535229fc934d464baeaf3a12d8a34ab0dbc60e
/
libs
/
hwui
/
tests
dfe0647
Fix unit test that failed due to incorrect refactor.
by Derek Sollenberger
· 9 years ago
f77ca08
Fix HWUI tests to use android-only SkPaint flags
by Derek Sollenberger
· 9 years ago
df1742e
Overhaul GraphicsStatsService
by John Reck
· 10 years ago
09df887
Always flush renderstate in DeferredLayerUpdater::apply
by Chris Craik
· 9 years ago
ab582b7
Merge "Replace bitmap shaders with image shaders in test code"
by TreeHugger Robot
· 9 years ago
c54b76e
Replace bitmap shaders with image shaders in test code
by Matt Sarett
· 9 years ago
89ddb1f
Update framework to use new SkColorSpace API
by Matt Sarett
· 9 years ago
08c9ca5
Merge "Add ShadowShaderAnimation benchmark"
by Chris Craik
· 9 years ago
c03fdb3
Merge "Fix capturing systrace while hwuimacro is running"
by TreeHugger Robot
· 9 years ago
e10971d
Fix capturing systrace while hwuimacro is running
by John Reck
· 9 years ago
0091181
Add ShadowShaderAnimation benchmark
by Chris Craik
· 9 years ago
49ddb3d
Merge "Add simple gradient and colormatrix benchmarks"
by Chris Craik
· 9 years ago
f6a4090
Add simple gradient and colormatrix benchmarks
by Chris Craik
· 9 years ago
0e177d3
Merge "Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources()"
by Sergei Vasilinetc
· 9 years ago
83809fe
Properly clear textures for Hardware Bitmaps
by sergeyv
· 9 years ago
65626b6
Merge "Add UiBench jank and macrobench tests for saveLayer performance"
by TreeHugger Robot
· 9 years ago
010b6a5
Add UiBench jank and macrobench tests for saveLayer performance
by Stan Iliev
· 10 years ago
3e9999b
Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources()
by sergeyv
· 10 years ago
3afd637
Switch how destroyHardwareResources works
by John Reck
· 9 years ago
2de950d
Overhaul RenderNode's DisplayList management
by John Reck
· 10 years ago
f54c763
Merge "use new clipbounds api"
by TreeHugger Robot
· 10 years ago
5e43898
use new clipbounds api
by Mike Reed
· 10 years ago
02b0d40
Merge "Fix renderOverdraw() test"
by Matt Sarett
· 10 years ago
4f2a40a
Merge "Revert "Workaround libmemunreachable lockup""
by TreeHugger Robot
· 10 years ago
efa38e3
Revert "Workaround libmemunreachable lockup"
by John Reck
· 10 years ago
341480b
Fix renderOverdraw() test
by Matt Sarett
· 10 years ago
2ba96ec
Merge "Add tests for b/34598346"
by TreeHugger Robot
· 10 years ago
47aa8d1
Add tests for b/34598346
by John Reck
· 10 years ago
65e8f0a
Merge "Workaround libmemunreachable lockup"
by TreeHugger Robot
· 10 years ago
553ae6a
Workaround libmemunreachable lockup
by John Reck
· 10 years ago
c1db0e0
Remove all calls to SkCanvas::getClipStack from HWUI unit tests
by Stan Iliev
· 10 years ago
57b8eb3
Merge "Update hwui_unit_tests to support running with Vulkan backend."
by Greg Daniel
· 10 years ago
98c78dad
Update hwui_unit_tests to support running with Vulkan backend.
by Greg Daniel
· 10 years ago
173215d
resolve merge conflicts of ec7e2a164c37 to master
by Mark Salyzyn
· 10 years ago
6dacea6
Merge "Replace cutils/log.h and log/logger.h with android/log.h or log/log.h (part deux)" am: 2225a0640b
by Mark Salyzyn
· 10 years ago
96bf598
Replace cutils/log.h and log/logger.h with android/log.h or log/log.h
by Mark Salyzyn
· 10 years ago
624ad83
Fix Skia merge by fixing API mismatch.
by Derek Sollenberger
· 10 years ago
45ec62b
Add support for dummy draws for Vulkan webview and texture views.
by Greg Daniel
· 10 years ago
8cd3edf
Break Layer class into Gl and Vulkan subclasses
by Greg Daniel
· 10 years ago
b66b8bb
Ensure root render node clip cannot expand beyond dirty area
by Stan Iliev
· 10 years ago
6df179c
Merge "Revert "try to stop using exotic clipps""
by TreeHugger Robot
· 10 years ago
66b9d44
Revert "try to stop using exotic clipps"
by Chris Craik
· 10 years ago
e59dc41
Merge "try to stop using exotic clipps"
by TreeHugger Robot
· 10 years ago
984c73b
Merge "Modify savelayer to save matrix and clip for Skia pipeline"
by TreeHugger Robot
· 10 years ago
4c80f87
Merge "HWUI: prepare script for marlin & sailfish Test: this is a bench infrastucture"
by John Reck
· 10 years ago
68885e3
Modify savelayer to save matrix and clip for Skia pipeline
by Stan Iliev
· 10 years ago
834653bc
try to stop using exotic clipps
by Mike Reed
· 10 years ago
ed4d58c
Fix failing SkiaPipeline unit tests
by Stan Iliev
· 10 years ago
91d6354
HWUI: fix support RGB_565 for hardware bitmaps
by sergeyv
· 10 years ago
6c67f1d
SkClipOp is now an enum class
by Mike Reed
· 10 years ago
68a9dd8
Merge "HWUI: set correct sampler for external texture in shaders"
by Sergei Vasilinetc
· 10 years ago
9c97e48
HWUI: set correct sampler for external texture in shaders
by sergeyv
· 10 years ago
fb1bc8b
Merge "SkCanvas is no longer refcnted, use SkClipOps"
by TreeHugger Robot
· 10 years ago
d43eaa9
SkCanvas is no longer refcnted, use SkClipOps
by Mike Reed
· 10 years ago
ee708fa
Remove unnecessary dependency, and fix the chain
by Leon Scroggins III
· 10 years ago
5277127
Add more Skia pipeline unit tests.
by Stan Iliev
· 10 years ago
6e49c9f
switch over clip calls to use SkClipOp instead of SkRegion::Op
by Mike Reed
· 10 years ago
4a3818d
Merge "Fix a crash in skia pipeline, when empty reorder block is first"
by TreeHugger Robot
· 10 years ago
e9bf7c8
Merge "Introduce PathInterpolator to native animators"
by TreeHugger Robot
· 10 years ago
347691f
Fix a crash in skia pipeline, when empty reorder block is first
by Stan Iliev
· 10 years ago
6c670ec
Merge "Add hwui test for correct refcounting of SkColorTable in Bitmap"
by TreeHugger Robot
· 10 years ago
9e9eeee
Introduce PathInterpolator to native animators
by Doris Liu
· 10 years ago
71c4477
Add hwui test for correct refcounting of SkColorTable in Bitmap
by sergeyv
· 10 years ago
711b6ae
Merge "Add overdraw debugging feature to Skia pipelines"
by Matt Sarett
· 10 years ago
f58cc92
Add overdraw debugging feature to Skia pipelines
by Matt Sarett
· 10 years ago
338da9c
Merge "SkCanvas is no longer reference-counted"
by Mike Reed
· 10 years ago
88e0891
Fix draw order for non-RenderNode draw commands
by Stan Iliev
· 10 years ago
6acfe16
SkCanvas is no longer reference-counted
by Mike Reed
· 10 years ago
db45a4b
Fix Skia render node projection to match HWUI
by Stan Iliev
· 10 years ago
59eecb52
Support readback from hardware bitmaps
by sergeyv
· 10 years ago
5e3935e
Merge "Support hardware bitmaps in bitmap shaders"
by Sergei Vasilinetc
· 10 years ago
7b4d850
Fix call to deprecated range_x().
by Martijn Coenen
· 10 years ago
bbec302
Merge "Fix deprecated range_x calls." am: 87cafe8f33 am: d03b17c29a am: 6e2c276c78
by Martijn Coenen
· 10 years ago
6e2c276
Merge "Fix deprecated range_x calls." am: 87cafe8f33 am: d03b17c29a
by Martijn Coenen
· 10 years ago
d03b17c
Merge "Fix deprecated range_x calls." am: 87cafe8f33
by Martijn Coenen
· 10 years ago
554ffeb
Support hardware bitmaps in bitmap shaders
by sergeyv
· 10 years ago
90213f3
Fix deprecated range_x calls.
by Martijn Coenen
· 10 years ago
b6e2013
Move test only initialization to each test setup.
by Seigo Nonaka
· 10 years ago
b7d34b6
Refactor pin/unpinImages to work across pipelines.
by Derek Sollenberger
· 10 years ago
eea591b
Merge "Fix RenderNodeDrawable to draw nonzero Z nodes when needed"
by TreeHugger Robot
· 10 years ago
4080072
Merge "Implement Skia pipelines for OpenGL and Vulkan."
by TreeHugger Robot
· 10 years ago
c96468b
Merge "update callers to newer Skia APIs"
by TreeHugger Robot
· 10 years ago
2f06e8a
Fix RenderNodeDrawable to draw nonzero Z nodes when needed
by Stan Iliev
· 10 years ago
500a0c3
Implement Skia pipelines for OpenGL and Vulkan.
by Stan Iliev
· 10 years ago
f0503b0
Merge "Add benchmarks for View inflation"
by John Reck
· 10 years ago
ab12c1f
update callers to newer Skia APIs
by Mike Reed
· 10 years ago
3acf0382
Add benchmarks for View inflation
by John Reck
· 10 years ago
c2f31df
use SkBlendMode
by Mike Reed
· 10 years ago
97cc85f
Merge "Routine to upload hardware bitmaps"
by Sergei Vasilinetc
· 10 years ago
694d499
Routine to upload hardware bitmaps
by sergeyv
· 10 years ago
021693b
Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.
by Stan Iliev
· 10 years ago
96f4410
Merge "Refactor mock Functors into a common TestUtils class."
by Derek Sollenberger
· 10 years ago
835b3a69
Refactor mock Functors into a common TestUtils class.
by Derek Sollenberger
· 10 years ago
c0f5036
Merge changes If99865cd,I5b794c94
by Derek Sollenberger
· 10 years ago
5ef78a8
Fix test breakage due to naming collision in the linker.
by Derek Sollenberger
· 10 years ago
050bb6a
Minor cleanup of unused headers and overly described functions.
by Derek Sollenberger
· 10 years ago
fda6667
Merge changes I94b1c31c,Ib0b16c87
by Sergei Vasilinetc
· 10 years ago
2a38c42
Add target to texture
by sergeyv
· 10 years ago
daf7229
Move OpenGL specific details behind renderPipeline interface.
by Derek Sollenberger
· 10 years ago
ec4a4b1
Use Bitmap in DisplayList & RecordedOps instead of SkBitmap
by sergeyv
· 10 years ago
Next »