1. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  2. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  3. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  4. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  5. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  6. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  7. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  8. 78d6eb0 Pack float array uniforms into vec4 arrays by jvanverth · 9 years ago
  9. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  10. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  11. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  12. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  13. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  14. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  15. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  16. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  17. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  18. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  19. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  20. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  21. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  22. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  23. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  24. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  25. 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
  26. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  27. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  28. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  29. 7a787b4 Revert of Bilinear optimization for 1D convolution. (patchset #5 id:200001 of https://codereview.chromium.org/1216623003/) by ericrk · 9 years ago
  30. 0f38612 Bilinear optimization for 1D convolution. by ericrk · 9 years ago
  31. 39a24f2 Revert of Bilinear optimization for 1D convolution. (patchset #5 id:200001 of https://codereview.chromium.org/1216623003/) by scroggo · 9 years ago
  32. 91abe10 Bilinear optimization for 1D convolution. by ericrk · 9 years ago
  33. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  34. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  35. ffe6ebb Fix blur bug on Andreno 430 with bool cast to float by bsalomon · 9 years ago
  36. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  37. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  38. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  39. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  40. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  41. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  42. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  43. eb2a676 Remove backend factories by joshualitt · 10 years ago
  44. 267ce48 remove proc key by joshualitt · 10 years ago
  45. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  46. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  47. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  48. 089f8de Remove tab parameter from GrGLSLMulVarBy4f function 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
  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. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  54. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  55. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  56. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  57. 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 · 10 years ago
  58. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  59. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  60. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  61. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  62. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  63. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  64. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  65. 4348663 Fix stack buffer read overflow in GrConvolutionEffect::TestCreate. by bungeman@google.com · 11 years ago
  66. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  67. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  68. e8232bc Small optimization for convolution shader: only apply the bounds check in direction of convolution, not both. This requires generating different versions of the shader depending on direction. by senorblanco@chromium.org · 11 years ago
  69. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  70. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  71. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  72. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  73. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  74. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  75. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  76. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  77. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  78. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  79. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  80. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  81. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  82. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  83. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  84. b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 12 years ago
  85. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  86. 47d7a88 Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect derive directly from GrGLEffect. by bsalomon@google.com · 12 years ago
  87. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  88. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  89. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  90. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  91. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  92. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  93. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  94. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  95. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  96. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  97. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  98. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  99. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  100. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago