| Commit message (Expand) | Author | Age |
* | Clarify when tweak alpha for coverage optimizaton can occur. | Brian Salomon | 2017-02-15 |
* | Remove GrFragmentProcessor::computeInvariantOutput | Brian Salomon | 2017-02-13 |
* | Re-enable processor optimization test with some fixes. | Brian Salomon | 2017-02-09 |
* | Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulA... | Brian Salomon | 2017-01-28 |
* | Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" | Brian Salomon | 2017-01-27 |
* | Revert "Start of rewrite of GrFragmentProcessor optimizations." | Ethan Nicholas | 2017-01-27 |
* | Start of rewrite of GrFragmentProcessor optimizations. | Brian Salomon | 2017-01-27 |
* | Merge GrGLSLCaps into GrShaderCaps | Brian Salomon | 2016-11-29 |
* | Rename GrTextureAccess to GrProcessor::TextureSampler. | Brian Salomon | 2016-11-17 |
* | Make addTexture/BufferAccess on GrProcessor non-virtual | Brian Salomon | 2016-10-28 |
* | Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. | bsalomon | 2016-09-26 |
* | Stop flattening GrCoordTransforms in parent GrFragmentProcessors. | bsalomon | 2016-09-20 |
* | Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (... | bsalomon | 2016-09-19 |
* | Stop flattening GrCoordTransforms in parent GrFragmentProcessors. | bsalomon | 2016-09-19 |
* | Remove ability to skip coord transform comparison in pipeline comparison. | bsalomon | 2016-09-12 |
* | Push usage of GrColor4f into OverrideInput | brianosman | 2016-09-08 |
* | GrFP can express distance vector field req., program builder declares variab... | dvonbeck | 2016-08-01 |
* | Revert of GrFP can express distance vector field req., program builder decla... | mtklein | 2016-07-30 |
* | GrFP can express distance vector field req., program builder declares variab... | dvonbeck | 2016-07-29 |
* | SkLS now accepting nullptr for diffuse shader and normal source, now accurate... | dvonbeck | 2016-07-20 |
* | sk_sp for Ganesh. | bungeman | 2016-06-09 |
* | Implement texel buffers | cdalton | 2016-04-11 |
* | Change prealloc number of child FPs be 1 rather than 2 | Brian Salomon | 2015-11-19 |
* | Preallocate room for 2 child processors in FPs | bsalomon | 2015-11-19 |
* | Rename some processor functions from GL to GLSL | egdaniel | 2015-11-13 |
* | Make all GrFragmentProcessors GL independent. | egdaniel | 2015-11-13 |
* | Use child processors to implement compose color filter. | bsalomon | 2015-09-29 |
* | 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 |
* | Convert child FPs from refs to pending executions when parent converts | bsalomon | 2015-08-27 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-27 |
* | 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 |
* | No need to re-declare pure virtual name(). | mtklein | 2015-08-19 |
* | This change is in preparation for updating how processor keys and meta keys a... | wangyix | 2015-08-19 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | Made isEqual in GrFragmentProcessor recursive | wangyix | 2015-08-18 |
* | Added class AutoFragmentChildProcAdvance to be constructed before a child emi... | wangyix | 2015-08-18 |
* | All child GrFragmentProcs' transforms and textures will be stored in the root... | wangyix | 2015-08-12 |
* | Expose coord transforms from GrPipeline | joshualitt | 2015-08-05 |
* | Added registerChild; transforms, textures, glKey automatically handled. | wangyix | 2015-08-04 |
* | Removed GrFragmentProcessor::fWillUseInputColor | wangyix | 2015-07-28 |
* | Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps | jvanverth | 2015-04-29 |
* | Use GLSLCaps for creating processor keys and GLSL-specific programs | jvanverth | 2015-04-28 |
* | Remove willReadDst from GrFragmentProcessor. | egdaniel | 2015-01-20 |
* | Move most of the transform logic into the primitive processors | joshualitt | 2015-01-13 |
* | initial changes to add local matrix to primitive processor | joshualitt | 2014-12-19 |