1. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 6 months ago
  2. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 6 months ago
  3. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  4. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 6 months ago
  5. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 6 months ago
  6. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  7. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 6 months ago
  8. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 6 months ago
  9. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  10. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  11. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  12. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 7 months ago
  13. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  14. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 7 months ago
  15. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 7 months ago
  16. 48257d7 Spruce up GrDataUtils in preparation for compressed backend texture support by Robert Phillips · 4 years, 7 months ago
  17. df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 4 years, 7 months ago
  18. d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 4 years, 8 months ago
  19. ab2b722 Switch SkImage::CompressionType to be an enum class by Robert Phillips · 4 years, 8 months ago
  20. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  21. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  22. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  23. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago
  24. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  25. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 9 months ago
  26. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 9 months ago
  27. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 4 years, 10 months ago
  28. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  29. 614cdab Check support for each GL format independently. by Brian Salomon · 4 years, 10 months ago
  30. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 4 years, 10 months ago
  31. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 4 years, 11 months ago
  32. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  33. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  34. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  35. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  36. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  37. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  38. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  39. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  40. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  41. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  42. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  43. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  44. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  45. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  46. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  47. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  48. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  49. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  50. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 5 years ago
  51. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  52. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  53. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  54. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  55. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  56. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  57. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  58. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  59. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  60. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  61. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  62. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  63. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  64. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  65. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  66. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  67. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  68. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  69. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  70. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  71. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  72. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  73. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  74. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  75. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  76. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  77. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  78. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  79. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  80. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  81. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  82. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  83. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  84. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 5 years ago
  85. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  86. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  87. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  88. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  89. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  90. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  91. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  92. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  93. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  94. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  95. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  96. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  97. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  98. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  99. b3f82dd Reland "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 5 years ago
  100. 1013ecf Revert "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 5 years ago