1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. bf5c0c0 Fixed sampling non-SkSL FPs with coordinates by Brian Salomon · 4 years, 10 months ago
  4. ba8752f Remove use of GrColorType as in param in SimpleTextureEffect.fp to just constructor param. by Greg Daniel · 4 years, 11 months ago
  5. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  6. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  7. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  8. d523a06 Change samplerVariable() to return a const char *. by Stephen White · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago[Renamed from src/gpu/effects/GrSimpleTextureEffect.cpp]
  11. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  12. d6ab77a restore .clang-format by Mike Klein · 5 years ago
  13. a2a5cc0 regen from .fp files after .clang-format change by Mike Klein · 5 years ago
  14. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 6 years ago
  15. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  16. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  17. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  18. 5f9836e removed extraneous unused uniform handles for SkSL samplers by Ethan Nicholas · 7 years ago
  19. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  20. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  21. b350f1c Be considerate of GPUs lacking npot support when testing GrSimpleTextureEffect by Robert Phillips · 7 years ago
  22. 2b2936e Make GrRectBlurEffect use bilerp by Robert Phillips · 7 years ago
  23. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  24. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  25. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  26. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  27. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  28. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  29. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  30. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  31. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  32. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  33. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  34. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  35. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  36. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  37. b9f6afb switched to infra version of clang-format for skslc by Ethan Nicholas · 7 years ago
  38. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 7 years ago
  39. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  40. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  41. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  42. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  43. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  44. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  45. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  46. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  47. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  48. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 7 years ago
  49. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  50. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  51. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  52. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  53. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  54. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  55. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  56. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  57. 5192475 Two changes: by brianosman · 8 years ago
  58. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  59. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  60. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  61. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  62. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  63. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  64. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  65. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  66. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  67. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  68. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  69. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  70. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  71. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  72. 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
  73. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  74. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  75. 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
  76. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  77. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  78. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  79. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  80. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  81. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  82. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  83. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  84. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  85. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  86. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  87. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  88. eb2a676 Remove backend factories by joshualitt · 10 years ago
  89. 267ce48 remove proc key by joshualitt · 10 years ago
  90. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  91. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  92. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  93. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  94. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  95. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  96. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  97. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  98. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  99. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  100. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago