1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  2. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  3. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  4. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  5. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  6. 257a03d Integrate clamp to border into FP optimization flags by Michael Ludwig · 6 years ago
  7. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  8. 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
  9. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  10. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  11. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  12. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  13. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  14. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  15. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  16. c63ec5c Fix tautological comparison in GrTextureDomain.cpp by Hans Wennborg · 7 years ago
  17. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  18. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  19. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  20. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  21. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  22. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  23. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  24. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  25. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  26. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  27. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  28. 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
  29. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  30. 1a2a7ab More GrFragmentProcessor::clone() implementations. by Brian Salomon · 7 years ago
  31. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  32. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  33. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  34. bca23b8 Remove unused ctor in GrTextureDomain by Robert Phillips · 7 years ago
  35. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  36. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  37. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  38. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  39. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 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. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  42. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  43. b66b42f Preparatory Proxification by Robert Phillips · 8 years ago
  44. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  45. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  46. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  47. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  48. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  49. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 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. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  53. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  54. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  55. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  56. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  57. 70826d7 Add color space xform bits to key for texture domain effect by Brian Osman · 8 years ago
  58. c468963 Respect color space in GrTextureDomainEffect by Brian Osman · 8 years ago
  59. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  60. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  61. 1fc83b1 removed appendPrecisionModifier by Ethan Nicholas · 8 years ago
  62. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  63. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  64. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  65. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  66. a7c4c29 Remove unnecessary TextureSampler comparison in GrTextureDomainEffect. 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. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  71. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  72. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  73. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  74. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 9 years ago
  75. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  76. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  77. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 9 years ago
  78. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  79. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  80. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  81. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  82. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  83. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  84. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  85. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  86. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  87. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  88. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  89. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  90. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  91. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  92. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  93. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  94. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  95. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  96. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  97. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  98. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  99. 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
  100. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago