summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-02-01 21:09:31 +0100
committerMarek Olšák <[email protected]>2013-02-06 14:31:23 +0100
commit499f7de12e3484f75d30dd314b00c76cb37d8d9f (patch)
tree53e724cb5d029365ecc2d322041ff930aa79931b /src/gallium/drivers/r300/r300_context.h
parentf40a7fc34a601195191b1b2ffef55818a4086d5f (diff)
r300g: fix blending with RGBX formats
Change DST_ALPHA to ONE.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 8f8dc0c8a79..32b71eda4ee 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -51,6 +51,8 @@ enum colormask_swizzle {
COLORMASK_AAAA,
COLORMASK_GRRG,
COLORMASK_ARRA,
+ COLORMASK_BGRX,
+ COLORMASK_RGBX,
COLORMASK_NUM_SWIZZLES
};