summaryrefslogtreecommitdiffstats
path: root/libs/hwui/ShadowTessellator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Define light position (using new lighting spec) in JavaChris Craik2014-05-211-19/+12
* Check the array before accessing itztenghui2014-05-141-0/+4
* Merge "Add more shadow control knobs"Chris Craik2014-05-011-5/+25
|\
| * Add more shadow control knobsChris Craik2014-04-301-5/+25
* | Make sure the theta is correctly represented and incoming polygon is CW for s...ztenghui2014-04-281-0/+62
|/
* Early rejection on shadows which are outside of the clip bound.ztenghui2014-03-201-2/+26
* Create one hole inside the umbra area to avoid overdraw.ztenghui2014-03-171-27/+32
* Improve shadow tessellation performanceChris Craik2014-03-111-16/+13
* Update tessellation tracingChris Craik2014-03-071-0/+6
* Use pre-computed index to draw the shadow.ztenghui2014-02-251-11/+74
* Use path outlines to define shadow shapesChris Craik2014-01-261-49/+6
* Property support for light positioning.ztenghui2014-01-171-4/+6
* Merge "Map shadow light position globally"Chris Craik2014-01-171-1/+8
|\
| * Map shadow light position globallyChris Craik2014-01-161-1/+8
* | Transform shadow casters correctly in 3dChris Craik2014-01-161-14/+9
|/
* Calculate and show the shadow from a spot light.ztenghui2014-01-101-10/+54
* Calculate and show Ambient shadow.ztenghui2013-12-131-0/+73