From: Kenneth Graunke Date: Fri, 18 Oct 2013 23:14:05 +0000 (-0700) Subject: i965: Mark G45 as having surface tile offset support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00b5d8aeae91c2626105e418e0aaa3843d745ad0;p=mesa.git i965: Mark G45 as having surface tile offset support. Fixes a regression since 02b632d8e8f2b14c155740d28c276b5869305c60. Signed-off-by: Kenneth Graunke Reviewed-by: Eric Anholt --- 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,