index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
OpenGLRenderer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Restore untrusted glStencilMask value on resume after functor"
Chris Craik
2014-07-22
1
-0
/
+2
|
\
|
*
Restore untrusted glStencilMask value on resume after functor
Chris Craik
2014-07-22
1
-0
/
+2
*
|
Merge "[HWUI] Fix invisible views are still shown in popup window"
Chris Craik
2014-07-22
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
[HWUI] Fix invisible views are still shown in popup window
henry.uh_chen
2014-07-03
1
-1
/
+3
*
|
[HWUI]: fix residual line on FrameBuffer
henry.uh_chen
2014-07-03
1
-5
/
+19
|
/
*
Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD
The Android Open Source Project
2013-11-22
1
-327
/
+405
|
\
|
*
Correct bitmap merging logic
Chris Craik
2013-09-20
1
-2
/
+2
|
*
Conservatively estimate geometry bounds
Chris Craik
2013-09-17
1
-8
/
+1
|
*
Fix scissor for functor invocation
John Reck
2013-09-10
1
-2
/
+4
|
*
Move functor GL setup to just before functor
Chris Craik
2013-08-26
1
-6
/
+9
|
*
Add overdraw debugging that accounts for Deuteranomaly
Romain Guy
2013-08-21
1
-4
/
+12
|
*
Remove an unnecessary allocation
Romain Guy
2013-08-09
1
-19
/
+0
|
*
Merge "Fix quickReject's handling of AA ramp geometry"
Chris Craik
2013-08-02
1
-7
/
+22
|
|
\
|
|
*
Fix quickReject's handling of AA ramp geometry
Chris Craik
2013-08-02
1
-7
/
+22
|
*
|
Fix region clipping bugs
Romain Guy
2013-08-01
1
-5
/
+9
|
*
|
Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)
Victoria Lease
2013-07-31
1
-65
/
+4
|
|
/
|
*
Merge "Ensure glActiveTexture is cleaned up correctly on functor resume"
Chris Craik
2013-07-22
1
-0
/
+1
|
|
\
|
|
*
Ensure glActiveTexture is cleaned up correctly on functor resume
Chris Craik
2013-07-22
1
-0
/
+1
|
*
|
Use global indices array to draw layers
Romain Guy
2013-07-22
1
-22
/
+46
|
|
/
|
*
Support stencil-based clipping for functors
Chris Craik
2013-07-16
1
-0
/
+1
|
*
am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage...
Romain Guy
2013-06-28
1
-6
/
+9
|
|
\
|
*
|
Track the atlas' generation ID
Romain Guy
2013-06-27
1
-5
/
+3
|
*
|
Initialize MergingDrawBatch clip with viewport bounds
Chris Craik
2013-06-21
1
-0
/
+1
|
*
|
Batch 9-patches in a single mesh whenever possible
Romain Guy
2013-06-21
1
-14
/
+41
|
*
|
Merge "Fix regression: TextureView.setAlpha() was ignored"
Romain Guy
2013-06-19
1
-1
/
+1
|
|
\
\
|
|
*
|
Fix regression: TextureView.setAlpha() was ignored
Romain Guy
2013-06-19
1
-1
/
+1
|
*
|
|
Merge "Share Caches' index buffer with FontRenderer"
Romain Guy
2013-06-19
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Share Caches' index buffer with FontRenderer
Romain Guy
2013-06-18
1
-1
/
+1
|
*
|
|
Merge "Better handle op size edge cases"
Chris Craik
2013-06-17
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Better handle op size edge cases
Chris Craik
2013-06-17
1
-3
/
+3
|
*
|
|
|
Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706"
Romain Guy
2013-06-17
1
-0
/
+12
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Cancel layer update when a layer is about to be destroyed
Romain Guy
2013-06-17
1
-0
/
+12
|
|
|
/
/
|
*
|
|
Fix clip merging behavior
Chris Craik
2013-06-14
1
-1
/
+1
|
|
/
/
|
*
|
Fix various draw ops that may incorrectly not scissor
Chris Craik
2013-06-13
1
-35
/
+26
|
*
|
Merge "Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833"
Romain Guy
2013-06-13
1
-0
/
+14
|
|
\
\
|
|
*
|
Restore buildLayer()'s old behavior; it's synchronous again
Romain Guy
2013-06-12
1
-0
/
+14
|
*
|
|
Overdraw avoidance and merging of clipped ops
Chris Craik
2013-06-12
1
-20
/
+38
|
|
/
/
|
*
|
Avoid 9patch cache lookups when possible
Romain Guy
2013-06-11
1
-7
/
+12
|
*
|
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-06-04
1
-1
/
+2
|
*
|
Make sure atlas antries can correctly filter/wrap textures
Romain Guy
2013-05-24
1
-1
/
+1
|
*
|
Merge "Merge scaled bitmaps with translated bitmaps"
Romain Guy
2013-05-22
1
-2
/
+6
|
|
\
\
|
|
*
|
Merge scaled bitmaps with translated bitmaps
Romain Guy
2013-05-21
1
-2
/
+6
|
*
|
|
Use individual glyph positions to determine text bounds.
Chris Craik
2013-05-21
1
-31
/
+10
|
|
/
/
|
*
|
Add tessellation path for points
Chris Craik
2013-05-14
1
-65
/
+12
|
*
|
am b90ff505: am fdf13c90: Merge "Convert alpha from [0..1] to [0.255] range B...
Romain Guy
2013-05-06
1
-1
/
+1
|
|
\
\
|
*
|
|
Add an on-screen overdraw counter
Romain Guy
2013-05-03
1
-2
/
+37
|
*
|
|
Pack preloaded framework assets in a texture atlas
Romain Guy
2013-05-02
1
-40
/
+115
|
*
|
|
Avoid incorrectly dirtying the functor output rect
Chris Craik
2013-04-22
1
-2
/
+2
*
|
|
|
Update the layer's alpha value upon composition of the layer
Digish Pandya
2013-11-05
1
-0
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Fix out of range glCopyTexImage2D
Romain Guy
2013-06-27
1
-6
/
+9
|
|
/
|
/
|
[next]