summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-30 12:03:20 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-30 12:03:20 -0800
commitbfbec0818f0e7ab9358809a1af732a1366245507 (patch)
tree4a0c8534f91921664d87632bc4e2846ea30c3585 /src/gallium/drivers/r300/r300_screen.c
parent5a64bdaa0150c0d3883953237b7b8a910c98e5b3 (diff)
r300g: Dual-source blending isn't possible, period.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r--src/gallium/drivers/r300/r300_screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 7df3ad02c8..ae3155c0ed 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -114,7 +114,6 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
*/
return 1;
case PIPE_CAP_DUAL_SOURCE_BLEND:
- /* XXX need to figure out how to do it */
return 0;
case PIPE_CAP_ANISOTROPIC_FILTER:
return 1;