aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrPorterDuffTest.cpp
Commit message (Expand)AuthorAge
* Move ref counting out of GrProcessor and into subclasses.Gravatar Brian Salomon2017-04-10
* Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""Gravatar Brian Salomon2017-04-08
* Revert "Create GrXferProcessor while doing GrProcessorSet analysis."Gravatar Brian Salomon2017-04-08
* Create GrXferProcessor while doing GrProcessorSet analysis.Gravatar Brian Salomon2017-04-08
* Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...Gravatar Brian Salomon2017-04-04
* Store the dst texture used by an XP in GrPipeline rather than in the XP.Gravatar Brian Salomon2017-04-03
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29
* Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...Gravatar Brian Salomon2017-03-29
* Remove GrXferProcessor::getOptimizations.Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Revert "Revert "Remove GrPipeline from GrDrawOp.""Gravatar Brian Salomon2017-03-21
* Revert "Remove GrPipeline from GrDrawOp."Gravatar Brian Salomon2017-03-16
* Remove GrPipeline from GrDrawOp.Gravatar Brian Salomon2017-03-16
* Compute clipped draw bounds outside GrAppliedClip.Gravatar Brian Salomon2017-03-14
* Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred ...Gravatar Brian Salomon2017-03-13
* Remove XP override color.Gravatar Brian Salomon2017-03-06
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Remove the skip-draw xp optimizationGravatar Brian Salomon2017-02-24
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ...Gravatar Brian Salomon2017-02-21
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* Remove component flags from GrXPFactory output analysis.Gravatar Brian Salomon2017-02-14
* Use new fragment processor optimization queries.Gravatar Brian Salomon2017-02-10
* Simplify GrProcOptInfo initialization.Gravatar Brian Salomon2017-01-17
* Revert "Revert "Removing ref counting from GrXPFactory.""Gravatar Brian Salomon2017-01-09
* Revert "Removing ref counting from GrXPFactory."Gravatar Brian Salomon2017-01-09
* Removing ref counting from GrXPFactory.Gravatar Brian Salomon2017-01-09
* Removes tracking of whether color is ignored by XP.Gravatar Brian Salomon2017-01-04
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* Misc batch->op cleanup Part 1 of 2Gravatar Brian Salomon2016-12-21
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16
* Rename GrVertexBatch->GrMeshDrawOpGravatar Brian Salomon2016-12-01
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* tests: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-04
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Remove hasMixedSamples() from GrPipelineBuilderGravatar cdalton2016-05-06
* Make existing unit tests only run on GL contextsGravatar bsalomon2016-04-06
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* Rename enums in GrContextFactory to remove "GL"Gravatar bsalomon2016-04-05
* Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:600...Gravatar bsalomon2016-04-04
* Rename enums in GrContextFactory to remove "GL"Gravatar bsalomon2016-04-01