1. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 7 months ago
  2. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 7 months ago
  3. 33dbd65 Pass file and line number when asserting single owner by Adlai Holler · 4 years, 8 months ago
  4. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 10 months ago
  5. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 11 months ago
  6. a9609ea turn on -Wreturn-std-move-in-c++11 by Mike Klein · 5 years ago
  7. a56a746 Remove GrSurfaceDesc by Brian Salomon · 5 years ago
  8. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  9. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 5 years ago
  10. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 5 years ago
  11. 9a48beb Remove GrPixelConfig from validateSurfaceParams by Greg Daniel · 5 years ago
  12. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 5 years ago
  13. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 5 years ago
  14. ead321b Add glue to link the GrContext createCompressedBackendTexture API to the GL and Vulkan backends by Robert Phillips · 5 years ago
  15. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  16. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 5 years ago
  17. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 5 years ago
  18. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  19. 80e334d Remove most of GrConfig.h by Brian Salomon · 5 years ago
  20. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
  21. 8bc157e Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp (take 2) by Robert Phillips · 5 years ago
  22. f00b95b Always attach stencil buffers with exact sample count matches by Chris Dalton · 5 years ago
  23. e2e3a2f Revert "Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp" by Robert Phillips · 5 years ago
  24. 0a4681d Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp by Robert Phillips · 5 years ago
  25. ee08d52 Move creation of AAQuadIndexBuffer to GrResourceProvider by Robert Phillips · 5 years ago
  26. 322301a GrResourceProvider::MakeApprox() fix after SkISizification by Brian Salomon · 5 years ago
  27. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  28. c3a927f Remove GrPixelConfigIsCompressed call. by Greg Daniel · 5 years ago
  29. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  30. c139d08 Reland "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  31. 798a31d Revert "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  32. ec85f40 Remove the resolve rect and resolve types from GrRenderTarget by Chris Dalton · 5 years ago
  33. 8660eb0 Check for scratch textures in GrResourceProvider. by Brian Salomon · 5 years ago
  34. 14cb413 Use mipmapping/protected to lookup scratch textures. by Brian Salomon · 5 years ago
  35. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  36. bd2f070 Always create an approx-size texture for approx-fit proxies by Michael Ludwig · 5 years ago
  37. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  38. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  39. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
  40. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  41. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
  42. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  43. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  44. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  45. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  46. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  47. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  48. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 6 years ago
  49. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 6 years ago
  50. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 6 years ago
  51. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
  52. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
  53. c7dced5 Revert "Remove simple GrGpu::createTexture helper" by Brian Salomon · 6 years ago
  54. 83cfe4f Remove simple GrGpu::createTexture helper by Brian Salomon · 6 years ago
  55. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 6 years ago
  56. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 6 years ago
  57. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
  58. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 6 years ago
  59. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 6 years ago
  60. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 6 years ago
  61. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 6 years ago
  62. a495d6d Simplify code in GrResourceProvider now that GrSurfaceContext writePixels takes GrColorType by Brian Salomon · 6 years ago
  63. f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 6 years ago
  64. a3ffaab Fix up row bytes for single level texture in GrResourceProvider. by Brian Salomon · 6 years ago
  65. 8e8ac56 fix logic bug when deciding to use temp space for mip levels by Brian Salomon · 6 years ago
  66. c9d81f7 Fix issue where SkAutoSTMalloc doesn't default initialize std::unique_ptr. by Brian Salomon · 6 years ago
  67. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 6 years ago
  68. 215ff33 Don't attempt mixed samples on "borrowed" render targets by Chris Dalton · 6 years ago
  69. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 6 years ago
  70. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 6 years ago
  71. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 6 years ago
  72. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 6 years ago
  73. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  74. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  75. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 6 years ago
  76. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  77. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 6 years ago
  78. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
  79. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  80. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 6 years ago
  81. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  82. a29dd9d Pin the quad index buffer in GrResourceProvider. by Brian Salomon · 6 years ago
  83. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  84. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  85. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  86. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 6 years ago
  87. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  88. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  89. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  90. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  91. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  92. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  93. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  94. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  95. 133944a Add a dedicated Op for analytic round rects by Chris Dalton · 6 years ago
  96. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  97. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  98. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  99. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 6 years ago
  100. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago