1. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 8 months ago
  2. 03f9e2a Remove fInputColor usage in unit-test FPs by Brian Osman · 4 years, 8 months ago
  3. 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 4 years, 8 months ago
  4. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years, 8 months ago
  5. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years, 9 months ago
  6. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years, 9 months ago
  7. c76d409 add API for Op creation by Herb Derby · 4 years, 10 months ago
  8. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 10 months ago
  9. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 5 years ago
  10. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 5 years ago
  11. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 5 years ago
  12. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
  13. 4ed6947 Avoid recomputing the input texel colors in Processor tests. by John Stiles · 5 years ago
  14. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 5 years ago
  15. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
  16. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 5 years ago
  17. 9fbe9e9 Reduce processor tree depth back to 1. by John Stiles · 5 years ago
  18. 2cc126f Update ProcessorCloneTest to use a processor tree depth of 3. by John Stiles · 5 years ago
  19. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 5 years ago
  20. ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 5 years ago
  21. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 5 years ago
  22. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 5 years ago
  23. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 5 years ago
  24. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 5 years ago
  25. fe7aed6 Reduce number of trials needed by ProcessorOptimizationValidationTest. by John Stiles · 5 years ago
  26. 0dee9b0 Use input FPs as the base layer for processor tests. by John Stiles · 5 years ago
  27. af11030 Factor out random fragment-processor generation into a helper class. by John Stiles · 5 years ago
  28. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 5 years ago
  29. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 5 years ago
  30. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 5 years ago
  31. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 5 years ago
  32. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 5 years ago
  33. 3f4de78 ProcessorCloneTest checks against original FP against clone. by Brian Salomon · 5 years ago
  34. 92b9ccf Use child texture effects in ProcessorRefTest by Brian Salomon · 5 years ago
  35. 8c71f3e Improve error reporting in ProcessorCloneTest. by John Stiles · 5 years ago
  36. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 5 years ago
  37. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 5 years ago
  38. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 5 years ago
  39. 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 5 years ago
  40. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 5 years ago
  41. 2669a7b More programInfo cleanup by Robert Phillips · 5 years ago
  42. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 5 years ago
  43. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  44. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  45. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 5 years ago
  46. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 5 years ago
  47. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 5 years ago
  48. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 5 years ago
  49. 124486b Fix a gpu couple tests to use views. by Greg Daniel · 5 years ago
  50. a56a746 Remove GrSurfaceDesc by Brian Salomon · 6 years ago
  51. 788b916 Remove SkTMin and SkTMax by Brian Osman · 6 years ago
  52. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 6 years ago
  53. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 6 years ago
  54. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 6 years ago
  55. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 6 years ago
  56. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 6 years ago
  57. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 6 years ago
  58. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 6 years ago
  59. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 6 years ago
  60. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 6 years ago
  61. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 6 years ago
  62. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 6 years ago
  63. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 6 years ago
  64. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 6 years ago
  65. 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 6 years ago
  66. bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 6 years ago
  67. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 6 years ago
  68. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 6 years ago
  69. 682ba43 Revert "Blend functions as SkSL built ins." by Brian Salomon · 6 years ago
  70. 3794db8 Blend functions as SkSL built ins. by Brian Salomon · 6 years ago
  71. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 6 years ago
  72. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 6 years ago
  73. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 6 years ago
  74. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 6 years ago
  75. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 6 years ago
  76. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 6 years ago
  77. 557e812 Make GrSurfaceProxy ref counts thread safe. by Brian Salomon · 6 years ago
  78. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 6 years ago
  79. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 6 years ago
  80. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 6 years ago
  81. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 6 years ago
  82. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 6 years ago
  83. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 6 years ago
  84. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 6 years ago
  85. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 6 years ago
  86. cd8b6d5 Add tolerance to ProcessorCloneTest and dump images on failure. by Brian Salomon · 6 years ago
  87. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 6 years ago
  88. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
  89. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
  90. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
  91. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  92. 27ae52c Make deferred render target context without config or format by Brian Salomon · 6 years ago
  93. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 6 years ago
  94. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  95. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 6 years ago
  96. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
  97. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 6 years ago
  98. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 6 years ago
  99. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 6 years ago
  100. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 6 years ago