index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
SpotShadow.cpp
Age
Commit message (
Expand
)
Author
2014-11-12
Shadow: Fix the crash in spot shadow
ztenghui
2014-11-06
A better looking and faster spot shadow.
ztenghui
2014-10-03
Use float instead of double to increase spot shadow perf
ztenghui
2014-09-10
Re-triangulate the spot shadow.
ztenghui
2014-08-26
Correctly detect the wrong Z value for the light
ztenghui
2014-08-22
Improve the spot shadow computation.
ztenghui
2014-08-12
Switch to cos interpolation of shadow alpha
Chris Craik
2014-07-24
Fix ALL compile warnings
John Reck
2014-07-24
Compute layer bounds over subset of VertexBuffer verts
Chris Craik
2014-07-23
Build layer damage bounds for shadows
Chris Craik
2014-06-10
Tessellate on worker threads
Chris Craik
2014-04-28
Make sure the theta is correctly represented and incoming polygon is CW for s...
ztenghui
2014-03-18
Get rid of useless code
ztenghui
2014-03-17
Fix the missing spot shadow when DEBUG_SHADOW is turned on
ztenghui
2014-03-17
Create one hole inside the umbra area to avoid overdraw.
ztenghui
2014-03-12
Force shadow casters above the Z=0 plane
Chris Craik
2014-03-12
Fix orthographic shadows projection, simplify shadow reordering
Chris Craik
2014-03-11
Improve shadow tessellation performance
Chris Craik
2014-02-25
Use pre-computed index to draw the shadow.
ztenghui
2014-02-03
Merge "Fixing a bad bug when there is no real umbra"
ztenghui
2014-01-31
Fixing a bad bug when there is no real umbra
ztenghui
2014-01-31
Simplify umbra calculation
Chris Craik
2014-01-29
Merge close vertices in a better way.
ztenghui
2014-01-10
Calculate and show the shadow from a spot light.
ztenghui