- 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 4 months ago
- 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 4 months ago
- ffd15ea Remove unused base class GrGLSLFragmentBuilder by Brian Salomon · 4 years, 4 months ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
- 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
- 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
- e8d3cca Remove GrPrepareForExternalIORequests from flush. by Greg Daniel · 4 years, 5 months ago
- b0aab2c Reland "Revert "Revert "GrDisplacementEffect uses GrTextureEffect.""" by Brian Salomon · 4 years, 7 months ago
- f49debf Fix two GrProcessor names that are not valid idenitfiers by Brian Salomon · 4 years, 7 months ago
- 1bf1274 Reland "Revert "GrDisplacementEffect uses GrTextureEffect."" by Kevin Lubick · 4 years, 7 months ago
- 16abfa5 Revert "Revert "GrDisplacementEffect uses GrTextureEffect."" by Brian Salomon · 4 years, 7 months ago
- dabe38f Add submits after flushes in ProgramsTest. by Greg Daniel · 4 years, 7 months ago
- e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 7 months ago
- 7c75226 Renamed the various 'stage' shader functions to have the actual effect name by Ethan Nicholas · 4 years, 7 months ago
- df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 7 months ago
- f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 8 months ago
- 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 8 months ago
- fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 8 months ago
- 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
- 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 9 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 9 months ago
- 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
- cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 4 years, 9 months ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
- 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 10 months ago
- e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 10 months ago
- a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
- 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
- 9c4ee9c Disable advanced blend equations on Imagination driver 1.10 and earlier by Brian Salomon · 4 years, 11 months ago
- 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 11 months ago
- fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
- 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
- 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
- 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
- 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
- 5a8f3e4 Reland "Enable Programs (formerly GLPrograms) test for other APIs" by Jim Van Verth · 5 years ago[Renamed (88%) from tests/GLProgramsTest.cpp]
- 6387dc1 Revert "Enable Programs (formerly GLPrograms) test for other APIs" by Michael Ludwig · 5 years ago[Renamed (88%) from tests/ProgramsTest.cpp]
- 5987416 Enable Programs (formerly GLPrograms) test for other APIs by Jim Van Verth · 5 years ago[Renamed (88%) from tests/GLProgramsTest.cpp]
- c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
- bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
- 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
- c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 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
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
- 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
- d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
- d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
- f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
- 4687bdd Fix DDL tests when MIP map support not available by Brian Salomon · 5 years ago
- 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
- f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
- 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
- d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
- 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 6 years ago
- 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
- a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
- b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
- 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
- bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
- d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
- 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
- 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
- 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
- d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
- 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
- d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
- a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
- 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
- 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
- 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
- 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
- cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
- 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
- c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
- 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
- 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
- bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
- 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
- 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
- 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
- d653cac More sample count cleanup: by Brian Salomon · 7 years ago
- d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
- c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
- 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
- f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
- 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
- c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
- 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
- f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago