1. 5b6c7c6 Delete legacy radial gradient impl by Florin Malita · 8 years ago
  2. 50b2084 Gradient stages cleanup by Florin Malita · 8 years ago
  3. 28a5869 Remove now-dead SK_SUPPORT_LEGACY_GRADIENT_MATRIX_MATH code by Florin Malita · 8 years ago
  4. f8480b9 Implement clone() for Gradient GrFragmentProcessors by Brian Salomon · 8 years ago
  5. 5127fcb Always postConcat() pipeline gradient matrices by Florin Malita · 8 years ago
  6. 15cac72 Revert "Revert "Always use raster pipeline for radial gradients"" by Florin Malita · 8 years ago
  7. 8b8b224 Revert "Always use raster pipeline for radial gradients" by Mike Klein · 8 years ago
  8. 5a5207a Always use raster pipeline for radial gradients by Florin Malita · 8 years ago
  9. 2371da0 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 8 years ago
  10. 6d66237 Revert "Use raster pipeline for repeat/mirror radial gradients" by Florin Malita · 8 years ago
  11. 2f924b4 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 8 years ago
  12. 4d41b8f Remove dead gradient perspective code by Florin Malita · 8 years ago
  13. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 8 years ago
  14. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 8 years ago
  15. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 8 years ago
  16. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 8 years ago[Renamed from src/effects/gradients/SkRadialGradient.cpp]
  17. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 8 years ago[Renamed from src/shaders/gradients/SkRadialGradient.cpp]
  18. fabe0b2 Relocate shaders to own dir by Florin Malita · 8 years ago[Renamed from src/effects/gradients/SkRadialGradient.cpp]
  19. 4aed138 Reland of SkShaderBase by Florin Malita · 8 years ago
  20. d93e11c Revert "SkShaderBase" by Florin Malita · 8 years ago
  21. 58a7564 SkShaderBase by Florin Malita · 8 years ago
  22. e759853 spin off: always clamp linear gradients by Mike Klein · 8 years ago
  23. 090fbf8 Add radial gradient stage. by Herb Derby · 8 years ago
  24. a377184 Retry "Factor out common code from sweep and linear." by Mike Klein · 8 years ago
  25. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 8 years ago
  26. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  27. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 9 years ago
  28. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 9 years ago
  29. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 9 years ago
  30. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 9 years ago
  31. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 9 years ago
  32. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 9 years ago
  33. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 9 years ago
  34. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 9 years ago
  35. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 9 years ago
  36. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 9 years ago
  37. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 9 years ago
  38. a219653 Include 4f variants of random gradients during testing by Brian Osman · 9 years ago
  39. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 9 years ago
  40. 088e21b Harden degenerate gradient context handling by fmalita · 9 years ago
  41. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 9 years ago
  42. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 9 years ago
  43. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 9 years ago
  44. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 9 years ago
  45. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 9 years ago
  46. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 9 years ago
  47. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 9 years ago
  48. 55d318d Refactor various gradient effect classes by fmenozzi · 9 years ago
  49. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 9 years ago
  50. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 9 years ago
  51. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  52. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 9 years ago
  53. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  54. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  55. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  56. f8f90e4 SkNx refresh by mtklein · 9 years ago
  57. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  58. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 9 years ago
  59. 0032a30 Fix SkRadialGradient center discontinuity by fmalita · 9 years ago
  60. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  61. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  62. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  63. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  64. 8e17556 Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. by benjaminwagner · 9 years ago
  65. 0152cc3 remove 565 effects shaders by caryclark · 10 years ago
  66. 6f37b4a Unify some SkNx code by mtklein · 10 years ago
  67. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 10 years ago
  68. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 10 years ago
  69. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 10 years ago
  70. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 10 years ago
  71. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 10 years ago
  72. 6f79709 prune unused SkNx features by mtklein · 10 years ago
  73. 4a33952 Bye bye processor data manager. by bsalomon · 10 years ago
  74. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 10 years ago
  75. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 10 years ago
  76. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 10 years ago
  77. 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 · 10 years ago
  78. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 10 years ago
  79. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 10 years ago
  80. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  81. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  82. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 10 years ago
  83. f582282 change asABitmap to isABitmap on shader by reed · 10 years ago
  84. 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 · 10 years ago
  85. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 10 years ago
  86. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 10 years ago
  87. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 10 years ago
  88. 0067ff5 fix up test create functions by joshualitt · 10 years ago
  89. b245605 more threading of GrShaderDataManager by joshualitt · 10 years ago
  90. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 10 years ago
  91. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 10 years ago
  92. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 10 years ago
  93. 67383fc remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT by reed · 10 years ago
  94. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
  95. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  96. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  97. 9a22f48 Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM (patchset #2 id:20001 of https://codereview.chromium.org/1109913002/) by mtklein · 10 years ago
  98. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  99. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  100. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 10 years ago