1. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 2 months ago
  2. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 3 months ago
  3. 1a2e7de Update tests for a V1-only skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  4. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  5. 9d1cc05 Add scratch-only version of performDeferredCleanup by Michael Ludwig · 3 years, 4 months ago
  6. e2078f1 Make GrGpu pixel ops functions take SkIRect instead of LTRB params. by Brian Salomon · 3 years, 5 months ago
  7. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 6 months ago
  8. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 6 months ago
  9. 76d13bb Remove texture idle proc mechanism by Brian Salomon · 3 years, 8 months ago
  10. 725f158 Remove GrGpu::testingOnly_flushGpuAndSync by Brian Salomon · 3 years, 8 months ago
  11. 982127b Make render task targets be just a proxy. by Brian Salomon · 3 years, 9 months ago
  12. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 10 months ago
  13. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 3 years, 10 months ago
  14. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 10 months ago
  15. 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 3 years, 10 months ago
  16. b5f880a Take origin when creating/updating backend texture using pixmaps. by Brian Salomon · 3 years, 10 months ago
  17. f143274 Simplify promise image callbacks. by Brian Salomon · 4 years ago
  18. 88d7e62 Make ManagedBackendTexture fail on invalid GrBackendTexture by Brian Salomon · 4 years ago
  19. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  20. 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years ago
  21. 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years ago
  22. 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years ago
  23. f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years ago
  24. 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years ago
  25. 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 4 years, 2 months ago
  26. c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years, 2 months ago
  27. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 2 months ago
  28. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 2 months ago
  29. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 2 months ago
  30. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 3 months ago
  31. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 3 months ago
  32. e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 3 months ago
  33. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 3 months ago
  34. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 3 months ago
  35. a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 3 months ago
  36. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  37. effd13f Convert more tests to GrRecordingContext/GrDirectContext by Robert Phillips · 4 years, 3 months ago
  38. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 3 months ago
  39. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 4 months ago
  40. b007bb2 Dawn: skip PromiseImageShutdownTest and TextureIdleProcTest. by Stephen White · 4 years, 5 months ago
  41. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 5 months ago
  42. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 5 months ago
  43. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 5 months ago
  44. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 5 months ago
  45. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 5 months ago
  46. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 5 months ago
  47. 9145f78 Implement D3D copySurface. by Jim Van Verth · 4 years, 6 months ago
  48. 63410e9 Pass description of GrSurface to GrSurfaceProxy lazy callbacks. by Brian Salomon · 4 years, 7 months ago
  49. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 7 months ago
  50. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 7 months ago
  51. 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 7 months ago
  52. 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 7 months ago
  53. c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 7 months ago
  54. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 7 months ago
  55. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 7 months ago
  56. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 7 months ago
  57. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  58. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  59. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
  60. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  61. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 8 months ago
  62. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 8 months ago
  63. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 8 months ago
  64. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 8 months ago
  65. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 9 months ago
  66. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 9 months ago
  67. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 9 months ago
  68. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 9 months ago
  69. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 9 months ago
  70. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 9 months ago
  71. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 9 months ago
  72. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
  73. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 9 months ago
  74. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 9 months ago
  75. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 9 months ago
  76. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 9 months ago
  77. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 9 months ago
  78. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 9 months ago
  79. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 9 months ago
  80. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 9 months ago
  81. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 10 months ago
  82. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 10 months ago
  83. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 10 months ago
  84. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 10 months ago
  85. 48257d7 Spruce up GrDataUtils in preparation for compressed backend texture support by Robert Phillips · 4 years, 10 months ago
  86. df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 4 years, 10 months ago
  87. d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 4 years, 10 months ago
  88. ab2b722 Switch SkImage::CompressionType to be an enum class by Robert Phillips · 4 years, 10 months ago
  89. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  90. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  91. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  92. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  93. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  94. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
  95. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  96. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  97. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  98. 614cdab Check support for each GL format independently. by Brian Salomon · 5 years ago
  99. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  100. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago