- 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 10 years ago
- 0067ff5 fix up test create functions by joshualitt · 10 years ago
- b245605 more threading of GrShaderDataManager by joshualitt · 10 years ago
- 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 10 years ago
- 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 10 years ago
- 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
- cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 9d91eb3 add more checks for computing clamp counts, remove dead code by reed · 11 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 11 years ago
- caf7e93 improve precision of gradients (disabled for now) by reed · 11 years ago
- 5531d51 remove view matrix from context by joshualitt · 11 years ago
- 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 11 years ago
- cc695fe Gradient shaders: make fPtsToUnit const, pre-cache getType(). by mtklein · 11 years ago
- eb2a676 Remove backend factories by joshualitt · 11 years ago
- 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
- 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 11 years ago
- 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
- 267ce48 remove proc key by joshualitt · 11 years ago
- 60030bc remove one place we read from gpu key in effects by joshualitt · 11 years ago
- 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 11 years ago
- b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 11 years ago
- 49586be removing GrDrawEffect by joshualitt · 11 years ago
- 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 11 years ago
- 8ddbe8b removing GrDrawEffect by joshualitt · 11 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 11 years ago
- 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 11 years ago
- 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 11 years ago
- addf2ed add localMatrix to gradient Descriptor by reed · 11 years ago
- 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 11 years ago
- 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 11 years ago
- 83d081a Goodbye GrEffectRef. by bsalomon · 11 years ago
- 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 11 years ago
- 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 11 years ago
- 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 11 years ago
- 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 11 years ago
- 9de5b51 SkShader::asNewEffect Refactoring by dandov · 11 years ago
- eaa6749 add localmatrix param to asNewEffect by reed@google.com · 11 years ago
- 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
- ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 11 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
- 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
- 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 · 12 years ago
- 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 12 years ago
- 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 12 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 12 years ago
- 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 12 years ago
- 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 12 years ago
- 38bad32 fold SK_CPU_HAS_CONDITION_INSTR through as always defined by commit-bot@chromium.org · 12 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 · 12 years ago
- c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 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
- fc28bd5 remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX by reed@google.com · 12 years ago
- 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
- 53009ba only take the vertical special-case for gradients when dx is exactly 0, as a by reed@google.com · 13 years ago
- ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 13 years ago
- 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 13 years ago
- 9dde018 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 55853db Move dither toggle logic into common helper functions, to make it easier to by reed@google.com · 13 years ago
- 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 13 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
- a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 13 years ago
- 5d2cd20 Fix GPU-less build. by bsalomon@google.com · 13 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 13 years ago
- 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 13 years ago
- 84831ac fix all the false --> NULL issues in the gradient code by humper@google.com · 13 years ago
- 00835cc Fix debug build after r7153 (removed param referenced in assertion) by bsalomon@google.com · 13 years ago
- e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 13 years ago
- 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 13 years ago
- d8b5fac Reland r6233 with fix. by bsalomon@google.com · 13 years ago
- 115b06f Re-revert r6233. by bsalomon@google.com · 13 years ago
- c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 13 years ago
- 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 13 years ago
- ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 13 years ago
- f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 13 years ago
- 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
- f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
- 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 13 years ago
- 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
- 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
- 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
- 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
- 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
- f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
- 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
- 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
- f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
- b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago
- 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 13 years ago