1. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 4 years, 8 months ago
  2. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  3. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  6. 011d166 Move responsibility to onMakeContext for device colorspace decision by Mike Reed · 5 years ago
  7. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 5 years ago
  8. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 5 years ago
  9. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 5 years ago
  10. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 5 years ago
  11. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  12. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  13. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 5 years ago
  14. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  15. 2ee498c fixed uninitialized value in Perlin noise shader by Ethan Nicholas · 6 years ago
  16. 8294015 Fixed GPU perlin noise shaders under rotation. by Ethan Nicholas · 6 years ago
  17. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  18. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  19. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  20. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  21. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  22. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  23. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  24. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  25. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  26. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  27. e50efdf Remove a few exit-time destructors. by Nico Weber · 6 years ago
  28. 82e0e44 Remove a largue quantity of 4444 and/or dithering code by Brian Osman · 6 years ago
  29. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  30. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  31. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 6 years ago
  32. 27dddae rebase by Cary Clark · 6 years ago
  33. 102c8cf Harden SkPerlinNoiseShader StitchData initialization by Florin Malita · 6 years ago
  34. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  35. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  36. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  37. 5191880 remove toString by Cary Clark · 6 years ago
  38. 832aa11 validate perlin inputs by Mike Reed · 6 years ago
  39. 6ee268d Fix UBSAN warnings in SkPerlinNoiseShaderImpl by Kevin Lubick · 6 years ago
  40. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  41. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  42. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  43. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  44. 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 6 years ago
  45. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 6 years ago
  46. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  47. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  48. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  49. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  50. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  51. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  52. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  53. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  54. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  55. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  56. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  57. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  58. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  59. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  60. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  61. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  62. 4331e46 Implement GrFragmentProcessor::clone() for lighting and perlin noise classes by Brian Salomon · 7 years ago
  63. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  64. c352f3b fixed improved perlin noise effect on ANGLE by Ethan Nicholas · 7 years ago
  65. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  66. 83223bc Store SkPerlinNoiseShaderImpl's PaintingData inline by Florin Malita · 7 years ago
  67. b365cf5 Speculative fix for SkPerlinNoiseShaderImpl::asFragmentProcessor leak by Florin Malita · 7 years ago
  68. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/SkPerlinNoiseShader.cpp]
  69. f2ae2b2 move perlinenoise2 into effects by Mike Reed · 7 years ago
  70. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkPerlinNoiseShader.cpp]
  71. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/effects/SkPerlinNoiseShader.cpp]
  72. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  73. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  74. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  75. 14d54c2 Hide SkPerlinNoiseShader impl details by Florin Malita · 7 years ago
  76. fda4600 SkPerlinNoiseShader: handle pathological inputs by Hal Canary · 7 years ago
  77. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  78. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  79. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  80. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  81. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  82. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 7 years ago
  83. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 7 years ago
  84. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 7 years ago
  85. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  86. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  87. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  88. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  89. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  90. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  91. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  92. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  93. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  94. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 8 years ago
  95. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  96. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  97. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  98. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  99. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  100. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago