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