1. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 3 months ago
  2. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 3 months ago
  3. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  4. 4b6e2f0 Remove GrBlendFragmentProcessor::BlendBehavior. by Brian Salomon · 3 years, 4 months ago
  5. 25af480 Remove GrBlendFragmentProcessor::Behavior::kComposeTwo. by Brian Salomon · 3 years, 4 months ago
  6. a2d6890 Remove GrBlendFragmentProcessor::BlendBehavior::kDefault by Brian Salomon · 3 years, 4 months ago
  7. 4c886ee Revert "Revert "Convert GrConfigConversionEffect to a runtime FP"" by Brian Osman · 3 years, 4 months ago
  8. 1c46777 Revert "Convert GrConfigConversionEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
  9. 4a77813 Convert GrConfigConversionEffect to a runtime FP by Brian Osman · 3 years, 4 months ago
  10. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 5 months ago
  11. 0fbc6a3 Fix up names from RenderTargetContext to SurfaceDrawContext. by John Stiles · 3 years, 5 months ago
  12. c411429 Convert GrGLDriver/Vendor/Renderer to enum classes by Brian Salomon · 3 years, 6 months ago
  13. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 7 months ago
  14. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 8 months ago
  15. e795954 Run the Programs unit test on all rendering backends by Brian Osman · 3 years, 9 months ago
  16. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 11 months ago
  17. 02eb5dc Remove sk_OutColor built-in variable. by John Stiles · 3 years, 11 months ago
  18. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 11 months ago
  19. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 11 months ago
  20. 03f9e2a Remove fInputColor usage in unit-test FPs by Brian Osman · 3 years, 11 months ago
  21. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years ago
  22. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 1 month ago
  23. 32d41b7 Stop building GL backend on Android Vulkan builders by Brian Salomon · 4 years, 1 month ago
  24. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  25. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 3 months ago
  26. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 4 years, 3 months ago
  27. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 3 months ago
  28. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 3 months ago
  29. 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 3 months ago
  30. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 3 months ago
  31. 6c452a5 Remove support for multiple color processors from GrPaint. by John Stiles · 4 years, 3 months ago
  32. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 3 months ago
  33. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
  34. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 4 months ago
  35. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 4 months ago
  36. ffd15ea Remove unused base class GrGLSLFragmentBuilder by Brian Salomon · 4 years, 4 months ago
  37. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
  38. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
  39. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
  40. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  41. e8d3cca Remove GrPrepareForExternalIORequests from flush. by Greg Daniel · 4 years, 5 months ago
  42. b0aab2c Reland "Revert "Revert "GrDisplacementEffect uses GrTextureEffect.""" by Brian Salomon · 4 years, 7 months ago
  43. f49debf Fix two GrProcessor names that are not valid idenitfiers by Brian Salomon · 4 years, 7 months ago
  44. 1bf1274 Reland "Revert "GrDisplacementEffect uses GrTextureEffect."" by Kevin Lubick · 4 years, 7 months ago
  45. 16abfa5 Revert "Revert "GrDisplacementEffect uses GrTextureEffect."" by Brian Salomon · 4 years, 7 months ago
  46. dabe38f Add submits after flushes in ProgramsTest. by Greg Daniel · 4 years, 7 months ago
  47. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 7 months ago
  48. 7c75226 Renamed the various 'stage' shader functions to have the actual effect name by Ethan Nicholas · 4 years, 7 months ago
  49. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 7 months ago
  50. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 8 months ago
  51. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 8 months ago
  52. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 8 months ago
  53. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
  54. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 9 months ago
  55. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
  56. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 9 months ago
  57. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
  58. cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 4 years, 9 months ago
  59. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
  60. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 10 months ago
  61. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 10 months ago
  62. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
  63. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
  64. 9c4ee9c Disable advanced blend equations on Imagination driver 1.10 and earlier by Brian Salomon · 4 years, 11 months ago
  65. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 11 months ago
  66. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  67. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  68. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  69. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  70. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  71. 5a8f3e4 Reland "Enable Programs (formerly GLPrograms) test for other APIs" by Jim Van Verth · 5 years ago[Renamed (88%) from tests/GLProgramsTest.cpp]
  72. 6387dc1 Revert "Enable Programs (formerly GLPrograms) test for other APIs" by Michael Ludwig · 5 years ago[Renamed (88%) from tests/ProgramsTest.cpp]
  73. 5987416 Enable Programs (formerly GLPrograms) test for other APIs by Jim Van Verth · 5 years ago[Renamed (88%) from tests/GLProgramsTest.cpp]
  74. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  75. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  76. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  77. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  78. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  79. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  80. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  81. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  82. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  83. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  84. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  85. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  86. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  87. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
  88. 4687bdd Fix DDL tests when MIP map support not available by Brian Salomon · 5 years ago
  89. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  90. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  91. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  92. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  93. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 6 years ago
  94. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 6 years ago
  95. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  96. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
  97. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
  98. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
  99. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  100. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago