| Commit message (Expand) | Author | Age |
* | rename GrDrawTargetCaps to GrCaps | bsalomon | 2015-05-19 |
* | remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT | reed | 2015-05-05 |
* | create GrTestUtils.h, move some common functions into it | joshualitt | 2015-04-28 |
* | Use GLSLCaps for creating processor keys and GLSL-specific programs | jvanverth | 2015-04-28 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o... | mtklein | 2015-04-27 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id... | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | remove view matrix from context | joshualitt | 2014-12-17 |
* | Gradient shaders: make fPtsToUnit const, pre-cache getType(). | mtklein | 2014-12-10 |
* | Remove backend factories | joshualitt | 2014-12-04 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https... | mtklein | 2014-12-01 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | remove proc key | joshualitt | 2014-11-25 |
* | remove one place we read from gpu key in effects | joshualitt | 2014-11-25 |
* | FPs now use the correct builder types(just a rename) | joshualitt | 2014-10-09 |
* | Patch to create a distinct geometry processor. The vast majority of this patch | joshualitt | 2014-09-23 |
* | removing GrDrawEffect | joshualitt | 2014-09-16 |
* | Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c... | joshualitt | 2014-09-16 |
* | removing GrDrawEffect | joshualitt | 2014-09-16 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Initial refactor of shaderbuilder to prepare for geometry shaders | joshualitt | 2014-08-21 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | add localMatrix to gradient Descriptor | reed | 2014-08-11 |
* | Allow GrGLEffects to produce variable length keys. | bsalomon | 2014-07-21 |
* | This moves us towards variable length effect keys. The overall program key no... | bsalomon | 2014-07-11 |
* | Goodbye GrEffectRef. | bsalomon | 2014-07-08 |
* | Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. | bsalomon | 2014-07-08 |
* | Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. | bsalomon | 2014-07-08 |
* | Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*... | reed | 2014-07-07 |
* | Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. | bsalomon | 2014-07-07 |
* | SkShader::asNewEffect Refactoring | dandov | 2014-06-10 |
* | add localmatrix param to asNewEffect | reed@google.com | 2014-05-09 |
* | add localmatrix parameter to shader's asNewEffect | commit-bot@chromium.org | 2014-05-09 |
* | Remove SkShader virtual method validContext | commit-bot@chromium.org | 2014-05-05 |
* | create struct to hold all the params passed around for shader::context | commit-bot@chromium.org | 2014-05-01 |
* | Move SkShader::fLocalMatrix into SkShader constructor. | commit-bot@chromium.org | 2014-04-28 |
* | Revert of Revert of Extract most of the mutable state of SkShader into a sepa... | commit-bot@chromium.org | 2014-04-23 |
* | Revert of Extract most of the mutable state of SkShader into a separate Conte... | commit-bot@chromium.org | 2014-04-23 |
* | Extract most of the mutable state of SkShader into a separate Context object. | commit-bot@chromium.org | 2014-04-23 |
* | Revert of Extract most of the mutable state of SkShader into a separate Conte... | commit-bot@chromium.org | 2014-04-17 |
* | Extract most of the mutable state of SkShader into a separate Context object. | commit-bot@chromium.org | 2014-04-16 |
* | Allow toString capability to be toggled independent of developer mode. | commit-bot@chromium.org | 2014-03-13 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | fix win build | reed@google.com | 2013-12-19 |