summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_blend.c
AgeCommit message (Expand)AuthorFilesLines
14 hourssvga: update timespan in copyright messageMartin Krastev1-1/+1
14 hourssvga: convert license block to SPDXMartin Krastev1-24/+6
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-17/+17
2022-04-01util: Rename pipe_debug_message to util_debug_messageYonggang Luo1-2/+2
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende1-123/+181
2018-09-10svga: add support for independent blend function per render targetCharmaine Lee1-17/+16
2018-03-02svga: fix blending regressionBrian Paul1-11/+24
2018-03-02svga: check svga_have_vgpu10() in svga_delete_blend_state()Brian Paul1-1/+1
2017-07-25svga: implement MSAA alpha_to_one featureBrian Paul1-0/+1
2016-08-26svga: add comment about unsupported blend modesBrian Paul1-0/+3
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-0/+2
2016-04-25svga: separate HUD counters for state objectsBrian Paul1-2/+2
2016-04-07svga: add some trivial null pointer checksBrian Paul1-0/+3
2015-12-07svga: use the debug callback to report issues to the state trackerBrian Paul1-0/+9
2015-10-16svga: add new GALLIUM_HUD queriesNeha Bhende1-0/+3
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-24/+166
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2010-02-22svga: Fix PIPE_LOGICOP_INVERT.José Fonseca1-6/+1
2010-02-12svga: A few more tweaks to blend color state emission.José Fonseca1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger1-9/+9
2010-01-25svga: adapt to blend changesRoland Scheidegger1-9/+9
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-1/+0
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+246