Revert of Make GrGLConfigConversionEffect work for Imagination and some other GPUs...
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrConfigConversionEffect.cpp
2014-07-09 bsalomonRevert of Make GrGLConfigConversionEffect work for...
2014-07-09 changjun.yangMake GrGLConfigConversionEffect work for Imagination...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2014-03-28 commit-bot@chromiu... SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from...
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-08-30 commit-bot@chromiu... Rename ShaderType enum to ShaderVisibility
2013-08-28 commit-bot@chromiu... Fix case where GrGLEffectMatrix gives back a dangling...
2013-08-17 tfarina@chromium.orgReplace uses of GrAssert by SkASSERT.
2013-07-17 commit-bot@chromiu... Replace all instances of GrRect with SkRect.
2013-07-13 commit-bot@chromiu... Make GrPaint have a variable sized array of color and...
2013-06-19 commit-bot@chromiu... Make GrGLConfigConversionEffect work on Intel GPUs
2013-03-25 bsalomon@google.comMove nested class GrDrawTarget::Caps out as GrDrawTarge...
2013-03-20 bsalomon@google.comAttempt to reland 8264-5 with warning-as-error fixes.
2013-03-20 reed@google.comrevert 8265-8264 (broke build)
2013-03-20 bsalomon@google.comAdds local coords to GrEffect system.
2013-03-11 sugoi@google.comRemoved unused parameters
2013-03-07 bsalomon@google.comMake GrGLEffects use an interface to append their code.
2013-02-13 bsalomon@google.comUse SkMWRandom in GLPrograms test.
2013-01-28 bsalomon@google.comRemove getter of writable GrEffectStage from GrDrawState.
2013-01-22 bsalomon@google.comSwitch GrEffect::onIsEqual signature back to GrEffect...
2013-01-22 bsalomon@google.comLet them eat GrEffectRef.
2013-01-17 bsalomon@google.comRemove default implementation of GrEffect::isEqual...
2013-01-16 bsalomon@google.comChange some function/vars from EffectPtr to EffectRef...
2013-01-16 bsalomon@google.comWrap GrEffects in GrEffectPtr.
2012-11-05 bsalomon@google.comRemove default texture coords / texture matrix
2012-11-02 bsalomon@google.comMake GrGLConfigConversionEffect use GrGLEffectMatrix
2012-11-01 bsalomon@google.comReplace GrMatrix with SkMatrix.
2012-11-01 bsalomon@google.comRemove GrScalar, replace with SkScalar.
2012-11-01 bsalomon@google.comReland r6233 with fix.
2012-11-01 bsalomon@google.comRe-revert r6233.
2012-11-01 bsalomon@google.comReland r6233 with fix for config conversion texture...
2012-10-30 bsalomon@google.comUpstreaming changes from gpu_dev to trunk.
2012-10-29 bsalomon@google.comRebase gpu_dev up to r5182
2012-10-29 bsalomon@google.comPass GrCustomStage to key-generation functions and...
2012-10-26 bsalomon@google.comRebaseline gpu_dev from trunk at r6159.
2012-10-26 bsalomon@google.comMake a bunch of GrGLEffects derive directly from GrGLEf...
2012-10-26 bsalomon@google.comRename GrSamplerState to GrEffectStage.
2012-10-25 bsalomon@google.comRename StageKey and related stuff.
2012-10-25 bsalomon@google.comRename GrProgramStageFactory to GrBackendEffectFactory.
2012-10-25 bsalomon@google.comGrGLProgramStage Renaming Part 2
2012-10-25 bsalomon@google.comGrGLProgramStage Renaming Part 1.
2012-10-25 bsalomon@google.comGrCustomStage Renaming Part 5
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 3
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 2
2012-10-24 bsalomon@google.comCustomStage Renaming Part 1
2012-10-23 bsalomon@google.comCombine the emit functions in GrGLProgramStage.
2012-10-05 bsalomon@google.comGrPaint encapsulation.
2012-10-05 bsalomon@google.comRename GrPaint fields/enums/members texture->color...
2012-09-07 bsalomon@google.comTry r5428 again with fix
2012-09-07 bsalomon@google.comRevert 5428 and 5429.
2012-09-07 bsalomon@google.comConsolidate texture access functions, provide default...
2012-09-06 bsalomon@google.comIntroduce GrGLShaderBuilder::TextureSampler
2012-08-30 bsalomon@google.comRecommit r5350 with fix for image failures (which affec...
2012-08-30 bsalomon@google.comRevert 5350 while image changes are diagnosed.
2012-08-30 bsalomon@google.comRemove fModulate from GrGLShaderBuilder
2012-08-28 bsalomon@google.comSome GrGLShaderBuilder cleanup
2012-08-28 robertphillips@goo... Added default to switch to stop compiler failure in...
2012-08-27 bsalomon@google.comDo premul and r/b swap conversions in a custom effect