From 00b5d8aeae91c2626105e418e0aaa3843d745ad0 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 18 Oct 2013 16:14:05 -0700 Subject: [PATCH] i965: Mark G45 as having surface tile offset support. Fixes a regression since 02b632d8e8f2b14c155740d28c276b5869305c60. Signed-off-by: Kenneth Graunke Reviewed-by: Eric Anholt --- src/mesa/drivers/dri/i965/brw_device_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index b4723560fa0..5a35747871b 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.c +++ b/src/mesa/drivers/dri/i965/brw_device_info.c @@ -41,6 +41,7 @@ static const struct brw_device_info brw_device_info_g4x = { .gen = 4, .has_pln = true, .has_compr4 = true, + .has_surface_tile_offset = true, .needs_unlit_centroid_workaround = true, .is_g4x = true, .max_vs_threads = 32, -- 2.30.2