1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. 9a18b08 Add support for vulkan non coherent advanced blends. by Greg Daniel · 4 years, 3 months ago
  3. 1aaf41b Change GrRingBuffer::finishSubmit to be a finishedProc by Jim Van Verth · 4 years, 3 months ago
  4. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  5. a58db7f Add GrStagingBufferManager and use GrGpuBuffers to manage caching. by Greg Daniel · 4 years, 4 months ago
  6. aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 4 years, 4 months ago
  7. 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 4 months ago
  8. bb61fe3 Hoist up submit for resolves by Jim Van Verth · 4 years, 4 months ago
  9. 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 6 months ago
  10. bc24aed Dawn readpixels fixes. by Stephen White · 4 years, 6 months ago
  11. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 6 months ago
  12. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 6 months ago
  13. af564a5 Dawn: implement fences, callbacks and Finish (syncGpu) semantics. by Stephen White · 4 years, 7 months ago
  14. b353c9b Reland "Refactor GL and Metal FinishCallback into a helper object." by Stephen White · 4 years, 7 months ago
  15. b15cc56 Revert "Refactor GL and Metal FinishCallback into a helper object." by Michael Ludwig · 4 years, 7 months ago
  16. b641ddb Refactor GL and Metal FinishCallback into a helper object. by Stephen White · 4 years, 7 months ago
  17. fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
  18. 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
  19. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 7 months ago
  20. f3d5d44 Dawn: staging manager rewrite. by Stephen White · 4 years, 7 months ago
  21. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 7 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. f6a0b45 Store ProgramDesc on DDLs alongside the GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  26. 242536f Store render target dirty msaa rect in real dst space. by Greg Daniel · 4 years, 9 months ago
  27. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 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. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
  32. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 11 months ago
  33. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 11 months ago
  34. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 11 months ago
  35. a521c96 Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. by Stephen White · 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. 525705e Fix unique_ptr typo in Skia Dawn by Sean Gilhuly · 5 years ago
  40. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
  41. fcaae48 Use GrProgramInfo's primitiveType field by Robert Phillips · 5 years ago
  42. 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
  43. 3cc8d4f Dawn: s/dawn::/wgpu::/g. by Stephen White · 5 years ago
  44. 729c78d Dawn backend: update to Skia API changes. by Stephen White · 5 years ago
  45. 4face83 Plumb GrPrimitiveType down to GrProgramDesc::Build by Robert Phillips · 5 years ago
  46. 40d1246 Dawn: update to Skia getOpsRenderPass() API change. by Stephen White · 5 years ago
  47. 04b9964 Dawn: update to new GrGpu::onCreateBackendTexture() semantics. by Stephen White · 5 years ago
  48. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
  49. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 5 years ago
  50. 9ec33d1 Update Dawn backend to recent GrGpu::onCreateTexture() change. by Stephen White · 5 years ago
  51. c0c0504 Dawn: implement Sampler cache (optimization). by Stephen White · 5 years ago
  52. 7fba36b Dawn: implement staging buffer manager. by Stephen White · 5 years ago
  53. 2adbf9c Update Dawn backend to accommodate recent Skia API changes. by Stephen White · 5 years ago
  54. e264131 Dawn: Implement RenderPipeline caching (optimization). by Stephen White · 5 years ago
  55. d729e2d Dawn: submit all command buffers in a single call. by Stephen White · 5 years ago
  56. ef2dc90 Dawn: update for GrGpuCommandBuffer -> GrOpsRenderPass change. by Stephen White · 5 years ago
  57. e8a2c80 Dawn: update to recent GrGpu/CopySurface changes. by Stephen White · 5 years ago
  58. b7eaedc Dawn: implement a ring buffer for uniform uploads. by Stephen White · 5 years ago
  59. 6db3b7b Dawn: update to GrCaps changes. by Stephen White · 5 years ago
  60. e3b1389 Implement GrDawnGpuTextureCommandBuffer. by Stephen White · 5 years ago
  61. 0850dcd First implementation of GrDawnTexture. by Stephen White · 5 years ago
  62. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  63. d732518 Dawn backend: update to recent Skia changes. by Stephen White · 5 years ago
  64. b05ca08 Update Dawn backend to ToT Skia. by Stephen White · 5 years ago
  65. 99b2a33 Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture. by Stephen White · 5 years ago
  66. ebad094 Dawn: update to latest caps & gpu changes. by Stephen White · 5 years ago
  67. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  68. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  69. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago