index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrProcessorSet.cpp
Commit message (
Expand
)
Author
Age
*
gpu impl for compose and combine maskfilters
Mike Reed
2018-02-05
*
Allow GrAppliedClip to have >1 clip coverage FP
Chris Dalton
2017-10-31
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Make GrColorFragmentProcessorAnalysis do all analysis in constructor.
Brian Salomon
2017-07-21
*
Make ProcessorRefTests op be a non-legacy GrMeshDrawOp
Brian Salomon
2017-07-14
*
Make ops in bezier_effects GMs be non-Legacy GrMeshDrawOps
Brian Salomon
2017-07-14
*
Fix logic error when drawing path as nested rects
Brian Salomon
2017-06-16
*
Add processor info dumping to non-legacy mesh draw ops
Brian Salomon
2017-06-15
*
Remove support in GPU backend for distance vector field.
Brian Salomon
2017-06-02
*
Remove static initializer of GrProcessorSet::gEmpty
Brian Salomon
2017-05-17
*
Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyM...
Brian Salomon
2017-05-03
*
Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."
Brian Salomon
2017-05-03
*
Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp.
Brian Salomon
2017-05-03
*
Remove srgb flags from GrProcessorSet
Brian Salomon
2017-04-28
*
Move ref counting out of GrProcessor and into subclasses.
Brian Salomon
2017-04-10
*
Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""
Brian Salomon
2017-04-08
*
Revert "Create GrXferProcessor while doing GrProcessorSet analysis."
Brian Salomon
2017-04-08
*
Create GrXferProcessor while doing GrProcessorSet analysis.
Brian Salomon
2017-04-08
*
Respect xfer barriers in InstancedRendering::Op
Brian Salomon
2017-03-31
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Make analysis optional to GrPipeline::init().
Brian Salomon
2017-03-29
*
Remove GrXferProcessor::getOptimizations.
Brian Salomon
2017-03-29
*
Split GrPipelineInput into separate color and coverage types, the latter of w...
Brian Salomon
2017-03-27
*
Add function to perform color fragment processor elimination while performing...
Brian Salomon
2017-03-24
*
Revert "Revert "Remove GrPipeline from GrDrawOp.""
Brian Salomon
2017-03-21
*
Revert "Remove GrPipeline from GrDrawOp."
Brian Salomon
2017-03-16
*
Remove GrPipeline from GrDrawOp.
Brian Salomon
2017-03-16
*
Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred ...
Brian Salomon
2017-03-13
*
Remove PLS path renderer
Brian Salomon
2017-03-06
*
Determine whether any fp uses local coords in FragmentProcessorAnalysis rathe...
Brian Salomon
2017-03-02
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Move srgb enable flags to GrProcessorSet from pipelinebuilder
Brian Salomon
2017-01-19
*
Don't require GrPipelineBuilder to build GrPipeline
Brian Salomon
2017-01-19
*
Add class GrProcessorSet which represents color and coverage FPs and a XPFact...
Brian Salomon
2017-01-18