1. 5531d51 remove view matrix from context by joshualitt · 11 years ago
  2. cc695fe Gradient shaders: make fPtsToUnit const, pre-cache getType(). by mtklein · 11 years ago
  3. 422f56f Make addUniform take a precision by bsalomon · 11 years ago
  4. eb2a676 Remove backend factories by joshualitt · 11 years ago
  5. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
  6. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 11 years ago
  7. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
  8. 267ce48 remove proc key by joshualitt · 11 years ago
  9. 60030bc remove one place we read from gpu key in effects by joshualitt · 11 years ago
  10. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 11 years ago
  11. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 11 years ago
  12. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 11 years ago
  13. 23e280d Changes to remove program effects builder by joshualitt · 11 years ago
  14. 49586be removing GrDrawEffect by joshualitt · 11 years ago
  15. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 11 years ago
  16. 8ddbe8b removing GrDrawEffect by joshualitt · 11 years ago
  17. 49f085d "NULL !=" = NULL by bsalomon · 11 years ago
  18. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 11 years ago
  19. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 11 years ago
  20. addf2ed add localMatrix to gradient Descriptor by reed · 11 years ago
  21. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 11 years ago
  22. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 11 years ago
  23. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 11 years ago
  24. 83d081a Goodbye GrEffectRef. by bsalomon · 11 years ago
  25. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 11 years ago
  26. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 11 years ago
  27. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 11 years ago
  28. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 11 years ago
  29. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 11 years ago
  30. eaa6749 add localmatrix param to asNewEffect by reed@google.com · 11 years ago
  31. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
  32. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 11 years ago
  33. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
  34. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
  35. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
  36. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  37. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  38. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  39. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  40. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  41. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 12 years ago
  42. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 12 years ago
  43. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 12 years ago
  44. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 12 years ago
  45. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 12 years ago
  46. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 12 years ago
  47. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 12 years ago
  48. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 12 years ago
  49. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 12 years ago
  50. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 12 years ago
  51. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 12 years ago
  52. 437d6eb use Descriptor struct to encapsulate all the common paramaeters between our various gradient types. If we like it, might promote it to the public API. by reed@google.com · 12 years ago
  53. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  54. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  55. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  56. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  57. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  58. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  59. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  60. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 13 years ago
  61. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
  62. 70db51f Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onIsEqual. by bsalomon@google.com · 13 years ago
  63. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 13 years ago
  64. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 13 years ago
  65. 5d2cd20 Fix GPU-less build. by bsalomon@google.com · 13 years ago
  66. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 13 years ago
  67. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 13 years ago
  68. 84831ac fix all the false --> NULL issues in the gradient code by humper@google.com · 13 years ago
  69. 00835cc Fix debug build after r7153 (removed param referenced in assertion) by bsalomon@google.com · 13 years ago
  70. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 13 years ago
  71. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 13 years ago
  72. 135e16c revert 6798 (assert in GM) by reed@google.com · 13 years ago
  73. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 13 years ago
  74. fb883bf Fix generation of random two point gradients for program unit test. by bsalomon@google.com · 13 years ago
  75. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
  76. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 13 years ago
  77. 115b06f Re-revert r6233. by bsalomon@google.com · 13 years ago
  78. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 13 years ago
  79. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 13 years ago
  80. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 13 years ago
  81. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 13 years ago
  82. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  83. f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
  84. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
  85. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  86. 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 13 years ago
  87. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  88. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  89. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  90. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  91. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  92. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  93. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  94. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 13 years ago
  95. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 13 years ago
  96. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 13 years ago
  97. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  98. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
  99. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
  100. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago