1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  4. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  5. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  6. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  7. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  8. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  9. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  10. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago[Renamed from src/gpu/effects/GrConfigConversionEffect.h]
  13. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  14. d6ab77a restore .clang-format by Mike Klein · 5 years ago
  15. a2a5cc0 regen from .fp files after .clang-format change by Mike Klein · 5 years ago
  16. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  17. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  18. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  19. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  20. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  21. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  22. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  23. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  24. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  25. 7b9b326 memset arrays in TestForPreservingPMConversions in case of read pixels failure by Brian Salomon · 6 years ago
  26. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  27. 6e9a4f6 Make TestForPreservingPMConversions helper use lazy createTextureProxy call. by Greg Daniel · 6 years ago
  28. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  29. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  30. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  31. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 7 years ago
  32. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  33. 20df20c Fix FPs by Robert Phillips · 7 years ago
  34. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  35. 579f094 Fix build by Robert Phillips · 7 years ago
  36. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  37. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  38. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  39. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  40. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  41. 839872c converted GrConfigConversionEffect to SkSL by Ethan Nicholas · 7 years ago
  42. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  43. fcc527b Implement clone for 4 additional GrFragmentProcessors. by Brian Salomon · 7 years ago
  44. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  45. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  46. 9f903e4 PM/UPM conversion improvements by Brian Osman · 7 years ago
  47. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  48. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  49. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  50. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  51. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  52. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  53. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  54. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  55. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  56. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  57. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  58. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  59. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  60. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  61. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  62. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  63. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  64. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  65. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  66. 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
  67. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  68. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  69. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  70. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  71. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  72. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  73. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  74. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  75. eb2a676 Remove backend factories by joshualitt · 10 years ago
  76. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  77. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  78. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  79. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  80. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  81. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  82. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  83. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  84. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  85. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  86. 79fd216 Revert of Make GrGLConfigConversionEffect work for Imagination and some other GPUs. (https://codereview.chromium.org/277323002/) by bsalomon · 10 years ago
  87. 93cf46f Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  88. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  89. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  90. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  91. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  92. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  93. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  94. b1456d7 Make GrGLConfigConversionEffect use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  95. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  96. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  97. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  98. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  99. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  100. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago