summaryrefslogtreecommitdiffstats
path: root/libs/hwui/AmbientShadow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the shadow fall off function from cosine to gaussian.ztenghui2015-04-091-6/+9
* Glop ColorFilter & VertexBuffer support, initial enableChris Craik2015-02-061-1/+1
* resolved conflicts for merge of 5369b769 to masterChris Craik2014-12-101-0/+1
|\
| * resolve merge conflicts of ed211b9 to lmp-mr1-dev-plus-aosp.Chris Craik2014-12-101-0/+1
| |\
| | * Fix frame-allocated path lifecyclesChris Craik2014-12-101-0/+1
* | | am cb82b7f1: am a58336f6: Merge "Use fabsf() rather than abs()"Chih-hung Hsieh2014-11-171-1/+1
|\ \ \ | |/ /
| * | am a58336f6: Merge "Use fabsf() rather than abs()"Chih-hung Hsieh2014-11-171-1/+1
| |\ \
| | * | Use fabsf() rather than abs()Bernhard Rosenkränzer2014-11-171-1/+1
| * | | resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-101-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Frameworks/base: Wall Werror in libs/hwuiAndreas Gampe2014-11-101-1/+1
* | | resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-101-1/+1
* | | am 86f289fb: am 0b70c09c: am 7ae6fc81: Merge "A better looking and faster spo...ztenghui2014-11-071-3/+3
|\ \ \ | |/ /
| * | A better looking and faster spot shadow.ztenghui2014-11-061-3/+3
| |/
* | Clean up physical couplingTom Hudson2014-10-151-0/+1
|/
* Re-triangulate the spot shadow.ztenghui2014-09-101-30/+7
* Fix the (0,0) vector case for extra vertices computationztenghui2014-09-011-0/+4
* Ambient shadow tessellation improvement.ztenghui2014-08-291-258/+289
* Switch to cos interpolation of shadow alphaChris Craik2014-08-121-1/+4
* Fix ALL compile warningsJohn Reck2014-07-241-2/+2
* Compute layer bounds over subset of VertexBuffer vertsChris Craik2014-07-241-7/+10
* Build layer damage bounds for shadowsChris Craik2014-07-231-0/+1
* Tessellate on worker threadsChris Craik2014-06-101-5/+5
* Make sure the theta is correctly represented and incoming polygon is CW for s...ztenghui2014-04-281-20/+23
* Shoot the rays to the vertices of the incoming polygon.ztenghui2014-04-241-5/+82
* Create one hole inside the umbra area to avoid overdraw.ztenghui2014-03-171-16/+26
* Improve shadow tessellation performanceChris Craik2014-03-111-28/+26
* Use pre-computed index to draw the shadow.ztenghui2014-02-251-105/+35
* Fix Clang warnings/errorsChris Craik2014-01-021-3/+5
* Calculate and show Ambient shadow.ztenghui2013-12-131-0/+306