aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureDomain.cpp
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Fix tautological comparison in GrTextureDomain.cppGravatar Hans Wennborg2017-12-09
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* switched SkSL's temporary 'highfloat' type back to 'float'Gravatar Ethan Nicholas2017-09-22
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28
* Remove GrSingleTextureEffectGravatar Brian Salomon2017-07-26
* More GrFragmentProcessor::clone() implementations.Gravatar Brian Salomon2017-07-26
* Smaller fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* Remove unused ctor in GrTextureDomainGravatar Robert Phillips2017-07-10
* Fix MDB regressionGravatar Robert Phillips2017-06-19
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Retract GrTexture*.h & GrRenderTarget*.h from other headersGravatar Robert Phillips2017-06-13
* Omnibus: Push instantiation of GrTextures later (post TextureSampler)Gravatar Robert Phillips2017-06-02
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Preparatory ProxificationGravatar Robert Phillips2017-03-14
* Refactor GrColorSpaceXformHelperGravatar Brian Osman2017-03-08
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Clarify when tweak alpha for coverage optimizaton can occur.Gravatar Brian Salomon2017-02-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Push GrTextureProxy down to more effectsGravatar Robert Phillips2017-01-30
* Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""Gravatar Brian Salomon2017-01-27
* Revert "Start of rewrite of GrFragmentProcessor optimizations."Gravatar Ethan Nicholas2017-01-27
* Start of rewrite of GrFragmentProcessor optimizations.Gravatar Brian Salomon2017-01-27
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* Start making texture coordinates be absoluteGravatar Robert Phillips2017-01-10
* Add color space xform bits to key for texture domain effectGravatar Brian Osman2016-12-20
* Respect color space in GrTextureDomainEffectGravatar Brian Osman2016-12-20
* Rename vars and functions from 'glslcaps'->'shadercaps'Gravatar Brian Salomon2016-11-29
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* removed appendPrecisionModifierGravatar Ethan Nicholas2016-11-22
* Merge GrGLSLShaderVar and GrShaderVarGravatar Brian Salomon2016-11-21