1. 55822f1 Add submittedProc to GrFlushInfo. by Greg Daniel · 4 years, 6 months ago
  2. 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 6 months ago
  3. 7a02614 Make staging manager lists private to GrGpu. by Stephen White · 4 years, 6 months ago
  4. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 6 months ago
  5. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 6 months ago
  6. b353c9b Reland "Refactor GL and Metal FinishCallback into a helper object." by Stephen White · 4 years, 7 months ago
  7. b15cc56 Revert "Refactor GL and Metal FinishCallback into a helper object." by Michael Ludwig · 4 years, 7 months ago
  8. b641ddb Refactor GL and Metal FinishCallback into a helper object. by Stephen White · 4 years, 7 months ago
  9. fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
  10. 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
  11. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 7 months ago
  12. f3d5d44 Dawn: staging manager rewrite. by Stephen White · 4 years, 7 months ago
  13. 6e35a00 Have GrContext abandoned call also check if the underlying device is lost. by Greg Daniel · 4 years, 7 months ago
  14. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 8 months ago
  15. 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 4 years, 8 months ago
  16. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 8 months ago
  17. 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 9 months ago
  18. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 9 months ago
  19. 2e7ed26 Lift calls for setting dynamic state to Ganesh level by Chris Dalton · 4 years, 9 months ago
  20. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 9 months ago
  21. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 9 months ago
  22. 979b223 Add private GrContext::compile API (take 2) by Robert Phillips · 4 years, 9 months ago
  23. 57a3ded Revert "Add private GrContext::compile API" by Robert Phillips · 4 years, 9 months ago
  24. 0cd68ab Add private GrContext::compile API by Robert Phillips · 4 years, 9 months ago
  25. 242536f Store render target dirty msaa rect in real dst space. by Greg Daniel · 4 years, 9 months ago
  26. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
  27. ba5c7ad Make GrGpu::createBackendTexture match createCompressedBackendTexture by Robert Phillips · 4 years, 10 months ago
  28. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 10 months ago
  29. 4277f01 mv BackendTextureData to end of parameter list by Robert Phillips · 4 years, 10 months ago
  30. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 10 months ago
  31. e1196c5 Add a mechanism to insert framebuffer barriers for NVIDIA tessellation by Chris Dalton · 4 years, 11 months ago
  32. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 5 years ago
  33. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 5 years ago
  34. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 5 years ago
  35. 42716d4 Expand GrGpu::BackendTextureData to include compressed data by Robert Phillips · 5 years ago
  36. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
  37. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 5 years ago
  38. 30a35e8 Handle failure to submit semaphores in vulkan backend. by Greg Daniel · 5 years ago
  39. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
  40. 323471e Remove GrProgramDesc's need for the GrGpu by Robert Phillips · 5 years ago
  41. 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
  42. 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 5 years ago
  43. 4a0d36d Use tighter bounds for renderArea of vkCmdBeginRenderPass. by Greg Daniel · 5 years ago
  44. 052761f Add gpu programmatic frame capture routines by Jim Van Verth · 5 years ago
  45. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
  46. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 5 years ago
  47. 57ef680 Create a GrGpu::createBackendTexture choke point by Robert Phillips · 5 years ago
  48. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  49. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  50. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  51. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
  52. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
  53. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  54. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  55. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  56. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  57. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  58. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  59. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  60. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  61. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  62. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  63. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  64. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  65. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  66. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  67. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  68. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  69. c7dced5 Revert "Remove simple GrGpu::createTexture helper" by Brian Salomon · 5 years ago
  70. 83cfe4f Remove simple GrGpu::createTexture helper by Brian Salomon · 5 years ago
  71. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  72. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  73. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  74. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  75. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  76. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  77. f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 5 years ago
  78. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  79. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  80. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  81. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  82. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  83. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  84. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  85. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  86. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  87. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  88. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  89. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  90. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  91. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" 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. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  95. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  96. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 5 years ago
  97. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
  98. f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 5 years ago
  99. f0ced62 Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS (take 2) by Robert Phillips · 5 years ago
  100. 8ad0cbd Revert "Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS" by Michael Ludwig · 5 years ago