1. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  2. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 9 months ago
  3. 557e812 Make GrSurfaceProxy ref counts thread safe. by Brian Salomon · 4 years, 9 months ago
  4. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 9 months ago
  5. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 9 months ago
  6. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  7. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  8. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 4 years, 11 months ago
  9. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 4 years, 11 months ago
  10. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  11. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  12. cd8b6d5 Add tolerance to ProcessorCloneTest and dump images on failure. by Brian Salomon · 5 years ago
  13. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  14. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  15. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  16. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  17. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  18. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  19. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  20. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  21. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  22. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  23. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  24. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  25. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  26. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  27. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  28. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
  29. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  30. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  31. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  32. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 5 years ago
  33. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  34. 84836b7 moar static flags by Mike Klein · 5 years ago
  35. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  36. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  37. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  38. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  39. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  40. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  41. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  42. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  43. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 5 years ago
  44. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  45. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  46. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  47. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  48. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  49. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  50. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  51. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  52. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  53. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  54. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  55. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  56. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  57. 7034f15 Improve modulation detection logic in ProcessorOptimizationValidationTest by Michael Ludwig · 6 years ago
  58. 4504a652 Remove extraneous comma in printf vargs by Michael Ludwig · 6 years ago
  59. 314d377 Make ProcessorOptimizationValidationTest more forgiving by Michael Ludwig · 6 years ago
  60. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  61. e8e1075 Add input/output image logging to processor tests by Michael Ludwig · 6 years ago
  62. 3ad86d0 Accept processor test seed from command line by Michael Ludwig · 6 years ago
  63. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  64. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  65. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  66. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  67. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  68. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  69. 715d08c Fix explicit allocation bug by Robert Phillips · 6 years ago
  70. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  71. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  72. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  73. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  74. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  75. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  76. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  77. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  78. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  79. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  80. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  81. f61711a Fix nullptr access when ProcessorOptimizationValidationTest fails by Brian Salomon · 6 years ago
  82. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  83. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 6 years ago
  84. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 6 years ago
  85. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  86. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  87. 10ed243 Add cap on intel to avoid calling abs and floor on the same line in a shader. by Greg Daniel · 7 years ago
  88. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  89. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  90. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  91. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  92. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  93. 5f567c7 Finish restoring GrOpList DAG by Robert Phillips · 7 years ago
  94. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  95. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  96. ce06e26 Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual by Brian Salomon · 7 years ago
  97. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  98. b17e639 Add clone methods to unit test GrFragmentProcessor classes by Brian Salomon · 7 years ago
  99. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  100. 8c79194 Use unique_ptr[] for new[]. by Ben Wagner · 7 years ago