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

Author: Alex Deucher <[email protected]>
Date:   Fri Oct 23 18:31:57 2015 -0400

radeonsi: add Stoney to si_init_gs_info()

This patch was originally written before stoney support
was merged.  Add stoney.

Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>

---

 src/gallium/drivers/radeonsi/si_pipe.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeonsi/si_pipe.c 
b/src/gallium/drivers/radeonsi/si_pipe.c
index e653799..047bbf4 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.c
+++ b/src/gallium/drivers/radeonsi/si_pipe.c
@@ -586,6 +586,7 @@ static bool si_init_gs_info(struct si_screen *sscreen)
        case CHIP_MULLINS:
        case CHIP_ICELAND:
        case CHIP_CARRIZO:
+       case CHIP_STONEY:
                sscreen->gs_table_depth = 16;
                return true;
        case CHIP_TAHITI:

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

Reply via email to