1. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  2. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  3. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  4. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 8 years ago
  5. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  6. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  7. 55d318d Refactor various gradient effect classes by fmenozzi · 8 years ago
  8. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  9. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  10. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  11. 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
  12. 7dcb131 Silence ASAN int32 overflow warning by fmalita · 9 years ago
  13. 7b38e3c Fix int32 overflow in LinearGradientContext::shade4_dx_clamp by fmalita · 9 years ago
  14. 748d620 Harden linear gradients by fmalita · 9 years ago
  15. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  16. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  17. 7e6fcf8 Generic 4f gradient T sampler fallback by fmalita · 9 years ago
  18. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 9 years ago
  19. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  20. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 9 years ago
  21. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  22. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  23. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  24. 55430a6 Update 4f linear gradient selection heuristic by fmalita · 9 years ago
  25. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  26. bc590c0 Initial linear gradient 4f impl by fmalita · 9 years ago
  27. 8e17556 Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. by benjaminwagner · 9 years ago
  28. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  29. f2b8662 skip zero-length linear gradient intervals to make new code more consistent with older table-based implementation by lsalzman · 9 years ago
  30. aeab8ea fix linear gradient assert, by explicitly clamping by reed · 9 years ago
  31. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  32. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  33. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  34. c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
  35. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  36. 2b46913 Take span len into account when determining whether gradient is vertical by fmalita · 9 years ago
  37. de3aac8 use pinned value during lerp for vertical gradients by reed · 9 years ago
  38. 8d38102 Fix nearly-vertical gradient assert by fmalita · 9 years ago
  39. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  40. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  41. f3182eb Implement multi-color-stops in linear gradients using Sk4f by reed · 9 years ago
  42. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  43. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  44. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  45. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  46. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  47. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  48. 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
  49. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  50. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  51. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  52. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  53. 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 · 9 years ago
  54. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  55. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  56. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  57. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  58. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  59. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  60. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 10 years ago
  61. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
  62. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  63. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  64. 9d91eb3 add more checks for computing clamp counts, remove dead code by reed · 10 years ago
  65. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  66. caf7e93 improve precision of gradients (disabled for now) by reed · 10 years ago
  67. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  68. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  69. cc695fe Gradient shaders: make fPtsToUnit const, pre-cache getType(). by mtklein · 10 years ago
  70. eb2a676 Remove backend factories by joshualitt · 10 years ago
  71. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  72. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  73. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  74. 267ce48 remove proc key by joshualitt · 10 years ago
  75. 60030bc remove one place we read from gpu key in effects by joshualitt · 10 years ago
  76. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  77. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  78. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  79. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  80. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  81. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  82. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  83. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  84. addf2ed add localMatrix to gradient Descriptor by reed · 10 years ago
  85. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  86. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  87. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  88. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  89. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  90. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  91. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  92. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 11 years ago
  93. eaa6749 add localmatrix param to asNewEffect by reed@google.com · 11 years ago
  94. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
  95. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 11 years ago
  96. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
  97. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
  98. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
  99. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  100. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago