1. fa088a6 Fix additional cases of variable shadowing in /tests/. by John Stiles · 2 years, 11 months ago
  2. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 2 years, 11 months ago
  3. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 2 years, 11 months ago
  4. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 2 years, 11 months ago
  5. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 2 years, 11 months ago
  6. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years ago
  7. 66b500a Remove explicit sample flag from GrFP. by Brian Salomon · 3 years ago
  8. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years ago
  9. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  10. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years ago
  11. ba70138 Retract GrFillRectOp from GMs and tests by Robert Phillips · 3 years ago
  12. 550de7f Depower GrPipeline.h by Robert Phillips · 3 years ago
  13. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years ago
  14. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years ago
  15. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years ago
  16. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 1 month ago
  17. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 1 month ago
  18. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 1 month ago
  19. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 2 months ago
  20. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 3 months ago
  21. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 3 months ago
  22. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 5 months ago
  23. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 7 months ago
  24. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 7 months ago
  25. d1eab8b Replace more instances of sk_OutColor with explicit returns. by John Stiles · 3 years, 7 months ago
  26. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 7 months ago
  27. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 7 months ago
  28. 03f9e2a Remove fInputColor usage in unit-test FPs by Brian Osman · 3 years, 7 months ago
  29. 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 3 years, 7 months ago
  30. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 7 months ago
  31. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 8 months ago
  32. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 8 months ago
  33. c76d409 add API for Op creation by Herb Derby · 3 years, 9 months ago
  34. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 9 months ago
  35. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 3 years, 10 months ago
  36. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 10 months ago
  37. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 3 years, 11 months ago
  38. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  39. 4ed6947 Avoid recomputing the input texel colors in Processor tests. by John Stiles · 4 years ago
  40. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years ago
  41. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  42. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years ago
  43. 9fbe9e9 Reduce processor tree depth back to 1. by John Stiles · 4 years ago
  44. 2cc126f Update ProcessorCloneTest to use a processor tree depth of 3. by John Stiles · 4 years ago
  45. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 4 years ago
  46. ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 4 years ago
  47. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  48. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years ago
  49. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years ago
  50. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years ago
  51. fe7aed6 Reduce number of trials needed by ProcessorOptimizationValidationTest. by John Stiles · 4 years ago
  52. 0dee9b0 Use input FPs as the base layer for processor tests. by John Stiles · 4 years ago
  53. af11030 Factor out random fragment-processor generation into a helper class. by John Stiles · 4 years ago
  54. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years ago
  55. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years ago
  56. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years ago
  57. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years ago
  58. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 1 month ago
  59. 3f4de78 ProcessorCloneTest checks against original FP against clone. by Brian Salomon · 4 years, 1 month ago
  60. 92b9ccf Use child texture effects in ProcessorRefTest by Brian Salomon · 4 years, 1 month ago
  61. 8c71f3e Improve error reporting in ProcessorCloneTest. by John Stiles · 4 years, 1 month ago
  62. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 2 months ago
  63. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 3 months ago
  64. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 3 months ago
  65. 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 4 years, 4 months ago
  66. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 4 months ago
  67. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 4 months ago
  68. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 4 months ago
  69. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 4 months ago
  70. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 4 months ago
  71. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 4 months ago
  72. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 4 months ago
  73. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  74. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 5 months ago
  75. 124486b Fix a gpu couple tests to use views. by Greg Daniel · 4 years, 5 months ago
  76. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 5 months ago
  77. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 5 months ago
  78. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 5 months ago
  79. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 5 months ago
  80. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 5 months ago
  81. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 5 months ago
  82. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  83. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  84. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 6 months ago
  85. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 6 months ago
  86. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 6 months ago
  87. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 6 months ago
  88. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 6 months ago
  89. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 6 months ago
  90. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 6 months ago
  91. 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 4 years, 6 months ago
  92. bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 4 years, 7 months ago
  93. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  94. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 7 months ago
  95. 682ba43 Revert "Blend functions as SkSL built ins." by Brian Salomon · 4 years, 7 months ago
  96. 3794db8 Blend functions as SkSL built ins. by Brian Salomon · 4 years, 7 months ago
  97. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  98. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  99. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  100. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago