1. 7e829b2 Hoist up uniform GrRingBuffer to GrGpu by Jim Van Verth · 4 years, 3 months ago
  2. f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years, 3 months ago
  3. 569f07c Add texture size to Android's GPU upload trace by Leon Scroggins III · 4 years, 3 months ago
  4. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 3 months ago
  5. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 3 months ago
  6. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 3 months ago
  7. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 3 months ago
  8. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  9. a58db7f Add GrStagingBufferManager and use GrGpuBuffers to manage caching. by Greg Daniel · 4 years, 3 months ago
  10. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 3 months ago
  11. 4759dca Remove under used IsACopyNeededForMips helper. by Brian Salomon · 4 years, 3 months ago
  12. aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 4 years, 3 months ago
  13. 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 3 months ago
  14. bb61fe3 Hoist up submit for resolves by Jim Van Verth · 4 years, 3 months ago
  15. 0106fcc Make sure we are checking for failed wrapping of semaphores. by Greg Daniel · 4 years, 4 months ago
  16. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 4 months ago
  17. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 4 months ago
  18. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 4 months ago
  19. 2559778 Fix calling finishedProcs that are null in backend surface APIs. by Greg Daniel · 4 years, 4 months ago
  20. e8d3cca Remove GrPrepareForExternalIORequests from flush. by Greg Daniel · 4 years, 4 months ago
  21. 55822f1 Add submittedProc to GrFlushInfo. by Greg Daniel · 4 years, 5 months ago
  22. 7a02614 Make staging manager lists private to GrGpu. by Stephen White · 4 years, 5 months ago
  23. bc24aed Dawn readpixels fixes. by Stephen White · 4 years, 5 months ago
  24. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 5 months ago
  25. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 5 months ago
  26. fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 6 months ago
  27. 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 6 months ago
  28. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 6 months ago
  29. 1db4d14 Trace texture upload always with Android framework by Stan Iliev · 4 years, 6 months ago
  30. 8561fc2 Update gpu flush semaphore contract. by Greg Daniel · 4 years, 6 months ago
  31. f3d5d44 Dawn: staging manager rewrite. by Stephen White · 4 years, 6 months ago
  32. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 7 months ago
  33. 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 7 months ago
  34. 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 7 months ago
  35. c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 7 months ago
  36. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 7 months ago
  37. 6eb5cb9 Clean up for DDL program pre-compilation by Robert Phillips · 4 years, 8 months ago
  38. 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 8 months ago
  39. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 8 months ago
  40. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 8 months ago
  41. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  42. 242536f Store render target dirty msaa rect in real dst space. by Greg Daniel · 4 years, 8 months ago
  43. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 8 months ago
  44. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  45. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 9 months ago
  46. 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
  47. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 9 months ago
  48. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 9 months ago
  49. ba5c7ad Make GrGpu::createBackendTexture match createCompressedBackendTexture by Robert Phillips · 4 years, 9 months ago
  50. 3c0a50f Implement support for framebufferOnly render targets. by Stephen White · 4 years, 9 months ago
  51. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 9 months ago
  52. 4277f01 mv BackendTextureData to end of parameter list by Robert Phillips · 4 years, 9 months ago
  53. 07f0e41 Test readPixels on compressed textures by Robert Phillips · 4 years, 9 months ago
  54. 9a48beb Remove GrPixelConfig from validateSurfaceParams by Greg Daniel · 4 years, 9 months ago
  55. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 9 months ago
  56. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 10 months ago
  57. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 10 months ago
  58. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 10 months ago
  59. 48257d7 Spruce up GrDataUtils in preparation for compressed backend texture support by Robert Phillips · 4 years, 10 months ago
  60. 42716d4 Expand GrGpu::BackendTextureData to include compressed data by Robert Phillips · 4 years, 10 months ago
  61. ab2b722 Switch SkImage::CompressionType to be an enum class by Robert Phillips · 4 years, 10 months ago
  62. 30a35e8 Handle failure to submit semaphores in vulkan backend. by Greg Daniel · 5 years ago
  63. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
  64. 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
  65. 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 5 years ago
  66. c139d08 Reland "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  67. 798a31d Revert "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  68. ec85f40 Remove the resolve rect and resolve types from GrRenderTarget by Chris Dalton · 5 years ago
  69. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
  70. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 5 years ago
  71. d34691b Remove compressed format support from the GrGpu::createBackendTexture code path by Robert Phillips · 5 years ago
  72. 57ef680 Create a GrGpu::createBackendTexture choke point by Robert Phillips · 5 years ago
  73. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  74. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  75. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  76. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
  77. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  78. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  79. 3f7932e Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags by Chris Dalton · 5 years ago
  80. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  81. 1c53a9f Remove some uses of GrSurface::config() by Brian Salomon · 5 years ago
  82. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  83. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  84. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  85. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  86. b28cb68 Make GrColorTypeBytesPerPixel return size_t. by Brian Salomon · 5 years ago
  87. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  88. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  89. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  90. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  91. 1cd1ed8 Stop using GrBackendSurface's pixel config by Robert Phillips · 5 years ago
  92. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  93. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  94. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  95. c7dced5 Revert "Remove simple GrGpu::createTexture helper" by Brian Salomon · 5 years ago
  96. 83cfe4f Remove simple GrGpu::createTexture helper by Brian Salomon · 5 years ago
  97. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  98. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  99. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  100. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago