1. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  2. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 3 months ago
  3. b007bb2 Dawn: skip PromiseImageShutdownTest and TextureIdleProcTest. by Stephen White · 4 years, 3 months ago
  4. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 3 months ago
  5. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 3 months ago
  6. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 3 months ago
  7. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 4 months ago
  8. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 4 months ago
  9. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 4 months ago
  10. 9145f78 Implement D3D copySurface. by Jim Van Verth · 4 years, 4 months ago
  11. 63410e9 Pass description of GrSurface to GrSurfaceProxy lazy callbacks. by Brian Salomon · 4 years, 5 months ago
  12. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 5 months ago
  13. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 5 months ago
  14. 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 5 months ago
  15. 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 5 months ago
  16. c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 5 months ago
  17. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 5 months ago
  18. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 5 months ago
  19. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 6 months ago
  20. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  21. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  22. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 6 months ago
  23. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 6 months ago
  24. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 7 months ago
  25. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 7 months ago
  26. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 7 months ago
  27. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 7 months ago
  28. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 7 months ago
  29. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 7 months ago
  30. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 7 months ago
  31. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 7 months ago
  32. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 7 months ago
  33. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 7 months ago
  34. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 7 months ago
  35. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 7 months ago
  36. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 7 months ago
  37. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 8 months ago
  38. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 8 months ago
  39. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 8 months ago
  40. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 8 months ago
  41. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 8 months ago
  42. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 8 months ago
  43. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 8 months ago
  44. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 9 months ago
  45. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 9 months ago
  46. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 9 months ago
  47. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 9 months ago
  48. 48257d7 Spruce up GrDataUtils in preparation for compressed backend texture support by Robert Phillips · 4 years, 9 months ago
  49. df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 4 years, 9 months ago
  50. d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 4 years, 9 months ago
  51. ab2b722 Switch SkImage::CompressionType to be an enum class by Robert Phillips · 4 years, 9 months ago
  52. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 9 months ago
  53. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 9 months ago
  54. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 9 months ago
  55. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  56. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  57. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 10 months ago
  58. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  59. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  60. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  61. 614cdab Check support for each GL format independently. by Brian Salomon · 5 years ago
  62. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  63. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  64. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  65. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  66. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  67. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  68. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  69. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  70. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  71. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  72. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  73. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  74. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  75. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  76. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  77. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  78. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  79. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  80. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  81. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  82. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 5 years ago
  83. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  84. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  85. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  86. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  87. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  88. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  89. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  90. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  91. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  92. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  93. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  94. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  95. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  96. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  97. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  98. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  99. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  100. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago