diff options
author | Christoph Bumiller <[email protected]> | 2010-01-26 17:58:50 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-01-26 18:33:05 +0100 |
commit | a5d67dc0119035c518d9778854948d13f0ce2d69 (patch) | |
tree | 045216c0698b78306c2fd3d0017f909318b8d15b /src/gallium/drivers/nv50/nv50_screen.c | |
parent | 1a9d01dcde26aee4db662deb7069fa14069062de (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.c | 2 |
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 39924693837..6af9700c1af 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: |