- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- 9a18b08 Add support for vulkan non coherent advanced blends. by Greg Daniel · 4 years, 3 months ago
- 1aaf41b Change GrRingBuffer::finishSubmit to be a finishedProc by Jim Van Verth · 4 years, 3 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
- a58db7f Add GrStagingBufferManager and use GrGpuBuffers to manage caching. by Greg Daniel · 4 years, 4 months ago
- aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 4 years, 4 months ago
- 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 4 months ago
- bb61fe3 Hoist up submit for resolves by Jim Van Verth · 4 years, 4 months ago
- 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 6 months ago
- bc24aed Dawn readpixels fixes. by Stephen White · 4 years, 6 months ago
- 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 6 months ago
- c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 6 months ago
- af564a5 Dawn: implement fences, callbacks and Finish (syncGpu) semantics. by Stephen White · 4 years, 7 months ago
- b353c9b Reland "Refactor GL and Metal FinishCallback into a helper object." by Stephen White · 4 years, 7 months ago
- b15cc56 Revert "Refactor GL and Metal FinishCallback into a helper object." by Michael Ludwig · 4 years, 7 months ago
- b641ddb Refactor GL and Metal FinishCallback into a helper object. by Stephen White · 4 years, 7 months ago
- fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
- 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
- 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 7 months ago
- f3d5d44 Dawn: staging manager rewrite. by Stephen White · 4 years, 7 months ago
- 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 7 months ago
- 979b223 Add private GrContext::compile API (take 2) by Robert Phillips · 4 years, 9 months ago
- 57a3ded Revert "Add private GrContext::compile API" by Robert Phillips · 4 years, 9 months ago
- 0cd68ab Add private GrContext::compile API by Robert Phillips · 4 years, 9 months ago
- f6a0b45 Store ProgramDesc on DDLs alongside the GrProgramInfo by Robert Phillips · 4 years, 9 months ago
- 242536f Store render target dirty msaa rect in real dst space. by Greg Daniel · 4 years, 9 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
- 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 10 months ago
- 4277f01 mv BackendTextureData to end of parameter list by Robert Phillips · 4 years, 10 months ago
- e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 10 months ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
- 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 11 months ago
- 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 11 months ago
- b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 11 months ago
- a521c96 Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. by Stephen White · 5 years ago
- 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
- fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 5 years ago
- 30a35e8 Handle failure to submit semaphores in vulkan backend. by Greg Daniel · 5 years ago
- 525705e Fix unique_ptr typo in Skia Dawn by Sean Gilhuly · 5 years ago
- 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
- fcaae48 Use GrProgramInfo's primitiveType field by Robert Phillips · 5 years ago
- 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
- 3cc8d4f Dawn: s/dawn::/wgpu::/g. by Stephen White · 5 years ago
- 729c78d Dawn backend: update to Skia API changes. by Stephen White · 5 years ago
- 4face83 Plumb GrPrimitiveType down to GrProgramDesc::Build by Robert Phillips · 5 years ago
- 40d1246 Dawn: update to Skia getOpsRenderPass() API change. by Stephen White · 5 years ago
- 04b9964 Dawn: update to new GrGpu::onCreateBackendTexture() semantics. by Stephen White · 5 years ago
- 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
- e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 5 years ago
- 9ec33d1 Update Dawn backend to recent GrGpu::onCreateTexture() change. by Stephen White · 5 years ago
- c0c0504 Dawn: implement Sampler cache (optimization). by Stephen White · 5 years ago
- 7fba36b Dawn: implement staging buffer manager. by Stephen White · 5 years ago
- 2adbf9c Update Dawn backend to accommodate recent Skia API changes. by Stephen White · 5 years ago
- e264131 Dawn: Implement RenderPipeline caching (optimization). by Stephen White · 5 years ago
- d729e2d Dawn: submit all command buffers in a single call. by Stephen White · 5 years ago
- ef2dc90 Dawn: update for GrGpuCommandBuffer -> GrOpsRenderPass change. by Stephen White · 5 years ago
- e8a2c80 Dawn: update to recent GrGpu/CopySurface changes. by Stephen White · 5 years ago
- b7eaedc Dawn: implement a ring buffer for uniform uploads. by Stephen White · 5 years ago
- 6db3b7b Dawn: update to GrCaps changes. by Stephen White · 5 years ago
- e3b1389 Implement GrDawnGpuTextureCommandBuffer. by Stephen White · 5 years ago
- 0850dcd First implementation of GrDawnTexture. by Stephen White · 5 years ago
- 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
- d732518 Dawn backend: update to recent Skia changes. by Stephen White · 5 years ago
- b05ca08 Update Dawn backend to ToT Skia. by Stephen White · 5 years ago
- 99b2a33 Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture. by Stephen White · 5 years ago
- ebad094 Dawn: update to latest caps & gpu changes. by Stephen White · 5 years ago
- 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
- fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
- 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago