aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrPorterDuffXferProcessor.cpp
Commit message (Expand)AuthorAge
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines."Gravatar Ben Wagner2018-06-15
* Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines."Gravatar Hal Canary2018-06-14
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines.Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* 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
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Enable constexpr for VC++ 2017Gravatar Bruce Dawson2017-06-17
* Revert "Revert "Go back to using dual source blending for lcd src-over even w...Gravatar Greg Daniel2017-06-14
* Revert "Go back to using dual source blending for lcd src-over even with non-...Gravatar Greg Daniel2017-06-14
* Go back to using dual source blending for lcd src-over even with non-opaque c...Gravatar Greg Daniel2017-06-14
* Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as a...Gravatar Brian Salomon2017-06-05
* Allow for non opaque colors for src-over lcd fallback case in gpuGravatar Greg Daniel2017-05-24
* Fix to lcd blending in ganeshGravatar Greg Daniel2017-05-22
* Update Porter Duff analysis to match LCD logic.Gravatar Greg Daniel2017-05-19
* Fix gpu lcd blending to semi-correctly handle alpha coverageGravatar Greg Daniel2017-05-19
* constexprify GrBlend.h and GrPorterDuffXferProcessor.cppGravatar Brian Salomon2017-04-10
* 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
* 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 GrXferProcessor::getOptimizations.Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* 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
* Unpremul the blend constant in PDLCDXferProcessor.Gravatar Brian Salomon2017-03-01
* 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
* 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