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