summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_screen.c
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-01-26 17:58:50 +0100
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-01-26 18:33:05 +0100
commita5d67dc0119035c518d9778854948d13f0ce2d69 (patch)
tree045216c0698b78306c2fd3d0017f909318b8d15b /src/gallium/drivers/nv50/nv50_screen.c
parent1a9d01dcde26aee4db662deb7069fa14069062de (diff)
nv50: supports independent blend enables
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.c b/src/gallium/drivers/nv50/nv50_screen.c
index 3992469383..6af9700c1a 100644
--- a/src/gallium/drivers/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nv50/nv50_screen.c
@@ -136,7 +136,7 @@ nv50_screen_get_param(struct pipe_screen *pscreen, int param)
case NOUVEAU_CAP_HW_IDXBUF:
return 0;
case PIPE_CAP_INDEP_BLEND_ENABLE:
- return 0;
+ return 1;
case PIPE_CAP_INDEP_BLEND_FUNC:
return 0;
default: