| Commit message (Expand) | Author | Age |
* | Update 4f linear gradient selection heuristic | fmalita | 2016-02-23 |
* | Add ContextRec param to SkShader::contextSize() | fmalita | 2016-02-22 |
* | Initial linear gradient 4f impl | fmalita | 2016-02-22 |
* | Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk... | benjaminwagner | 2016-02-16 |
* | SkNx Load/store: take any pointer. | mtklein | 2016-01-31 |
* | skip zero-length linear gradient intervals to make new code more consistent w... | lsalzman | 2016-01-22 |
* | fix linear gradient assert, by explicitly clamping | reed | 2016-01-05 |
* | remove 565 effects shaders | caryclark | 2016-01-04 |
* | Unify some SkNx code | mtklein | 2015-12-14 |
* | Create GLSLUniformHandler class for gpu backend | egdaniel | 2015-12-03 |
* | Don't use the Sk4f gradient impl without SIMD | fmalita | 2015-12-03 |
* | Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) | mtklein | 2015-12-01 |
* | Take span len into account when determining whether gradient is vertical | fmalita | 2015-11-23 |
* | use pinned value during lerp for vertical gradients | reed | 2015-11-22 |
* | Fix nearly-vertical gradient assert | fmalita | 2015-11-19 |
* | Move glsl onto EmitArgs struct for emitCode | egdaniel | 2015-11-19 |
* | Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. | egdaniel | 2015-11-18 |
* | Implement multi-color-stops in linear gradients using Sk4f | reed | 2015-11-17 |
* | Rename some processor functions from GL to GLSL | egdaniel | 2015-11-13 |
* | Make all GrFragmentProcessors GL independent. | egdaniel | 2015-11-13 |
* | Bye bye processor data manager. | bsalomon | 2015-10-06 |
* | Make skpaint->grpaint flow work for composing draws (verts and atlas) | bsalomon | 2015-09-28 |
* | Replace GrExtractAlphaFragmentProcessor with DstIn compose processor | bsalomon | 2015-09-22 |
* | Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* | bsalomon | 2015-08-28 |
* | Revert of Change SkShader;asFragmentProcessor signature to no longer take skp... | rmistry | 2015-08-28 |
* | Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* | bsalomon | 2015-08-28 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | change asABitmap to isABitmap on shader | reed | 2015-08-19 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | Added registerChild; transforms, textures, glKey automatically handled. | wangyix | 2015-08-04 |
* | Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() | wangyix | 2015-07-22 |
* | rename GrShaderDataManager -> GrProcessorDataManager | joshualitt | 2015-07-09 |
* | fix up test create functions | joshualitt | 2015-07-08 |
* | more threading of GrShaderDataManager | joshualitt | 2015-07-08 |
* | Initial CL to create dummy GrShaderDataManager and thread it through | joshualitt | 2015-07-08 |
* | rename GrDrawTargetCaps to GrCaps | bsalomon | 2015-05-19 |
* | 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 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | add more checks for computing clamp counts, remove dead code | reed | 2015-01-28 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | improve precision of gradients (disabled for now) | reed | 2014-12-18 |
* | remove view matrix from context | joshualitt | 2014-12-17 |
* | Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. | tfarina | 2014-12-14 |
* | 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 |