summaryrefslogtreecommitdiff
path: root/effects/gradients/SkSweepGradient.cpp
AgeCommit message (Expand)Author
2013-05-24Add flag to gradients to interpolate colors in premul space. Experimental API...reed@google.com
2013-05-23use Descriptor struct to encapsulate all the common paramaeters between our v...reed@google.com
2013-03-25Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.bsalomon@google.com
2013-03-20Attempt to reland 8264-5 with warning-as-error fixes.bsalomon@google.com
2013-03-20revert 8265-8264 (broke build)reed@google.com
2013-03-20Adds local coords to GrEffect system.bsalomon@google.com
2013-03-11Removed unused parameterssugoi@google.com
2013-02-22remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIXreed@google.com
2013-02-13Use SkMWRandom in GLPrograms test.bsalomon@google.com
2013-02-04Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how wereed@google.com
2013-02-01Move dither toggle logic into common helper functions, to make it easier toreed@google.com
2013-01-22Let them eat GrEffectRef.bsalomon@google.com
2013-01-16Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...bsalomon@google.com
2013-01-16Fix GPU-less build.bsalomon@google.com
2013-01-16Wrap GrEffects in GrEffectPtr.bsalomon@google.com
2013-01-15Added print out of SkShader information to debuggerrobertphillips@google.com
2013-01-14fix all the false --> NULL issues in the gradient codehumper@google.com
2013-01-14Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.bsalomon@google.com
2012-11-01Reland r6233 with fix.bsalomon@google.com
2012-11-01Re-revert r6233.bsalomon@google.com
2012-11-01Reland r6233 with fix for config conversion texture matrices.bsalomon@google.com
2012-11-01Revert r6233 while investigating bot failures.bsalomon@google.com
2012-11-01Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.bsalomon@google.com
2012-10-31Make SkShader store localM directly rather than as a separate alloc.bsalomon@google.com
2012-10-30Upstreaming changes from gpu_dev to trunk.bsalomon@google.com
2012-10-26Rename GrSamplerState to GrEffectStage.bsalomon@google.com
2012-10-25GrGLGradientStage->GrGLGradientEffectbsalomon@google.com
2012-10-25Rename StageKey and related stuff.bsalomon@google.com
2012-10-25Rename GrProgramStageFactory to GrBackendEffectFactory.bsalomon@google.com
2012-10-25GrGLProgramStage Renaming Part 3bsalomon@google.com
2012-10-25GrCustomStage Renaming Part 5bsalomon@google.com
2012-10-24GrCustomStage Renaming Part 4bsalomon@google.com
2012-10-24GrCustomStage Renaming Part 3bsalomon@google.com
2012-10-24GrCustomStage Renaming Part 2bsalomon@google.com
2012-10-24CustomStage Renaming Part 1bsalomon@google.com
2012-10-17Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-10-16Reland r5963 with two fixes:bsalomon@google.com
2012-10-16Revert r5962 because of failures.bsalomon@google.com
2012-10-16Require matrix for custom stage to be set when custom stage is installed.bsalomon@google.com
2012-09-18Move GrTextureParams from GrSamplerState to GrTextureAccessbsalomon@google.com
2012-09-06Introduce GrGLShaderBuilder::TextureSamplerbsalomon@google.com
2012-08-30Recommit r5350 with fix for image failures (which affected GLs that don't sup...bsalomon@google.com
2012-08-30Revert 5350 while image changes are diagnosed.bsalomon@google.com
2012-08-30Remove fModulate from GrGLShaderBuilderbsalomon@google.com
2012-08-28Some GrGLShaderBuilder cleanupbsalomon@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-03Registry-based unit test for custom effectsbsalomon@google.com
2012-08-02Introduction of set of functions to manage generation of texture fetch shader...twiz@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2012-07-31Remove old constructors from GrGradientEffect subclasses, and moved their dec...rileya@google.com