1. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years ago
  2. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years ago
  3. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years ago
  4. ffd15ea Remove unused base class GrGLSLFragmentBuilder by Brian Salomon · 4 years, 1 month ago
  5. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 1 month ago
  6. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 1 month ago
  7. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 1 month ago
  8. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 1 month ago
  9. e8d3cca Remove GrPrepareForExternalIORequests from flush. by Greg Daniel · 4 years, 1 month ago
  10. b0aab2c Reland "Revert "Revert "GrDisplacementEffect uses GrTextureEffect.""" by Brian Salomon · 4 years, 3 months ago
  11. f49debf Fix two GrProcessor names that are not valid idenitfiers by Brian Salomon · 4 years, 3 months ago
  12. 1bf1274 Reland "Revert "GrDisplacementEffect uses GrTextureEffect."" by Kevin Lubick · 4 years, 3 months ago
  13. 16abfa5 Revert "Revert "GrDisplacementEffect uses GrTextureEffect."" by Brian Salomon · 4 years, 3 months ago
  14. dabe38f Add submits after flushes in ProgramsTest. by Greg Daniel · 4 years, 3 months ago
  15. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 4 months ago
  16. 7c75226 Renamed the various 'stage' shader functions to have the actual effect name by Ethan Nicholas · 4 years, 4 months ago
  17. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 4 months ago
  18. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 4 months ago
  19. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 4 months ago
  20. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 4 months ago
  21. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  22. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 5 months ago
  23. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 6 months ago
  24. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  25. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 6 months ago
  26. cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 4 years, 6 months ago
  27. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  28. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  29. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  30. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  31. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  32. 9c4ee9c Disable advanced blend equations on Imagination driver 1.10 and earlier by Brian Salomon · 4 years, 7 months ago
  33. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 7 months ago
  34. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  35. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  36. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  37. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago
  38. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  39. 5a8f3e4 Reland "Enable Programs (formerly GLPrograms) test for other APIs" by Jim Van Verth · 4 years, 9 months ago[Renamed (88%) from tests/GLProgramsTest.cpp]
  40. 6387dc1 Revert "Enable Programs (formerly GLPrograms) test for other APIs" by Michael Ludwig · 4 years, 9 months ago[Renamed (88%) from tests/ProgramsTest.cpp]
  41. 5987416 Enable Programs (formerly GLPrograms) test for other APIs by Jim Van Verth · 4 years, 9 months ago[Renamed (88%) from tests/GLProgramsTest.cpp]
  42. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 9 months ago
  43. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  44. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  45. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  46. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  47. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  48. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  49. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  50. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  51. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  52. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  53. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  54. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  55. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
  56. 4687bdd Fix DDL tests when MIP map support not available by Brian Salomon · 5 years ago
  57. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  58. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  59. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  60. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  61. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  62. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  63. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  64. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  65. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  66. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  67. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  68. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  69. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  70. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  71. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  72. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  73. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  74. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  75. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  76. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  77. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  78. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  79. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  80. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  81. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  82. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  83. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  84. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  85. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  86. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  87. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  88. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  89. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  90. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  91. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  92. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  93. d653cac More sample count cleanup: by Brian Salomon · 6 years ago
  94. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  95. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  96. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  97. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  98. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  99. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  100. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago