1. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  2. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 6 years ago
  3. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  4. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago[Renamed (99%) from src/effects/GrAlphaThresholdFragmentProcessor.cpp]
  5. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  6. 5f9836e removed extraneous unused uniform handles for SkSL samplers by Ethan Nicholas · 7 years ago
  7. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  8. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  9. a4aa133 Remove color space xform from alpha threshold FP by Brian Osman · 7 years ago
  10. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  11. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  12. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  13. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  14. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  15. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  16. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  17. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  18. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  19. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  20. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  21. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  22. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  23. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  24. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  25. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  26. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  27. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  28. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  29. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  30. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  31. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  32. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  33. c8ecb03 Revert "Drop the ref on the GrOpList's target in makeClosed" by Robert Phillips · 7 years ago
  34. dcd499c Drop the ref on the GrOpList's target in makeClosed by Robert Phillips · 7 years ago
  35. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  36. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  37. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  38. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  39. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  40. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  41. 5869ea9 Fully remove coord transform precision code by Brian Osman · 8 years ago
  42. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  43. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  44. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  45. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  46. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  47. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  48. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  49. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  50. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 8 years ago
  51. 2c49a41 Remove inner/outer threshold restriction on SkAlphaThresholdFilter. by Brian Salomon · 8 years ago
  52. 99dbe7b Temporarily don't mark alpha threshold fp as modulating by Brian Salomon · 8 years ago
  53. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  54. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  55. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  56. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  57. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  58. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  59. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  60. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  61. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  62. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  63. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  64. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  65. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  66. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  67. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  68. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  69. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  70. 6fb592e Add color space xform to GrAlphaThresholdFragmentProcessor by Brian Osman · 8 years ago
  71. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  72. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  73. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 8 years ago