1. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  2. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  3. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  4. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  5. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  6. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  9. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  10. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  11. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  12. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  13. 001ceb7 remove funkster from dcshader gm by caryclark · 9 years ago
  14. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  15. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  16. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  17. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  18. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  19. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  20. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  21. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  22. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  23. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  24. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  25. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 10 years ago
  26. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  27. 1c40292 remove unused GM flags by mtklein · 10 years ago
  28. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  29. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  30. 36a364a Make DCShader serializable. by mtklein · 10 years ago
  31. 50b9307 Correctly declare skiagm::DCShader to be not flattenable. by halcanary · 10 years ago
  32. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago