1. 4973d9d Default geometry processor by joshualitt · 10 years ago
  2. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  3. ff34307 Default geometry processor by joshualitt · 10 years ago
  4. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  5. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  6. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  7. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  8. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  9. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  10. 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
  11. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  12. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  13. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  14. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  15. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  16. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago[Renamed (70%) from src/gpu/GrEffect.cpp]
  17. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  18. c492334 Make templated GrProgramTResource subclass of GrProgramResource by bsalomon · 10 years ago
  19. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 10 years ago
  20. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  21. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  22. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  23. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  24. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  25. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
  26. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  27. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  28. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  29. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  30. f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
  31. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  32. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  33. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  34. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  35. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  36. 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
  37. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  38. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  39. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  40. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  41. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  42. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  43. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  44. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  45. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  46. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  47. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago[Renamed (69%) from src/gpu/GrCustomStage.cpp]
  48. e6e62d1 Make numTextures() be non-virtual on GrCustomStage. by bsalomon@google.com · 12 years ago
  49. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  50. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  51. 047696c Move GrTextureAccess decl/defn to separate files by bsalomon@google.com · 12 years ago
  52. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  53. a5e65ec by twiz@google.com · 12 years ago
  54. dcba4c2 Use GrMemoryPool to manage GrCustomStage allocations. by tomhudson@google.com · 12 years ago
  55. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  56. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  57. ae4f96a Some refactoring of GrCustomStage and friends by bsalomon@google.com · 12 years ago
  58. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 13 years ago