1. fe7aed6 Reduce number of trials needed by ProcessorOptimizationValidationTest. by John Stiles · 4 years ago
  2. 0dee9b0 Use input FPs as the base layer for processor tests. by John Stiles · 4 years ago
  3. af11030 Factor out random fragment-processor generation into a helper class. by John Stiles · 4 years ago
  4. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years ago
  5. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years, 1 month ago
  6. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 1 month ago
  7. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 1 month ago
  8. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 1 month ago
  9. 3f4de78 ProcessorCloneTest checks against original FP against clone. by Brian Salomon · 4 years, 1 month ago
  10. 92b9ccf Use child texture effects in ProcessorRefTest by Brian Salomon · 4 years, 1 month ago
  11. 8c71f3e Improve error reporting in ProcessorCloneTest. by John Stiles · 4 years, 1 month ago
  12. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 2 months ago
  13. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  14. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 4 months ago
  15. 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 4 years, 4 months ago
  16. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 4 months ago
  17. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  18. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  19. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  20. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  21. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 5 months ago
  22. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 5 months ago
  23. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  24. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 5 months ago
  25. 124486b Fix a gpu couple tests to use views. by Greg Daniel · 4 years, 6 months ago
  26. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 6 months ago
  27. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  28. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 6 months ago
  29. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 6 months ago
  30. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 6 months ago
  31. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 6 months ago
  32. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  33. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  34. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 6 months ago
  35. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 6 months ago
  36. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 7 months ago
  37. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 7 months ago
  38. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  39. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  40. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  41. 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 4 years, 7 months ago
  42. bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 4 years, 7 months ago
  43. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  44. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 7 months ago
  45. 682ba43 Revert "Blend functions as SkSL built ins." by Brian Salomon · 4 years, 7 months ago
  46. 3794db8 Blend functions as SkSL built ins. by Brian Salomon · 4 years, 7 months ago
  47. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  48. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  49. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  50. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago
  51. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  52. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 9 months ago
  53. 557e812 Make GrSurfaceProxy ref counts thread safe. by Brian Salomon · 4 years, 9 months ago
  54. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 9 months ago
  55. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 9 months ago
  56. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  57. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  58. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  59. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 5 years ago
  60. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  61. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  62. cd8b6d5 Add tolerance to ProcessorCloneTest and dump images on failure. by Brian Salomon · 5 years ago
  63. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  64. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  65. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  66. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  67. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  68. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  69. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  70. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  71. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  72. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  73. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  74. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  75. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  76. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  77. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  78. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
  79. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  80. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  81. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  82. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 5 years ago
  83. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  84. 84836b7 moar static flags by Mike Klein · 5 years ago
  85. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  86. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  87. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  88. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  89. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  90. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  91. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  92. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  93. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 5 years ago
  94. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  95. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  96. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  97. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  98. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  99. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  100. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago