Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
frameworks
/
base
/
a7ce11070a74f7a0447f0d40d51cb0d3f95999fd
/
libs
/
hwui
/
OpenGLRenderer.cpp
996fe65
Correct bitmap merging logic
by Chris Craik
· 11 years ago
32f05e3
Conservatively estimate geometry bounds
by Chris Craik
· 11 years ago
25d2f7b
Fix scissor for functor invocation
by John Reck
· 11 years ago
54f574a
Move functor GL setup to just before functor
by Chris Craik
· 11 years ago
627c6fd
Add overdraw debugging that accounts for Deuteranomaly
by Romain Guy
· 11 years ago
0031230
Remove an unnecessary allocation
by Romain Guy
· 11 years ago
b213cec
Merge "Fix quickReject's handling of AA ramp geometry"
by Chris Craik
· 11 years ago
5e49b30
Fix quickReject's handling of AA ramp geometry
by Chris Craik
· 11 years ago
b7b93e0
Fix region clipping bugs See external bug #58344
by Romain Guy
· 11 years ago
1e54681
Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)
by Victoria Lease
· 11 years ago
9842770
Merge "Ensure glActiveTexture is cleaned up correctly on functor resume"
by Chris Craik
· 11 years ago
9ab2d18
Ensure glActiveTexture is cleaned up correctly on functor resume
by Chris Craik
· 11 years ago
448455f
Use global indices array to draw layers
by Romain Guy
· 11 years ago
ecca6da
Support stencil-based clipping for functors
by Chris Craik
· 11 years ago
c36fe2f
am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage2D Bug #9425270" into jb-mr2-dev
by Romain Guy
· 11 years ago
b254c24
Fix out of range glCopyTexImage2D Bug #9425270
by Romain Guy
· 11 years ago
55b6f95
Track the atlas' generation ID Bug #9589379
by Romain Guy
· 11 years ago
0e87f00
Initialize MergingDrawBatch clip with viewport bounds
by Chris Craik
· 11 years ago
03c00b5
Batch 9-patches in a single mesh whenever possible
by Romain Guy
· 11 years ago
fb5a41a
Merge "Fix regression: TextureView.setAlpha() was ignored"
by Romain Guy
· 11 years ago
2458939
Fix regression: TextureView.setAlpha() was ignored
by Romain Guy
· 11 years ago
cadc5bf
Merge "Share Caches' index buffer with FontRenderer"
by Romain Guy
· 11 years ago
31e08e9
Share Caches' index buffer with FontRenderer
by Romain Guy
· 11 years ago
36d38cb
Merge "Better handle op size edge cases"
by Chris Craik
· 11 years ago
d72b73c
Better handle op size edge cases
by Chris Craik
· 11 years ago
fb5c905
Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706"
by Romain Guy
· 11 years ago
e93482f
Cancel layer update when a layer is about to be destroyed Bug #9310706
by Romain Guy
· 11 years ago
a02c4ed
Fix clip merging behavior
by Chris Craik
· 11 years ago
39a908c
Fix various draw ops that may incorrectly not scissor
by Chris Craik
· 11 years ago
7112fdd
Merge "Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833"
by Romain Guy
· 11 years ago
4054360
Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833
by Romain Guy
· 11 years ago
28ce94a
Overdraw avoidance and merging of clipped ops
by Chris Craik
· 11 years ago
4c2547f
Avoid 9patch cache lookups when possible
by Romain Guy
· 11 years ago
8aa195d
Introduce Caches::bindTexture() to reduce glBindTexture calls
by Romain Guy
· 11 years ago
a404e16
Make sure atlas antries can correctly filter/wrap textures
by Romain Guy
· 11 years ago
7f77736
Merge "Merge scaled bitmaps with translated bitmaps"
by Romain Guy
· 11 years ago
2db5e99
Merge scaled bitmaps with translated bitmaps
by Romain Guy
· 11 years ago
4154182
Use individual glyph positions to determine text bounds.
by Chris Craik
· 12 years ago
6d29c8d
Add tessellation path for points
by Chris Craik
· 11 years ago
72bd95b
am b90ff505: am fdf13c90: Merge "Convert alpha from [0..1] to [0.255] range Bug #8808886" into jb-mr2-dev
by Romain Guy
· 12 years ago
87b515c
Convert alpha from [0..1] to [0.255] range Bug #8808886
by Romain Guy
· 12 years ago
78dd96d
Add an on-screen overdraw counter
by Romain Guy
· 12 years ago
3b748a4
Pack preloaded framework assets in a texture atlas
by Romain Guy
· 12 years ago
4a2bff7
Avoid incorrectly dirtying the functor output rect
by Chris Craik
· 12 years ago
34416ea
Make layer double drawing visible in overdraw debug mode
by Chris Craik
· 12 years ago
527a3aa
Draw Operation merging
by Chris Craik
· 12 years ago
cf51a41
Introduce PixelBuffer API to enable PBOs
by Romain Guy
· 12 years ago
58d110a
Fix Contacts animation jank
by Chet Haase
· 12 years ago
a151ef8
Merge "First OpenGL ES 3.0 based optimization" into jb-mr2-dev
by Romain Guy
· 12 years ago
1206b9b
Traverse layers in update order
by Chris Craik
· 12 years ago
0908764
First OpenGL ES 3.0 based optimization
by Romain Guy
· 12 years ago
16ecda5
Update view's alpha and layer docs
by Chris Craik
· 12 years ago
02b49b7
Prevent crash when a single layer is enqueued several times for updates
by Romain Guy
· 12 years ago
7273daa
Fix issues related to saveLayer/restore deferral
by Chris Craik
· 12 years ago
9cd6451
Merge "Set ignore flag during deferred savelayer" into jb-mr2-dev
by Chris Craik
· 12 years ago
408eb12
Set ignore flag during deferred savelayer
by Chris Craik
· 12 years ago
96885eb
Avoid multiple font cache texture uploads Bug #8378964
by Romain Guy
· 12 years ago
5f80362
Isolate tiling clip state from snapshot
by Chris Craik
· 12 years ago
9eac526
Merge "Optimize text GL setup" into jb-mr2-dev
by Romain Guy
· 12 years ago
7564c71
Merge "Use snapshot alpha in all layer drawing" into jb-mr2-dev
by Chris Craik
· 12 years ago
e83569c
Use snapshot alpha in all layer drawing
by Chris Craik
· 12 years ago
257ae35
Optimize text GL setup
by Romain Guy
· 12 years ago
d90144d
Update snapshot upon saveLayer deferral
by Chris Craik
· 12 years ago
4494599
Merge "Use snapshot alpha for layers" into jb-mr2-dev
by Chris Craik
· 12 years ago
16b7dc9
Merge "Merge all shapes/paths caches to PathCache" into jb-mr2-dev
by Romain Guy
· 12 years ago
c46d07a
Merge all shapes/paths caches to PathCache
by Romain Guy
· 12 years ago
cada41a
Work around saveLayer clipping/transform deferring issues
by Chris Craik
· 12 years ago
d0afeac
Reset draw modifiers after flushing
by Chris Craik
· 12 years ago
a08f95c
Use snapshot alpha for layers
by Chris Craik
· 12 years ago
ff78583
Fully deferred displaylist replay
by Chris Craik
· 12 years ago
ca89e2a
Precache paths from a worker thread
by Romain Guy
· 12 years ago
b09f147
Don't apply scale to glyphs when a perspective is set. Bug #8337925
by Romain Guy
· 12 years ago
624234f
Take only the scale params into account to rasterize text
by Romain Guy
· 12 years ago
3b75382
Fix colored rects clipping and code cleanup
by Romain Guy
· 12 years ago
19d4dd8
Take text scale/skew into account only when rendering into a layer
by Romain Guy
· 12 years ago
0f66753
Precache glyphs at final raster size
by Romain Guy
· 12 years ago
a4adcf0
Support 3D rotations when drawing text
by Romain Guy
· 12 years ago
c74f45a
Properly scale text
by Romain Guy
· 12 years ago
d80806b
Merge "Fix T-junctions in layers' generated meshes" into jb-mr2-dev
by Chris Craik
· 12 years ago
a6456d0
Merge "Draw text drop shadows even when the text color is transparent" into jb-mr2-dev
by Romain Guy
· 12 years ago
6c5b9be
Fix T-junctions in layers' generated meshes
by Chris Craik
· 12 years ago
768bffc
Draw text drop shadows even when the text color is transparent
by Romain Guy
· 12 years ago
758724f
Don't increment the paint's generation ID when drawing bitmaps
by Romain Guy
· 12 years ago
3ff0bfd
Add new property to debug non-rectangular clip operations
by Romain Guy
· 12 years ago
505d1d6
Merge "Prettify display lists logging"
by Romain Guy
· 12 years ago
7031ff6
Prettify display lists logging
by Romain Guy
· 12 years ago
94b97b3
am eab51de4: Merge "Fix clipping and stencil layer issues"
by Chris Craik
· 12 years ago
b98a016
Fix clipping and stencil layer issues
by Chris Craik
· 12 years ago
c4ca87f
am 8a47d8ea: Merge "Clean up clipping and deferral logic"
by Chris Craik
· 12 years ago
8a47d8e
Merge "Clean up clipping and deferral logic"
by Chris Craik
· 12 years ago
5d11676
Clean up clipping and deferral logic
by Chris Craik
· 12 years ago
846f5f2
am e91efaba: Merge "Expose display list APIs"
by Romain Guy
· 12 years ago
52036b1
Expose display list APIs
by Romain Guy
· 12 years ago
620cff4
am ad82f20d: Merge "DisplayList draw operation reordering"
by Chris Craik
· 12 years ago
c3566d0
DisplayList draw operation reordering
by Chris Craik
· 12 years ago
feb6954
am 10c0aa24: Merge "Implement support for drawBitmapMesh\'s colors array"
by Romain Guy
· 12 years ago
10c0aa2
Merge "Implement support for drawBitmapMesh's colors array"
by Romain Guy
· 12 years ago
ff316ec
Implement support for drawBitmapMesh's colors array
by Romain Guy
· 12 years ago
c932760
Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE"
by Chris Craik
· 12 years ago
8d4aeb7
Add a render buffer cache to reuse stencil buffers Bug #7146141
by Romain Guy
· 12 years ago
Next »