1. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  2. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  3. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  4. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  5. 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
  6. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  7. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  8. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  9. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  10. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  11. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  12. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  13. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  14. eb2a676 Remove backend factories by joshualitt · 10 years ago
  15. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  16. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  17. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  18. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  19. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  20. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  21. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  22. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  23. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  24. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  25. 79fd216 Revert of Make GrGLConfigConversionEffect work for Imagination and some other GPUs. (https://codereview.chromium.org/277323002/) by bsalomon · 10 years ago
  26. 93cf46f Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  27. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  28. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  29. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  30. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  31. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  32. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  33. b1456d7 Make GrGLConfigConversionEffect use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  34. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  35. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  36. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  37. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  38. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  39. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  40. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  41. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  42. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago