Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
6c67f1d04591f44bccb476d715a005ad5bbdf840
/
libs
/
hwui
6c67f1d
SkClipOp is now an enum class
by Mike Reed
· 9 years ago
68a9dd8
Merge "HWUI: set correct sampler for external texture in shaders"
by Sergei Vasilinetc
· 9 years ago
9c97e48
HWUI: set correct sampler for external texture in shaders
by sergeyv
· 9 years ago
fb1bc8b
Merge "SkCanvas is no longer refcnted, use SkClipOps"
by TreeHugger Robot
· 9 years ago
a247df0
Merge "Pre-multiply gradient colors the right way"
by Romain Guy
· 9 years ago
d43eaa9
SkCanvas is no longer refcnted, use SkClipOps
by Mike Reed
· 9 years ago
ee708fa
Remove unnecessary dependency, and fix the chain
by Leon Scroggins III
· 9 years ago
a0ed6f0
Pre-multiply gradient colors the right way
by Romain Guy
· 9 years ago
7a7c921
Merge "Add more Skia pipeline unit tests."
by TreeHugger Robot
· 9 years ago
5277127
Add more Skia pipeline unit tests.
by Stan Iliev
· 9 years ago
8600928
Merge "Make HWUI makefile include external/skia/src/utils"
by TreeHugger Robot
· 9 years ago
82c581d
Make HWUI makefile include external/skia/src/utils
by Leon Scroggins III
· 9 years ago
ce44045
Merge "Fix window copy for rotation = 90/270"
by John Reck
· 9 years ago
cd55852
Make buffer age work in Vulkan
by Greg Daniel
· 9 years ago
912bebe
Fix window copy for rotation = 90/270
by John Reck
· 9 years ago
9a648a1
Merge "switch over clip calls to use SkClipOp instead of SkRegion::Op"
by Mike Reed
· 9 years ago
6e49c9f
switch over clip calls to use SkClipOp instead of SkRegion::Op
by Mike Reed
· 9 years ago
10219fb
SkImageEncoder->SkEncodeImage
by Hal Canary
· 9 years ago
f223774
Merge "Recreate the bitmap cache when it is smaller than needed"
by Tenghui Zhu
· 9 years ago
4a3818d
Merge "Fix a crash in skia pipeline, when empty reorder block is first"
by TreeHugger Robot
· 9 years ago
e9bf7c8
Merge "Introduce PathInterpolator to native animators"
by TreeHugger Robot
· 9 years ago
54f67e7
Merge changes from topic 'glbytebuffer'
by TreeHugger Robot
· 9 years ago
b136c85
Query GL version before using it
by Romain Guy
· 9 years ago
347691f
Fix a crash in skia pipeline, when empty reorder block is first
by Stan Iliev
· 9 years ago
6c670ec
Merge "Add hwui test for correct refcounting of SkColorTable in Bitmap"
by TreeHugger Robot
· 9 years ago
8a5a950
Fix LUTInterpolator lookup table position calc am: 0940834c8c am: 00d348ec26
by Doris Liu
· 9 years ago
00d348e
Fix LUTInterpolator lookup table position calc am: 0940834c8c
by Doris Liu
· 9 years ago
9e9eeee
Introduce PathInterpolator to native animators
by Doris Liu
· 9 years ago
0940834
Fix LUTInterpolator lookup table position calc
by Doris Liu
· 9 years ago
71c4477
Add hwui test for correct refcounting of SkColorTable in Bitmap
by sergeyv
· 9 years ago
c1e6a12
Merge "Add createHardwareBitmap on GraphicBuffer for SysUI"
by Sergei Vasilinetc
· 9 years ago
9a02987
Add createHardwareBitmap on GraphicBuffer for SysUI
by sergeyv
· 9 years ago
711b6ae
Merge "Add overdraw debugging feature to Skia pipelines"
by Matt Sarett
· 9 years ago
f58cc92
Add overdraw debugging feature to Skia pipelines
by Matt Sarett
· 9 years ago
d738d1b
Merge "Fix hwui compile error only seen with debug switch."
by TreeHugger Robot
· 9 years ago
338da9c
Merge "SkCanvas is no longer reference-counted"
by Mike Reed
· 9 years ago
116c376
Fix hwui compile error only seen with debug switch.
by Daichi Hirono
· 9 years ago
88e0891
Fix draw order for non-RenderNode draw commands
by Stan Iliev
· 9 years ago
6acfe16
SkCanvas is no longer reference-counted
by Mike Reed
· 9 years ago
db45a4b
Fix Skia render node projection to match HWUI
by Stan Iliev
· 9 years ago
57624d1
Merge "Support readback from hardware bitmaps"
by TreeHugger Robot
· 9 years ago
59eecb52
Support readback from hardware bitmaps
by sergeyv
· 9 years ago
b2db159
Merge "Remove obsolete interface GetTable."
by Seigo Nonaka
· 9 years ago
91d1bbc
Merge "Avoid starving RT anims" am: f77c220aa9 am: 7269372d5f
by John Reck
· 9 years ago
7269372
Merge "Avoid starving RT anims" am: f77c220aa9
by John Reck
· 9 years ago
f77c220
Merge "Avoid starving RT anims"
by Treehugger Robot
· 9 years ago
a5b7b89
Avoid starving RT anims
by John Reck
· 9 years ago
769ccdb
Merge "Avoid starving RT anims"
by John Reck
· 9 years ago
e92d404
Merge "Update pinImages to report when GPU resource limits are exceeded."
by Derek Sollenberger
· 9 years ago
6acb4ef
Merge "Support Surface and Layer Readback in the SkiaPipelines."
by TreeHugger Robot
· 9 years ago
189e874
Update pinImages to report when GPU resource limits are exceeded.
by Derek Sollenberger
· 9 years ago
b7e33a0
Remove obsolete interface GetTable.
by Seigo Nonaka
· 9 years ago
1a62591
Merge "Add wordSpacing parameter to Paint"
by Seigo Nonaka
· 9 years ago
c4428c1
Merge "Add layer updates debugging feature to Skia pipelines"
by TreeHugger Robot
· 9 years ago
037fc18
Recreate the bitmap cache when it is smaller than needed
by Teng-Hui Zhu
· 9 years ago
79756be
Add layer updates debugging feature to Skia pipelines
by Matt Sarett
· 9 years ago
c4fbada
Support Surface and Layer Readback in the SkiaPipelines.
by Derek Sollenberger
· 9 years ago
5e3935e
Merge "Support hardware bitmaps in bitmap shaders"
by Sergei Vasilinetc
· 9 years ago
7b4d850
Fix call to deprecated range_x().
by Martijn Coenen
· 9 years ago
bbec302
Merge "Fix deprecated range_x calls." am: 87cafe8f33 am: d03b17c29a am: 6e2c276c78
by Martijn Coenen
· 9 years ago
6e2c276
Merge "Fix deprecated range_x calls." am: 87cafe8f33 am: d03b17c29a
by Martijn Coenen
· 9 years ago
d03b17c
Merge "Fix deprecated range_x calls." am: 87cafe8f33
by Martijn Coenen
· 9 years ago
219e2c79
Add wordSpacing parameter to Paint
by Seigo Nonaka
· 9 years ago
554ffeb
Support hardware bitmaps in bitmap shaders
by sergeyv
· 9 years ago
9669487
Merge "Move test only initialization to each test setup."
by Seigo Nonaka
· 9 years ago
12efa55
Avoid starving RT anims
by John Reck
· 9 years ago
90213f3
Fix deprecated range_x calls.
by Martijn Coenen
· 9 years ago
199ab1f
Merge "Use layered version of graphic buffer allocation calls."
by TreeHugger Robot
· 9 years ago
b6e2013
Move test only initialization to each test setup.
by Seigo Nonaka
· 9 years ago
af9dc4d
Merge "Handle vulkan windowing directly in SkiaVulkanPipeline"
by Derek Sollenberger
· 9 years ago
0b5c643
Fix unit tests
by John Reck
· 9 years ago
850054c
Use layered version of graphic buffer allocation calls.
by Craig Donner
· 9 years ago
e547dd0
Cleanup asserts and remove usage of deprecated data structure.
by Derek Sollenberger
· 9 years ago
0e3cba3
Handle vulkan windowing directly in SkiaVulkanPipeline
by Derek Sollenberger
· 9 years ago
e3d281e
Merge "Add debug memory tracking to SkiaGLPipeline"
by TreeHugger Robot
· 9 years ago
4bda6bf
Add debug memory tracking to SkiaGLPipeline
by Matt Sarett
· 9 years ago
9310f59
Merge "Fix bug with displaying visual profile bars"
by TreeHugger Robot
· 9 years ago
3e62009
Merge "Refactor pin/unpinImages to work across pipelines."
by Derek Sollenberger
· 9 years ago
1dc5fba
Merge "Enable SkiaPipelines to interoperate with existing GlesDriver configs."
by Derek Sollenberger
· 9 years ago
4c9bbf4
Fix bug with displaying visual profile bars
by Matt Sarett
· 9 years ago
7e044fe
Enable SkiaPipelines to interoperate with existing GlesDriver configs.
by Derek Sollenberger
· 9 years ago
b7d34b6
Refactor pin/unpinImages to work across pipelines.
by Derek Sollenberger
· 9 years ago
4b561774
Merge "Make sure the Typeface is loaded before calling measureText."
by Seigo Nonaka
· 9 years ago
b365b0d
Merge "Re-unite sources with their headers" am: e43444a00b am: 946d11d216
by John Reck
· 9 years ago
946d11d
Merge "Re-unite sources with their headers" am: e43444a00b
by John Reck
· 9 years ago
03b5d50
Re-unite sources with their headers
by John Reck
· 9 years ago
437d4e0
Merge "Re-unite sources with their headers"
by John Reck
· 9 years ago
3d36fac
Merge "Add SkiaProfileRenderer to draw visual debugging info"
by TreeHugger Robot
· 9 years ago
cf2c05c
Add SkiaProfileRenderer to draw visual debugging info
by Matt Sarett
· 9 years ago
f6113af
Re-unite sources with their headers
by John Reck
· 9 years ago
eea591b
Merge "Fix RenderNodeDrawable to draw nonzero Z nodes when needed"
by TreeHugger Robot
· 9 years ago
18da04e
Merge "Implement onDrawTextBlob in the SkiaCanvasProxy."
by TreeHugger Robot
· 9 years ago
4080072
Merge "Implement Skia pipelines for OpenGL and Vulkan."
by TreeHugger Robot
· 9 years ago
1106b82
Merge "Reference ctable when adopting pointer in Bitmap"
by TreeHugger Robot
· 9 years ago
c96468b
Merge "update callers to newer Skia APIs"
by TreeHugger Robot
· 9 years ago
2f06e8a
Fix RenderNodeDrawable to draw nonzero Z nodes when needed
by Stan Iliev
· 9 years ago
09bd6c2
Implement onDrawTextBlob in the SkiaCanvasProxy.
by Derek Sollenberger
· 9 years ago
500a0c3
Implement Skia pipelines for OpenGL and Vulkan.
by Stan Iliev
· 9 years ago
f0503b0
Merge "Add benchmarks for View inflation"
by John Reck
· 9 years ago
003f142
Reference ctable when adopting pointer in Bitmap
by sergeyv
· 9 years ago
Next »