1. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  2. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  3. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  4. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  5. f8480b9 Implement clone() for Gradient GrFragmentProcessors by Brian Salomon · 7 years ago
  6. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  7. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 7 years ago
  8. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp]
  9. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/gradients/SkTwoPointConicalGradient_gpu.cpp]
  10. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp]
  11. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  12. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  13. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  14. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  15. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  16. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  17. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  18. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  19. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  20. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  21. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  22. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  23. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  24. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  25. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  26. a219653 Include 4f variants of random gradients during testing by Brian Osman · 8 years ago
  27. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 8 years ago
  28. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  29. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  30. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  31. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 8 years ago
  32. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  33. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  34. 55d318d Refactor various gradient effect classes by fmenozzi · 8 years ago
  35. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  36. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  37. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  38. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  39. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  40. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  41. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  42. de11ee4 Switch float arrays to vecs for conical gradients by jvanverth · 9 years ago
  43. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  44. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  45. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  46. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  47. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  48. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  49. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  50. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  51. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  52. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  53. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  54. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  55. 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
  56. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  57. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  58. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  59. 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
  60. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  61. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  62. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  63. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  64. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  65. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  66. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  67. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  68. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  69. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  70. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  71. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  72. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  73. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  74. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  75. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  76. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  77. eb2a676 Remove backend factories by joshualitt · 10 years ago
  78. 267ce48 remove proc key by joshualitt · 10 years ago
  79. 60030bc remove one place we read from gpu key in effects by joshualitt · 10 years ago
  80. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  81. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  82. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  83. 0125847 Proposed fix for small bug in gpu conical gradients by joshualitt · 10 years ago
  84. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  85. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  86. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  87. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  88. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  89. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  90. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  91. 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
  92. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  93. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  94. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  95. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  96. 97724ed Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. (https://codereview.chromium.org/311373003/) by egdaniel · 10 years ago
  97. be4fd4f Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  98. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  99. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. 8089467 Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp by commit-bot@chromium.org · 10 years ago