Module: Mesa
Branch: master
Commit: 42ec248eb7113595a485e205031d10ae2c6da8b1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=42ec248eb7113595a485e205031d10ae2c6da8b1

Author: Christoph Bumiller <e0425...@student.tuwien.ac.at>
Date:   Sat Apr 14 02:38:25 2012 +0200

nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS

Merge accident.

---

 src/gallium/drivers/nv30/nv30_screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv30/nv30_screen.c 
b/src/gallium/drivers/nv30/nv30_screen.c
index fa51407..4f48138 100644
--- a/src/gallium/drivers/nv30/nv30_screen.c
+++ b/src/gallium/drivers/nv30/nv30_screen.c
@@ -87,7 +87,7 @@ nv30_screen_get_param(struct pipe_screen *pscreen, enum 
pipe_cap param)
    case PIPE_CAP_PRIMITIVE_RESTART:
       return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0;
    /* unsupported */
-   case PIPE_CAP_DUAL_SOURCE_BLEND:
+   case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:
    case PIPE_CAP_SM3:
    case PIPE_CAP_INDEP_BLEND_ENABLE:
    case PIPE_CAP_INDEP_BLEND_FUNC:

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to