Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / lightingshader.cpp
2017-03-22 Mike KleinGM: some header cleanup
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-08-29 vjiaoblackMoved ambient lights out of SkLight's light array
2016-08-29 vjiaoblackRevert of Moved ambient lights out of SkLight's light...
2016-08-29 vjiaoblackMoved ambient lights out of SkLight's light array
2016-08-12 vjiaoblackAdded PointLights to SkLights::Light
2016-08-05 reedrename FoceCopyMode to SkCopyPixelMode
2016-07-11 dvonbeckChanged SkLightingShader API to take in a shader as...
2016-07-06 dvonbeckAPI change to allow for NormalSource selection at the...
2016-05-31 robertphillipsMake use of new SkLights class
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-25 reedmove setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CRE...
2015-09-03 robertphillipsMinor code cleanup (left over from prior CL)
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-20 robertphillipsUpdate SkLightingShader to support rotation
2015-08-19 robertphillipsRevert "Update SkLightingShader to support rotation"
2015-08-19 robertphillipsUpdate SkLightingShader to support rotation
2015-08-17 robertphillipsMove normal map creation methods to sk_tools
2015-08-07 bsalomonFix warnings on VS2015 x86_64 build
2015-07-31 robertphillipsAddress some SkLightingShader TODOs
2015-07-30 robertphillipsUpdate SkLightingShader to take a localMatrix
2015-07-29 robertphillipsMove LightingShader to effects