skia2/include/gpu
Stephen White 3c0a50f038 Implement support for framebufferOnly render targets.
This reflects Dawn and Metal functionality.
Implement a FramebufferOnly flag on GrSurface and GrBackendRenderTarget.
Forward the state from GrBackendRenderTarget to GrSurface.
Check the GrSurface flag in GrGpu::readPixels() and GrGpu::writePixels()
and early-return.

Change-Id: I27d3c9c912b366791bfd0e1db49638d8925742f3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/262802
Reviewed-by: Greg Daniel <egdaniel@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
2020-01-23 16:34:06 +00:00
..
dawn Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. 2019-12-04 15:24:16 +00:00
gl Add functions for GL_NV_fence to GrGLInterface. 2020-01-22 16:02:45 +00:00
mock Remove fConfig from GrSurfaceDesc. 2020-01-23 15:53:36 +00:00
mtl Implement fences and semaphores for Metal. 2019-08-28 19:38:56 +00:00
vk Reland: Enable YCbCr sampler support on platforms other than Android 2019-08-12 14:21:01 +00:00
GrBackendDrawableInfo.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GrBackendSemaphore.h Implement fences and semaphores for Metal. 2019-08-28 19:38:56 +00:00
GrBackendSurface.h Implement support for framebufferOnly render targets. 2020-01-23 16:34:06 +00:00
GrConfig.h Reland x3 "Remove most of GrConfig.h" 2019-12-18 17:14:45 +00:00
GrContext.h Allow implicit conversion from GrSamplerState::Filter to GrSamplerState 2020-01-09 17:29:54 +00:00
GrContextOptions.h Rename GpuPathRenderers::kAll to kDefault 2019-12-31 01:01:17 +00:00
GrContextThreadSafeProxy.h Major refactor of runtime effects 2019-12-16 15:59:04 +00:00
GrDriverBugWorkarounds.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GrDriverBugWorkaroundsAutogen.h gpu: Disable dual source blending support on buggy driver versions. 2019-12-20 22:56:19 +00:00
GrGpuResource.h Make GrGpuResource ref counting atomic. 2019-09-23 17:41:03 +00:00
GrSurface.h Implement support for framebufferOnly render targets. 2020-01-23 16:34:06 +00:00
GrTexture.h Remove GrPixelConfig from GrSurface and GrSurfaceProxy. 2020-01-23 01:14:32 +00:00
GrTypes.h Some GrTypes cleanup. 2020-01-03 19:49:07 +00:00