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