aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/GrAlphaThresholdFragmentProcessor.cpp
Commit message (Expand)AuthorAge
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* removed extraneous unused uniform handles for SkSL samplersGravatar Ethan Nicholas2017-12-20
* converted GrMagnifierEffect to SkSLGravatar Ethan Nicholas2017-12-13
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* Remove color space xform from alpha threshold FPGravatar Brian Osman2017-10-19
* converted GrRectBlurEffect to SkSLGravatar Ethan Nicholas2017-10-16
* 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
* Revert "Revert "Switch to the new SkSL lexer.""Gravatar Ethan Nicholas2017-09-11
* Revert "Switch to the new SkSL lexer."Gravatar Ethan Nicholas2017-09-11
* Switch to the new SkSL lexer.Gravatar Ethan Nicholas2017-09-11
* 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
* Fix string typing in generated codeGravatar Brian Osman2017-08-15
* Switch SkSL to std::stringGravatar Brian Osman2017-08-14
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* automatically generate clone() methods for SkSL fragment processorsGravatar Ethan Nicholas2017-07-31
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* run skslc output through clang-formatGravatar Ethan Nicholas2017-07-19
* Re-land of "converted GrSimpleTextureEffect to sksl"Gravatar Ethan Nicholas2017-07-13
* Re-land "converted GrCircleBlurFragmentProcessor to sksl"Gravatar Ethan Nicholas2017-07-11
* Revert "converted GrCircleBlurFragmentProcessor to sksl"Gravatar Ethan Nicholas2017-07-10
* converted GrCircleBlurFragmentProcessor to skslGravatar Ethan Nicholas2017-07-07
* rewrote GrAlphaThresholdFragmentProcessor in skslGravatar Ethan Nicholas2017-07-05
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Revert "Drop the ref on the GrOpList's target in makeClosed"Gravatar Robert Phillips2017-06-14
* Drop the ref on the GrOpList's target in makeClosedGravatar Robert Phillips2017-06-14
* Re-land of "eliminated GrGLSLExpr".Gravatar Ethan Nicholas2017-05-08
* Revert "Revert "Revert "eliminated GrGLSLExpr"""Gravatar Ethan Nicholas2017-05-04
* Revert "Revert "eliminated GrGLSLExpr""Gravatar Ethan Nicholas2017-05-03
* Revert "eliminated GrGLSLExpr"Gravatar Brian Salomon2017-05-02
* eliminated GrGLSLExprGravatar Ethan Nicholas2017-05-02
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Fully remove coord transform precision codeGravatar Brian Osman2017-04-04
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Refactor GrColorSpaceXformHelperGravatar Brian Osman2017-03-08
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Clean up/remove unused GrFragmentProcessor-derived ctorsGravatar Robert Phillips2017-02-28
* Remove GrProcessorTestData's GrTexturesGravatar Robert Phillips2017-02-21
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* Clarify when tweak alpha for coverage optimizaton can occur.Gravatar Brian Salomon2017-02-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Initialize test textures for ProcessorOptimizationValidationTest.Gravatar Brian Salomon2017-02-13
* Remove inner/outer threshold restriction on SkAlphaThresholdFilter.Gravatar Brian Salomon2017-02-09
* Temporarily don't mark alpha threshold fp as modulatingGravatar Brian Salomon2017-02-09
* Re-enable processor optimization test with some fixes.Gravatar Brian Salomon2017-02-09
* Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"Gravatar Robert Phillips2017-02-08