- c3622f4 compare kernel in GrBicubicEffect by Brian Salomon · 3 years, 11 months ago
- 4bdc121 Use explicit return statements in more fragment processors. by John Stiles · 4 years ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years, 2 months ago
- de240ac Revert "Disable the coverage-as-alpha optimization flag for the Bicubic effect." by John Stiles · 4 years, 3 months ago
- b3231b1 Disable the coverage-as-alpha optimization flag for the Bicubic effect. by John Stiles · 4 years, 3 months ago
- e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 4 months ago
- 2e66ade Make GrBicubicEffect coeffs a uniform. by Brian Salomon · 4 years, 4 months ago
- f48f76e Remove modulation by input color in GrTextureEffect by Brian Osman · 4 years, 4 months ago
- a3b02f5 Rename GrSamplerState::Filter::kBilerp to kLinear by Brian Salomon · 4 years, 4 months ago
- f990b6a Remove GrTextureProducer::DetermineDomainMode. by Brian Salomon · 4 years, 4 months ago
- 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
- 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
- b5bd1b3 Remove GrCoordTransform from GrBicubicEffect by Michael Ludwig · 4 years, 5 months ago
- 1af72d1 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 4 years, 5 months ago
- e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 5 months ago
- 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 5 months ago
- 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 7 months ago
- 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
- 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
- 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
- 97c98f9 Revert "Reland x2 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
- 9b22838 Reland x2 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
- 6cb8168 Reland "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
- 0bfb7a5 Revert "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
- d198821 Revert "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
- ecd5807 Drawing YUVA images does not flatten for bicubic. by Brian Salomon · 4 years, 8 months ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
- d0d033a GrBicubicEffect uses GrTextureEffect. by Brian Salomon · 4 years, 9 months ago
- 67da665 Pass origin into GrCoordTransform. by Greg Daniel · 4 years, 9 months ago
- 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 9 months ago
- ba51d68 Update bicubic effect factories to take a view. by Greg Daniel · 4 years, 9 months ago
- 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 5 years ago
- bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 5 years ago
- c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 5 years ago
- acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 5 years ago
- 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 5 years 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
- c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
- d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
- b2e3c64 fix bicubic to not be confused by rotated ctms by Mike Reed · 5 years ago
- d2f4be3 make bicubic decision logic shareable by Mike Reed · 5 years ago
- 1127c0b Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." by Brian Salomon · 5 years ago
- f9a8688 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 5 years ago
- a86fc7a Specialize GrBicubicEffet for 1d kernel. by Brian Salomon · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- e22dba8 Clamp in GrBicubicEffect (to match SW and for general sanity) by Brian Osman · 6 years ago
- ddeed37 Support decal mode in GrTextureProducer by Michael Ludwig · 6 years ago
- e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
- c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
- 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
- 257a03d Integrate clamp to border into FP optimization flags by Michael Ludwig · 6 years ago
- be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
- 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
- fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
- f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
- 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
- 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
- abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
- 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
- f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
- 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
- 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
- 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
- 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
- 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
- aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
- 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
- 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
- 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
- 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
- c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
- 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
- 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
- fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
- 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
- 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
- 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 8 years ago
- 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 8 years ago
- 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 8 years ago
- 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 8 years ago
- 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 8 years ago
- ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
- 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
- 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
- c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
- cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
- 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
- 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
- 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
- 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
- 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
- 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
- a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago