aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrXferProcessor.cpp
Commit message (Expand)AuthorAge
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Hide GrPixelConfig in SkSurfaceCharacterizationGravatar Robert Phillips2018-04-04
* Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals,...Gravatar Brian Salomon2018-01-23
* Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arc...Gravatar Brian Salomon2018-01-23
* Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."Gravatar Greg Daniel2018-01-12
* Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.Gravatar Brian Salomon2018-01-12
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* Use shader based blending to clamp kPlus mode w/F16Gravatar Brian Osman2017-09-20
* Fix gpu lcd blending to semi-correctly handle alpha coverageGravatar Greg Daniel2017-05-19
* Move ref counting out of GrProcessor and into subclasses.Gravatar Brian Salomon2017-04-10
* 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
* Respect xfer barriers in InstancedRendering::OpGravatar Brian Salomon2017-03-31
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29
* Miscellaneous GrSurfaceProxy-related cleanupGravatar Robert Phillips2017-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
* Add query to GrXPFactory about coverage-as-alpha optimizationGravatar Brian Salomon2017-03-13
* Remove PLS path rendererGravatar Brian Salomon2017-03-06
* Remove XP override color.Gravatar Brian Salomon2017-03-06
* 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 GrXPFactory output analysis.Gravatar Brian Salomon2017-02-14
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* Use new fragment processor optimization queries.Gravatar Brian Salomon2017-02-10
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* Revert "Revert "Make it possible to query GrXPFactory for dst texture without...Gravatar Brian Salomon2017-01-20
* Revert "Make it possible to query GrXPFactory for dst texture without GrPipel...Gravatar Brian Salomon2017-01-20
* Make it possible to query GrXPFactory for dst texture without GrPipelineAnaly...Gravatar Brian Salomon2017-01-20
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.hGravatar robertphillips2016-06-23
* Remove hasMixedSamples() from GrPipelineBuilderGravatar cdalton2016-05-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* Create a static instances of SrcOver XferProcessorGravatar egdaniel2015-11-30
* APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...Gravatar ethannicholas2015-11-30
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Check for xfer barriers in GrBatch, auto-issue barriers in GrGpuGravatar bsalomon2015-08-12
* Add mixed samples support to XPsGravatar cdalton2015-06-08
* Fix regression in GrXferProcessorGravatar cdalton2015-06-08