1. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  2. a8eabc4 Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  3. 84cddf6 Revert of Moved ambient lights out of SkLight's light array (patchset #7 id:120001 of https://codereview.chromium.org/2287553002/ ) by vjiaoblack · 8 years ago
  4. 8f98f0a Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  5. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  6. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  7. 6af677f Changed SkLightingShader API to take in a shader as color source by dvonbeck · 8 years ago
  8. 5b794fa API change to allow for NormalSource selection at the user level. by dvonbeck · 8 years ago
  9. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  10. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  11. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  12. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  13. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  14. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  15. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  16. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  17. ea4529d Move normal map creation methods to sk_tools by robertphillips · 9 years ago
  18. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  19. a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
  20. 640898f Update SkLightingShader to take a localMatrix by robertphillips · 9 years ago
  21. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago