[Mesa-dev] [PATCH] i965: Mark SNB GT1 as a GT1.

Matt Turner mattst88 at gmail.com
Fri Apr 4 12:17:48 PDT 2014


brw->gt only seems to be used on gen >= 7, so this shouldn't have any
effect.
---
 src/mesa/drivers/dri/i965/brw_device_info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c
index e4c110d..377c5ce 100644
--- a/src/mesa/drivers/dri/i965/brw_device_info.c
+++ b/src/mesa/drivers/dri/i965/brw_device_info.c
@@ -68,7 +68,7 @@ static const struct brw_device_info brw_device_info_ilk = {
 
 static const struct brw_device_info brw_device_info_snb_gt1 = {
    .gen = 6,
-   .gt = 2,
+   .gt = 1,
    .has_hiz_and_separate_stencil = true,
    .has_llc = true,
    .has_pln = true,
-- 
1.8.3.2



More information about the mesa-dev mailing list