- 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 4 years, 1 month ago
- 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 4 years ago
- 0f7c10e Add sRGB 8888 colortype by Brian Osman · 4 years, 1 month ago
- 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 4 years, 1 month ago
- d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 4 years, 1 month ago
- 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 4 years, 1 month ago
- 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 4 years, 1 month ago
- f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 4 years, 1 month ago
- 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 4 years, 1 month ago
- af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 4 years, 1 month ago
- 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 4 years, 1 month ago
- 0541265 Use attachment in GrMtlTexture rather than raw id<MTLTexture>. by Jim Van Verth · 4 years, 2 months ago
- 550de7f Depower GrPipeline.h by Robert Phillips · 4 years, 2 months ago
- db17484 BackendAllocationTest doesn't need blend for alpha-only color types by Brian Salomon · 4 years, 2 months ago
- dc03537 Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Brian Salomon · 4 years, 3 months ago
- fc8cf91 Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Chris Dalton · 4 years, 3 months ago
- 7788b3a Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH by Brian Salomon · 4 years, 3 months ago
- 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 4 years, 5 months ago
- 7128323 Reland "Remove code to push pixmaps to backend textures from GrGpu classes" by Brian Salomon · 4 years, 5 months ago
- 34012d7 Revert "Remove code to push pixmaps to backend textures from GrGpu classes" by Brian Salomon · 4 years, 5 months ago
- 45889d1 Remove code to push pixmaps to backend textures from GrGpu classes by Brian Salomon · 4 years, 5 months ago
- 75ee737 remove prepForSampling from GrSurfaceContext::writePixels. by Brian Salomon · 4 years, 5 months ago
- 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 4 years, 5 months ago
- e895ab2 Have GrVkTexture not derive from GrVkImage. by Greg Daniel · 4 years, 6 months ago
- 00d6cf4 Reland "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 4 years, 6 months ago
- 9ef3f2e Revert "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 4 years, 6 months ago
- 3dc6c19 Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage. by Greg Daniel · 4 years, 6 months ago
- e666254 Remove SkImage_Base::peekProxy. by Brian Salomon · 4 years, 6 months ago
- 759217e Reland "Make GrDirectContext::updateBackendTexture handle pixmaps with non-type row bytes." by Brian Salomon · 4 years, 7 months ago
- 0928963 Revert "Make GrDirectContext::updateBackendTexture handle pixmaps with non-type row bytes." by Mike Klein · 4 years, 7 months ago
- 07d8c0d Make GrDirectContext::updateBackendTexture handle pixmaps with non-type row bytes. by Brian Salomon · 4 years, 7 months ago
- dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 4 years, 8 months ago
- 01ff538 Support luminance-alpha GL format for YUVA planes by Brian Salomon · 4 years, 9 months ago
- 20f1b34 Use ManagedBackendTexture in backend allocation tests by Brian Salomon · 4 years, 9 months ago
- 04e3e50 Make backend allocation tests avoid alphatype conversions by Brian Salomon · 4 years, 9 months ago
- 0263bff Revert "Add GrSurfaceFillContext" by Brian Salomon · 4 years, 9 months ago
- 177af6f Make backend allocation tests avoid alphatype conversions by Brian Salomon · 4 years, 9 months ago
- b5f880a Take origin when creating/updating backend texture using pixmaps. by Brian Salomon · 4 years, 9 months ago
- 8dacba3 Migrate away for heuristics for bicubic filtering by Mike Reed · 4 years, 10 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 11 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 5 years ago
- 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 5 years ago
- 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 5 years ago
- 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 5 years ago
- 373d7dd Add new GrContext::updateBackendTexture call that takes an SkColorType. by Greg Daniel · 5 years ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 5 years ago
- fe4b481 Clean up some uses of GrContext in tests by Robert Phillips · 5 years ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 5 years ago
- 0f39699 Reland "Make it easier to test rectangle textures by using createBackendTexture." by Brian Salomon · 5 years ago
- b577655 Don't submit vk command buffer in updateBackendTexture. by Greg Daniel · 5 years ago
- 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 5 years ago
- 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 5 years ago
- 3624874 Dawn: implement Dawn support for BackendAllocationTest in Gray8 mode. by Stephen White · 5 years ago
- b2365d8 Reland "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 5 years ago
- ed219fe Revert "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 5 years ago
- 83c6626 Reland "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 5 years ago
- 93ca54e Revert "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 5 years ago
- ac09f7c Add api on GrContext to update the data of GrBackendTextures. by Greg Daniel · 5 years ago
- dddf709 When creating with data, always set vk GrBackendTexture layout to sampled. by Greg Daniel · 5 years ago
- c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 5 years ago
- 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 5 years ago
- a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 5 years ago
- 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 5 years ago
- e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 5 years ago
- b01e12b Start adding D3D backend by Jim Van Verth · 6 years ago
- f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 6 years ago
- 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 6 years ago
- ee94693 Fix a sprinkling of GPU issues by Robert Phillips · 6 years ago
- 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 6 years ago
- 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 6 years ago
- a27d625 Add compression to Mock backend by Robert Phillips · 6 years ago
- b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 6 years ago
- 80e334d Remove most of GrConfig.h by Brian Salomon · 6 years ago
- 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 6 years ago
- 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 6 years ago
- 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 6 years ago
- dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 6 years ago
- 7f36798 Add mipmap support to SkPixmap flavor of createBackendTexture by Robert Phillips · 6 years ago
- 0ee1034 Split out check_base_readbacks sub-test in BackendAllocation tests by Robert Phillips · 6 years ago
- c1dbb4b Add check_mipmaps subtest to BackendAllocation test by Robert Phillips · 6 years ago
- d34691b Remove compressed format support from the GrGpu::createBackendTexture code path by Robert Phillips · 6 years ago
- ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 6 years ago
- a5d96bc Remove "experimental" comments regarding RG_F16 and RGBA_16161616 by Robert Phillips · 6 years ago
- 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 6 years ago
- 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 6 years ago
- e3b6fe4 Update comparison in BackendAllocation tests by Robert Phillips · 6 years ago
- d470e1b Add kRG_88_SkColorType by Robert Phillips · 6 years ago
- 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 6 years ago
- 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 6 years ago
- ea6bb44 Add supported GrColorTypes to Mtl FormatTable. by Greg Daniel · 6 years ago
- 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 6 years ago
- 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 6 years ago
- d5e80ca Add GrContext::defaultBackendFormat by Robert Phillips · 6 years ago
- b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 6 years ago
- c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 6 years ago
- ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 6 years ago
- cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 6 years ago
- 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 6 years ago
- dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 6 years ago
- 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 6 years ago