1. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  2. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  3. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  4. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  5. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  6. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  7. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  8. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  9. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  10. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  11. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  12. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  13. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  14. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  15. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  16. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  17. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  18. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  19. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  20. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  21. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  22. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  23. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  24. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  25. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  26. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  27. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  28. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  29. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  30. eb2a676 Remove backend factories by joshualitt · 10 years ago
  31. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  32. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  33. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  34. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  35. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  36. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  37. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  38. ab84fae Track if all stages modulate inputColor in computeInvariantOutput by egdaniel · 10 years ago
  39. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  40. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  41. 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
  42. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  43. 6517134 gl programs rewrite by joshualitt · 10 years ago
  44. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  45. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  46. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  47. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  48. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  49. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago[Renamed (72%) from include/gpu/GrEffect.h]
  50. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  51. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  52. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  53. 249af15 BUG=skia: by joshualitt · 10 years ago
  54. 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 10 years ago
  55. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  56. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  57. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  58. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  59. 0139ae3 Fix param name in GrEffect::CastEffect by bsalomon · 10 years ago
  60. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  61. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  62. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  63. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  64. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  65. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  66. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  67. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  68. 76eaf74 Add a GrCustomCoordsTextureEffect class by commit-bot@chromium.org · 11 years ago
  69. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  70. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  71. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  72. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  73. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  74. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  75. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  76. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  77. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 11 years ago
  78. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  79. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  80. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  81. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  82. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  83. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  84. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  85. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 12 years ago
  86. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  87. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  88. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  89. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  90. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  91. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  92. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  93. 64287c5 Fix missing "class" in friend decls in GrEffect.h by bsalomon@google.com · 12 years ago
  94. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  95. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
  96. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  97. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 years ago
  98. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  99. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  100. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago