1. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  2. eafa64b Revert "Revert "Allow GrDrawOpAtlas to grow as needed"" by Jim Van Verth · 7 years ago
  3. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  4. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  5. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  6. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  7. 9e4c164 Remove unused GPU RGB to YUV code by Brian Osman · 7 years ago
  8. b433c56 Adjust GPU YUV -> RGB (JPG) conversion by Brian Osman · 7 years ago
  9. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 7 years ago
  10. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  11. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  12. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  13. 6a7a704 Add multitexture support to text and path shaders, take 3. by Jim Van Verth · 7 years ago
  14. acc8d2e Revert "Revert "Revert "Add multitexture support to text and path shaders""" by Mike Klein · 7 years ago
  15. 6c251d2 Revert "Revert "Add multitexture support to text and path shaders"" by Jim Van Verth · 7 years ago
  16. e7492fe Revert "Add multitexture support to text and path shaders" by Jim Van Verth · 7 years ago
  17. 7f75426 Add multitexture support to text and path shaders by Jim Van Verth · 7 years ago
  18. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  19. 964a3b0 Add explicit conversion from uint2 to float2 for Vulkan by Robert Phillips · 7 years ago
  20. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  21. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  22. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  23. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  24. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  25. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  26. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  27. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  28. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  29. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  30. e1fc9ac Improve float-based dither logic by Eric Karl · 7 years ago
  31. 95db9b3 Make bmp text position attribute be highp by Brian Salomon · 7 years ago
  32. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  33. ce06e26 Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual by Brian Salomon · 7 years ago
  34. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  35. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  36. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  37. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  38. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  39. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  40. 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
  41. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  42. b9f6afb switched to infra version of clang-format for skslc by Ethan Nicholas · 7 years ago
  43. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  44. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  45. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 7 years ago
  46. f695b63 Don't clamp in GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  47. fb7c83a Compose and YUV fragment processor clone implementations by Brian Salomon · 7 years ago
  48. 1a2a7ab More GrFragmentProcessor::clone() implementations. by Brian Salomon · 7 years ago
  49. fcc527b Implement clone for 4 additional GrFragmentProcessors. by Brian Salomon · 7 years ago
  50. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  51. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  52. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  53. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  54. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  55. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  56. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  57. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  58. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  59. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  60. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  61. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  62. 0c15ae8 Revert "Revert "Revert "Revert "Improvements to GPU dither."""" by Brian Salomon · 7 years ago
  63. f2290cb Revert "Revert "Revert "Improvements to GPU dither.""" by Brian Salomon · 7 years ago
  64. 0f01b2e Revert "Revert "Improvements to GPU dither."" by Brian Salomon · 7 years ago
  65. 38fb308 Revert "Improvements to GPU dither." by Brian Salomon · 7 years ago
  66. 1806e33 Improvements to GPU dither. by Brian Salomon · 7 years ago
  67. cda2015 Make dither range symmetric about 0 by Brian Salomon · 7 years ago
  68. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  69. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  70. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  71. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  72. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  73. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  74. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  75. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  76. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  77. 62ae664 Revert "don't compose with (forced) opaque colors" by Ethan Nicholas · 7 years ago
  78. bca23b8 Remove unused ctor in GrTextureDomain by Robert Phillips · 7 years ago
  79. 8199559 don't compose with (forced) opaque colors by Mike Reed · 7 years ago
  80. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  81. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  82. 98308fb Plumb through need for unpremul/premul by Mike Reed · 7 years ago
  83. 90e89b3 Add proper aliased support for SDF text by Jim Van Verth · 7 years ago
  84. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  85. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  86. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  87. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  88. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  89. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  90. f86d368 Enable constexpr for VC++ 2017 by Bruce Dawson · 7 years ago
  91. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  92. d7b1159 Revert "Revert "Go back to using dual source blending for lcd src-over even with non-opaque color"" by Greg Daniel · 7 years ago
  93. 7d6fe0b Revert "Go back to using dual source blending for lcd src-over even with non-opaque color" by Greg Daniel · 7 years ago
  94. b54bdef Go back to using dual source blending for lcd src-over even with non-opaque color by Greg Daniel · 7 years ago
  95. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  96. 888e9f2 Init fDevKLMMatrix in GrGLCubicEffect (possible valgrind fix) by Robert Phillips · 7 years ago
  97. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  98. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  99. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  100. cde9031 remove unused xfermode methods by Mike Reed · 7 years ago