| Commit message (Expand) | Author | Age |
* | Remove clamping of kPlus with F16 configs | Brian Osman | 2018-07-11 |
* | Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." | Ben Wagner | 2018-06-15 |
* | Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." | Hal Canary | 2018-06-14 |
* | Revert "Revert "SkTypes: extract SkTo"" | Hal Canary | 2018-06-14 |
* | Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. | Hal Canary | 2018-06-14 |
* | Revert "SkTypes: extract SkTo" | Hal Canary | 2018-06-13 |
* | SkTypes: extract SkTo | Hal Canary | 2018-06-12 |
* | Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals,... | Brian Salomon | 2018-01-23 |
* | Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arc... | Brian Salomon | 2018-01-23 |
* | Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." | Greg Daniel | 2018-01-12 |
* | Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. | Brian Salomon | 2018-01-12 |
* | initClassID no longer auto-allocates ids | Ethan Nicholas | 2017-10-09 |
* | Use shader based blending to clamp kPlus mode w/F16 | Brian Osman | 2017-09-20 |
* | re-land of new SkSL precisions | Ethan Nicholas | 2017-09-18 |
* | Revert "Revert "Revert "Switched highp float to highfloat and mediump float t... | Ethan Nicholas | 2017-09-18 |
* | Revert "Revert "Switched highp float to highfloat and mediump float to half."" | Ethan Nicholas | 2017-09-15 |
* | Revert "Switched highp float to highfloat and mediump float to half." | Brian Salomon | 2017-08-17 |
* | Switched highp float to highfloat and mediump float to half. | Ethan Nicholas | 2017-08-16 |
* | Replace SkFAIL with SK_ABORT. | Ben Wagner | 2017-08-16 |
* | renamed SkSL types in preparation for killing precision modifiers | Ethan Nicholas | 2017-07-28 |
* | Enable constexpr for VC++ 2017 | Bruce Dawson | 2017-06-17 |
* | Revert "Revert "Go back to using dual source blending for lcd src-over even w... | Greg Daniel | 2017-06-14 |
* | Revert "Go back to using dual source blending for lcd src-over even with non-... | Greg Daniel | 2017-06-14 |
* | Go back to using dual source blending for lcd src-over even with non-opaque c... | Greg Daniel | 2017-06-14 |
* | Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as a... | Brian Salomon | 2017-06-05 |
* | Allow for non opaque colors for src-over lcd fallback case in gpu | Greg Daniel | 2017-05-24 |
* | Fix to lcd blending in ganesh | Greg Daniel | 2017-05-22 |
* | Update Porter Duff analysis to match LCD logic. | Greg Daniel | 2017-05-19 |
* | Fix gpu lcd blending to semi-correctly handle alpha coverage | Greg Daniel | 2017-05-19 |
* | constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp | Brian Salomon | 2017-04-10 |
* | Move ref counting out of GrProcessor and into subclasses. | Brian Salomon | 2017-04-10 |
* | Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr... | Brian Salomon | 2017-04-04 |
* | Store the dst texture used by an XP in GrPipeline rather than in the XP. | Brian Salomon | 2017-04-03 |
* | 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 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | 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 |
* | Add query to GrXPFactory about coverage-as-alpha optimization | Brian Salomon | 2017-03-13 |
* | Remove PLS path renderer | Brian Salomon | 2017-03-06 |
* | Remove XP override color. | Brian Salomon | 2017-03-06 |
* | Unpremul the blend constant in PDLCDXferProcessor. | Brian Salomon | 2017-03-01 |
* | Remove the skip-draw xp optimization | Brian Salomon | 2017-02-24 |
* | Make GrPipelineAnalysis a nested class of GrProcessorSet. | Brian Salomon | 2017-02-22 |
* | Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ... | Brian Salomon | 2017-02-21 |
* | Check that coverage FPs are compatible with alpha as coverage | Brian Salomon | 2017-02-15 |
* | Clarify when tweak alpha for coverage optimizaton can occur. | Brian Salomon | 2017-02-15 |