| Commit message (Expand) | Author | Age |
* | Limit lifetime of GrDrawContext objects | robertphillips | 2015-09-01 |
* | 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 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP... | rmistry | 2015-08-26 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-26 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | Port morphology to SkOpts. | mtklein | 2015-08-04 |
* | Added registerChild; transforms, textures, glKey automatically handled. | wangyix | 2015-08-04 |
* | Some cleanup in GrTextureProvider and GrResourceProvider. | bsalomon | 2015-07-31 |
* | Fix variable shadowing in SkMorphologyImageFilter | robertphillips | 2015-07-23 |
* | Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() | wangyix | 2015-07-22 |
* | Misc cleanup | robertphillips | 2015-07-22 |
* | Moved GrGLFragmentProcessor definition to its own file | wangyix | 2015-07-22 |
* | More threading of GrProcessorDataManager | joshualitt | 2015-07-09 |
* | fix up test create functions | joshualitt | 2015-07-08 |
* | Split drawing functionality out of GrContext and into new GrDrawContext | robertphillips | 2015-05-26 |
* | rename GrDrawTargetCaps to GrCaps | bsalomon | 2015-05-19 |
* | This replaces the texture creation/caching functions on GrContext with a GrTe... | bsalomon | 2015-04-30 |
* | Make XPFragmentBuilder only Builder with access to DstCopy. | egdaniel | 2015-04-29 |
* | 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 |
* | Remove uniqueID from all filter serialization. | senorblanco | 2015-03-18 |
* | I'd really like to land this before the branch so speedy reviews are apprecia... | joshualitt | 2015-02-25 |
* | Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c... | joshualitt | 2015-02-25 |
* | I'd really like to land this before the branch so speedy reviews are apprecia... | joshualitt | 2015-02-25 |
* | Dynamically create stencil buffer when needed. | bsalomon | 2015-02-23 |
* | Pass Rendertarget into context. | joshualitt | 2015-02-18 |
* | Fix Morphology effects sourcing outside of the crop rect. | cwallez | 2015-01-26 |
* | Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset... | mtklein | 2015-01-23 |
* | Fix Morphology effects sourcing outside of the crop rect. | cwallez | 2015-01-23 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Add toString methods to SkImageFilter-derived classes | robertphillips | 2014-12-19 |
* | Change to create device coord coordset | joshualitt | 2014-12-18 |
* | remove view matrix from context | joshualitt | 2014-12-17 |
* | Make addUniform take a precision | bsalomon | 2014-12-09 |
* | 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 |
* | Move GrInvariantOutput out of GrProcessor and into its own class. | egdaniel | 2014-11-12 |
* | Don't allow renderTarget==NULL to GrContext::clear() and friends. | bsalomon | 2014-11-03 |
* | rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags | bsalomon | 2014-10-28 |
* | Auto-compare GrProcessors' texture accesses in isEqual(). | bsalomon | 2014-10-16 |
* | Push isEqual/onIsEqual down from GrProcessor to subclasses. | bsalomon | 2014-10-15 |
* | Remove uses of GrAutoScratchTexture. | bsalomon | 2014-10-14 |