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

Author: Marek Olšák <[email protected]>
Date:   Sat Jul  7 09:36:35 2012 +0200

r600g: enable dual src blending on r7xx

No lockups here.

---

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

diff --git a/src/gallium/drivers/r600/r600_pipe.c 
b/src/gallium/drivers/r600/r600_pipe.c
index 435aa77..c4df3a6 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -452,7 +452,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum 
pipe_cap param)
                return 7;
 
        case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:
-               return (family < CHIP_RV770) ?  1 : 0;
+               return family < CHIP_CEDAR ?  1 : 0;
        }
        return 0;
 }

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to