aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProcOptInfo.h
Commit message (Expand)AuthorAge
* Determine whether any fp uses local coords in FragmentProcessorAnalysis rathe...Gravatar Brian Salomon2017-03-02
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Check that coverage FPs are compatible with alpha as coverageGravatar Brian Salomon2017-02-15
* Clarify when tweak alpha for coverage optimizaton can occur.Gravatar Brian Salomon2017-02-15
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Use new fragment processor optimization queries.Gravatar Brian Salomon2017-02-10
* Stop tracking whether GrFragmentProcessors read their inputGravatar Brian Salomon2017-01-23
* Rename GrProcOptInfo::addProcessors to analyzeProcessorsGravatar Brian Salomon2017-01-18
* Simplify GrProcOptInfo initialization.Gravatar Brian Salomon2017-01-17
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* Rename GrDrawBatch->GrDrawOpGravatar Brian Salomon2016-12-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Replace fWillReadFragmentPosition with a bitfieldGravatar cdalton2016-02-26
* New API for computing optimization invariants.Gravatar ethannicholas2015-11-24
* Use child processors to implement compose color filter.Gravatar bsalomon2015-09-29
* Add support for blending of LCD for all blend modes.Gravatar egdaniel2015-09-15
* Remove batchtrackerGravatar joshualitt2015-09-11
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...Gravatar bsalomon2015-08-13
* Another trivial cleanupGravatar joshualitt2015-07-14
* Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...Gravatar joshualitt2015-07-13
* Another trivial cleanupGravatar joshualitt2015-07-13
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02
* Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation.Gravatar egdaniel2015-02-13
* GrBatchPrototypeGravatar joshualitt2015-01-28
* Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chro...Gravatar joshualitt2015-01-28
* GrBatchPrototypeGravatar joshualitt2015-01-27
* Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chro...Gravatar joshualitt2015-01-27
* GrBatchPrototypeGravatar joshualitt2015-01-26
* Remove willReadDst from GrFragmentProcessor.Gravatar egdaniel2015-01-20
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Rename CustomCoordTextureEffect to GrBitmapTextGeoProc.Gravatar egdaniel2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03
* Add GrProcOptInfo class to track various output information for color and cov...Gravatar egdaniel2014-11-13