aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrConfigConversionEffect.cpp
Commit message (Expand)AuthorAge
* Make generated effects from sksl fp files not need SK_SUPPORT_GPUGravatar Greg Daniel2018-04-06
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* converted GrMagnifierEffect to SkSLGravatar Ethan Nicholas2017-12-13
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* converted GrRectBlurEffect to SkSLGravatar Ethan Nicholas2017-10-16
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* converted GrConfigConversionEffect to SkSLGravatar Ethan Nicholas2017-10-05
* 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
* 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
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-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 4 additional GrFragmentProcessors.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
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Rm makeRenderTargetContext in favor of deferred version (take 3)Gravatar Robert Phillips2017-04-25
* Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"Gravatar Robert Phillips2017-04-21
* Rm makeRenderTargetContext in favor of deferred version (take 2)Gravatar Robert Phillips2017-04-21
* Remove all config conversion modes except round-to-nearestGravatar Brian Osman2017-04-20
* Revert "Rm makeRenderTargetContext in favor of deferred version"Gravatar Robert Phillips2017-04-11
* Rm makeRenderTargetContext in favor of deferred versionGravatar Robert Phillips2017-04-11
* PM/UPM conversion improvementsGravatar Brian Osman2017-04-10
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-04-05
* Remove compiler bug workaroundGravatar Brian Osman2017-03-31
* More GrSurfaceProxy-clean upGravatar Robert Phillips2017-03-29
* Miscellaneous GrSurfaceProxy-related cleanupGravatar Robert Phillips2017-03-29
* Revert "Remove texture sampling from GrConfigConversionEffect"Gravatar Brian Osman2017-03-24
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-03-24
* Revert "Remove texture sampling from GrConfigConversionEffect"Gravatar Brian Osman2017-03-23
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-03-23
* Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffectGravatar Brian Osman2017-03-22
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsGravatar Robert Phillips2017-03-14
* Make GrClip.h privateGravatar Brian Salomon2017-03-09
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>Gravatar Robert Phillips2017-03-03
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Re-enable processor optimization test with some fixes.Gravatar Brian Salomon2017-02-09
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Rationalize GrContext's Gr*Proxy getter namingGravatar 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
* Switch GrConfigConversionEffect over to taking GrTextureProxiesGravatar Robert Phillips2017-01-25