aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProcessor.cpp
Commit message (Expand)AuthorAge
* Remove texel buffer support.Gravatar Brian Salomon2018-07-13
* Remove GrNonlinearColorSpaceXformEffectGravatar Brian Osman2018-06-18
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Move resourceProvider accessor to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-16
* Revert "Move resourceProvider accessor to GrContextPriv"Gravatar Hal Canary2018-01-16
* Move resourceProvider accessor to GrContextPrivGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Guard the sqrt(temp) where temp < 0 in 2pt conical gradientGravatar Yuqian Li2017-12-20
* Revert "Reimplement TwoPointConicalGradient_gpu"Gravatar Yuqian Li2017-12-13
* Reimplement TwoPointConicalGradient_gpuGravatar Yuqian Li2017-12-13
* Remove support for image load/storeGravatar Brian Salomon2017-11-15
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* Generate warning settings for Android frameworkGravatar Leon Scroggins III2017-10-06
* Revert "Allow GrDrawOpAtlas to grow as needed"Gravatar Jim Van Verth2017-09-15
* Allow GrDrawOpAtlas to grow as neededGravatar Jim Van Verth2017-09-15
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Retract Gr*Priv.h includes a bitGravatar Robert Phillips2017-08-31
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Make GrProcessorTestFactory be templated on smart ptr class rather than proce...Gravatar Brian Salomon2017-07-24
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Omnibus: Push instantiation of GrTextures later (post TextureSampler)Gravatar Robert Phillips2017-06-02
* Update clearOp for split-OpList world (take 3)Gravatar Robert Phillips2017-05-31
* move perlinenoise2 into effectsGravatar Mike Reed2017-05-30
* Convert DstTexture to DstProxy (take 2)Gravatar Robert Phillips2017-05-29
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29
* Remove GrSurfaceDesc member from GrSurfaceProxy.Gravatar Brian Salomon2017-05-17
* Revert "Convert DstTexture to DstProxy"Gravatar Robert Phillips2017-05-17
* Convert DstTexture to DstProxyGravatar Robert Phillips2017-05-17
* Switch ImageStorageAccess over to GrTextureProxiesGravatar Robert Phillips2017-05-12
* Expand GrTextureProxy to handle highestFilterModeGravatar Robert Phillips2017-05-08
* Allow TextureSamplers to have null GrTexture pointerGravatar Robert Phillips2017-05-03
* Split cleanup changes out of bigger CL (take 2)Gravatar Robert Phillips2017-04-18
* Revert "Split cleanup changes out of bigger CL"Gravatar Mike Klein2017-04-17
* Split cleanup changes out of bigger CLGravatar Robert Phillips2017-04-17
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* GPU version of onMakeColorSpaceGravatar Brian Osman2017-03-15
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Switch GrTextureStripAtlas over to GrTextureProxiesGravatar Robert Phillips2017-02-23
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Allow GrSingleTextureEffect to take GrTextureProxiesGravatar Robert Phillips2017-01-24
* Make GrYUVEffect take GrTextureProxiesGravatar Robert Phillips2017-01-24
* Move resource ref/io manipulation from GrProgramElement to GrProcessorGravatar Brian Salomon2017-01-09
* Revert "Revert "Removing ref counting from GrXPFactory.""Gravatar Brian Salomon2017-01-09
* Revert "Removing ref counting from GrXPFactory."Gravatar Brian Salomon2017-01-09
* Removing ref counting from GrXPFactory.Gravatar Brian Salomon2017-01-09
* Remove arithmetic mode GrXP code.Gravatar Brian Salomon2017-01-06
* Reland image storage with fixes.Gravatar Brian Salomon2016-11-29
* Revert "Initial OpenGL Image support."Gravatar Brian Salomon2016-11-23