- addf2ed add localMatrix to gradient Descriptor by reed · 10 years ago
- 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
- 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
- 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
- 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
- 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
- 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
- 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
- bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
- 6c5aea2 Use GradFlags for gradient Flags in SkGradientShader by commit-bot@chromium.org · 11 years ago
- d3b28e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 11 years ago
- 8a777a5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 996402b Get gradient information for gpu effect directly from SkGradientShader instead of calling asAGradient by commit-bot@chromium.org · 11 years ago
- 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
- 68ea91a Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 11 years ago
- 7518ff2 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 11 years ago
- cf41935 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 11 years ago
- 9631337 Fix memory leak in SkGradientShader. by commit-bot@chromium.org · 11 years ago
- 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
- 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
- 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
- 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
- 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
- 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
- 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
- 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
- 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 437d6eb use Descriptor struct to encapsulate all the common paramaeters between our various gradient types. If we like it, might promote it to the public API. by reed@google.com · 11 years ago
- c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
- 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
- ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
- 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
- d8e0d6a Optimize building gradient cache for when we know alpha is always 0xFF. by reed@google.com · 12 years ago
- 1c295e4 remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines by mike@reedtribe.org · 12 years ago
- ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 12 years ago
- 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 12 years ago
- 55853db Move dither toggle logic into common helper functions, to make it easier to by reed@google.com · 12 years ago
- 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 12 years ago
- 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
- 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
- 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
- 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
- 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
- a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
- 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
- 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
- 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
- d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
- 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
- c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
- 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
- ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
- f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 12 years ago
- 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
- 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 12 years ago
- 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
- aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
- d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
- 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
- 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
- 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
- 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
- d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
- 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
- e6e62d1 Make numTextures() be non-virtual on GrCustomStage. by bsalomon@google.com · 12 years ago
- 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
- 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
- f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
- 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
- a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
- b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
- 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
- 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
- c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
- d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
- cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
- 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 12 years ago
- 1c6d64b Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGradientTableBitmap', and use that instead of asABitmap in gradient custom stage setup. by rileya@google.com · 12 years ago
- d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
- 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago