1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 10 months ago
  4. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  5. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  6. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  7. 614cdab Check support for each GL format independently. by Brian Salomon · 5 years ago
  8. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  9. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  10. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  11. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  12. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  13. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  14. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  15. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  16. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  17. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  18. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  19. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  20. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  21. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  22. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  23. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  24. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  25. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  26. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  27. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  28. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 5 years ago
  29. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  30. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  31. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  32. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  33. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  34. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  35. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  36. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  37. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  38. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  39. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  40. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  41. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  42. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  43. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  44. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  45. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  46. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  47. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  48. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  49. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  50. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  51. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  52. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  53. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  54. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  55. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  56. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  57. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  58. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  59. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  60. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  61. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  62. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 5 years ago
  63. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  64. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  65. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  66. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  67. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  68. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  69. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  70. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  71. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  72. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  73. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  74. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  75. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  76. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  77. b3f82dd Reland "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 5 years ago
  78. 1013ecf Revert "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 5 years ago
  79. d0d66fb Remove call to copy in GrcontextPriv read/write pixel calls. by Greg Daniel · 5 years ago
  80. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  81. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  82. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  83. ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 5 years ago
  84. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  85. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  86. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  87. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  88. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 5 years ago
  89. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  90. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 5 years ago
  91. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  92. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  93. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 5 years ago
  94. d0626aa Add clamped half-float pixel config to Ganesh by Brian Osman · 5 years ago
  95. 88b8d11 Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture." by Brian Salomon · 5 years ago
  96. 9ac0407 Distinguish between "flushed" and "finished" idle state callbacks on GrTexture. by Brian Salomon · 6 years ago
  97. 2ca31f8 Use GrSurface::setRelease helper that creates ref-counted wrapper by Brian Salomon · 6 years ago
  98. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago
  99. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 6 years ago
  100. 136f45a Formalize edge-aa interaction with GrAA by Michael Ludwig · 6 years ago