History log of /external/skia/samplecode/SampleShadowing.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
95315f0d6f77aef3700f604346f4e2558390e6f8 09-Sep-2016 vjiaoblack <vjiaoblack@google.com> made point lights linear attenuation; also fixed point light depth bug

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2323383002

Review-Url: https://codereview.chromium.org/2323383002
/external/skia/samplecode/SampleShadowing.cpp
b2796fdd9eab88836795d6a54cf6811af6ecdc81 09-Sep-2016 vjiaoblack <vjiaoblack@google.com> Added in Radial Shadows

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2311223004

Review-Url: https://codereview.chromium.org/2311223004
/external/skia/samplecode/SampleShadowing.cpp
1e5abf15d11861247084e97215ec45a98912adb1 07-Sep-2016 vjiaoblack <vjiaoblack@google.com> made point light shadows

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2294323003

Review-Url: https://codereview.chromium.org/2294323003
/external/skia/samplecode/SampleShadowing.cpp
bb106060fab32d048ef5052fcc7dc12a0f06b961 31-Aug-2016 vjiaoblack <vjiaoblack@google.com> Optimizations and more documentation of SkShadowShader

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2285133002

Review-Url: https://codereview.chromium.org/2285133002
/external/skia/samplecode/SampleShadowing.cpp
56f33ea2acb39ebb041340a8ab7564facb95afce 26-Aug-2016 vjiaoblack <vjiaoblack@google.com> Added distance attenuation and diffuse shading to PointLights

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2246463004

Review-Url: https://codereview.chromium.org/2246463004
/external/skia/samplecode/SampleShadowing.cpp
e6f5d5623160a69e1585f5121a3695092327dfe0 25-Aug-2016 vjiaoblack <vjiaoblack@google.com> Made shadows blurry (thru implementing variance mapping)

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2224163005

Review-Url: https://codereview.chromium.org/2224163005
/external/skia/samplecode/SampleShadowing.cpp
d707f2d1cf91505d45edc2d92a7faac788d0d99e 16-Aug-2016 vjiaoblack <vjiaoblack@google.com> Moved "drawShadowedPicture" call outside of if cases in onDrawContent.

Bug description:
If you updated the view without changing frames (such as moving around the
cursor with 'z' (pixel zoom) on) the window would turn gray.

This was because I left the drawShadowedPicture call inside of the "if-updated"
case inside of SampleShadowing's onDrawContent handler.

If nothing changed and onDrawContent is called, we still need to update the
given canvas's fLights (there is no guarantee of whether the canvas (or its
fLights) has been updated or not), and then draw the shadowed picture.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2245923002

Review-Url: https://codereview.chromium.org/2245923002
/external/skia/samplecode/SampleShadowing.cpp
772b5ee446d7545eec4ca7d6dc9d75461e2a9c38 12-Aug-2016 vjiaoblack <vjiaoblack@google.com> Added PointLights to SkLights::Light

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2237493002

Review-Url: https://codereview.chromium.org/2237493002
/external/skia/samplecode/SampleShadowing.cpp
904527d165ce98c9fbaa9c05d3890070e3132170 09-Aug-2016 vjiaoblack <vjiaoblack@google.com> moved code into onDrawShadowedPic, only renders into shadow maps if needed

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2220633002

Review-Url: https://codereview.chromium.org/2220633002
/external/skia/samplecode/SampleShadowing.cpp
955e879c6dc9c74224d5a25a67e9eecdee4d4ae8 05-Aug-2016 vjiaoblack <vjiaoblack@google.com> Making a sample for shadow maps for more intensive development

Merge branch 'shadow-gm' into shadow-sample

Added variable size shadow maps. Also fixed some bugs

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2198933002

Review-Url: https://codereview.chromium.org/2198933002
/external/skia/samplecode/SampleShadowing.cpp