skia2/include/gpu/gl
Brian Salomon 26de56ef09 GrSurface -> GrGpuBuffer transfer improvements:
GrCaps now only provides the offset alignment requirement. The row bytes
is always bpp * width.

GrGpu::transferPixelsFrom now just returns bool since row bytes value is
implicit. It now asserts offset is aligned with GrCap's provided value
in base class.

Implement caps for GL.

Bug: skia:8962
Change-Id: I3299b62efe9fe05bfe02f2a6a4c2704f647d0f8a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/206686
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-04-16 14:05:34 +00:00
..
GrGLAssembleHelpers.h Break out GrGLAssembleInterface into a few files 2019-03-18 18:57:18 +00:00
GrGLAssembleInterface.h Support WebGL 1.0 with caps 2019-03-28 17:21:23 +00:00
GrGLConfig_chrome.h Infer GL null buffer hint usage from whether on command buffer or WebGL. 2018-12-19 20:28:05 +00:00
GrGLConfig.h Infer GL null buffer hint usage from whether on command buffer or WebGL. 2018-12-19 20:28:05 +00:00
GrGLExtensions.h Make GrGLInterface great for Win32 x86 again 2018-08-27 16:09:48 +00:00
GrGLFunctions.h Drop support for GL_EXT_raster_multisample 2019-03-05 11:35:21 +00:00
GrGLInterface.h Reland "Remove the NullGL interface (and associated test context)" 2019-04-03 16:38:10 +00:00
GrGLTypes.h GrSurface -> GrGpuBuffer transfer improvements: 2019-04-16 14:05:34 +00:00