- 55822f1 Add submittedProc to GrFlushInfo. by Greg Daniel · 4 years, 6 months ago
- 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 6 months ago
- 7a02614 Make staging manager lists private to GrGpu. 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
- 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
- 6e35a00 Have GrContext abandoned call also check if the underlying device is lost. by Greg Daniel · 4 years, 7 months ago
- 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 8 months ago
- 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 4 years, 8 months ago
- eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 8 months ago
- 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 9 months ago
- c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 9 months ago
- 2e7ed26 Lift calls for setting dynamic state to Ganesh level by Chris Dalton · 4 years, 9 months ago
- bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 9 months ago
- 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 9 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
- 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
- ba5c7ad Make GrGpu::createBackendTexture match createCompressedBackendTexture by Robert Phillips · 4 years, 10 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
- e1196c5 Add a mechanism to insert framebuffer barriers for NVIDIA tessellation by Chris Dalton · 4 years, 11 months ago
- 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 5 years ago
- 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 5 years ago
- b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 5 years ago
- 42716d4 Expand GrGpu::BackendTextureData to include compressed data by Robert Phillips · 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
- 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
- 323471e Remove GrProgramDesc's need for the GrGpu by Robert Phillips · 5 years ago
- 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
- 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 5 years ago
- 4a0d36d Use tighter bounds for renderArea of vkCmdBeginRenderPass. by Greg Daniel · 5 years ago
- 052761f Add gpu programmatic frame capture routines by Jim Van Verth · 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
- 57ef680 Create a GrGpu::createBackendTexture choke point by Robert Phillips · 5 years ago
- a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
- d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
- 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
- a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
- ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
- b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
- 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
- f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
- e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
- 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
- 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
- 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
- f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
- ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
- e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
- 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
- c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
- 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
- e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
- c7dced5 Revert "Remove simple GrGpu::createTexture helper" by Brian Salomon · 5 years ago
- 83cfe4f Remove simple GrGpu::createTexture helper by Brian Salomon · 5 years ago
- dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
- 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
- fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
- 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
- f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 5 years ago
- 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
- effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
- 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
- bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
- 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
- c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
- 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
- 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
- 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
- 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
- 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
- cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
- d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
- 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
- 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
- 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
- c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
- 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
- e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 5 years ago
- 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
- f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 5 years ago
- f0ced62 Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS (take 2) by Robert Phillips · 5 years ago
- 8ad0cbd Revert "Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS" by Michael Ludwig · 5 years ago