Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / include / gpu / GrFragmentProcessor.h
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-09-29 bsalomonUse child processors to implement compose color filter.
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-22 bsalomonReplace GrExtractAlphaFragmentProcessor with DstIn...
2015-08-29 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-29 rmistryRevert of Change SkShader;asFragmentProcessor signature...
2015-08-28 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-27 bsalomonConvert child FPs from refs to pending executions when...
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-19 mtkleinNo need to re-declare pure virtual name().
2015-08-19 wangyixThis change is in preparation for updating how processo...
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-18 wangyixMade isEqual in GrFragmentProcessor recursive
2015-08-18 wangyixAdded class AutoFragmentChildProcAdvance to be construc...
2015-08-12 wangyixAll child GrFragmentProcs' transforms and textures...
2015-08-05 joshualittExpose coord transforms from GrPipeline
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-28 wangyixRemoved GrFragmentProcessor::fWillUseInputColor
2015-04-29 jvanverthPull out shader-specific caps into GrShaderCaps and...
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-01-20 egdanielRemove willReadDst from GrFragmentProcessor.
2015-01-13 joshualittMove most of the transform logic into the primitive...
2014-12-19 joshualittinitial changes to add local matrix to primitive processor
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-04 joshualittRemove backend factories
2014-10-16 bsalomonAuto-compare GrProcessors' texture accesses in isEqual().
2014-10-16 bsalomonMake GrFragmentProcessor auto-compare coord xforms.
2014-10-15 bsalomonSome cleanup in processor header files.
2014-10-15 bsalomonSplit GrFragmentProcessor into its own header