diff options
author | Kenneth Graunke <[email protected]> | 2013-10-18 16:14:05 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-10-19 18:43:09 -0700 |
commit | 00b5d8aeae91c2626105e418e0aaa3843d745ad0 (patch) | |
tree | 8cf1fafa9744074f06b8213d59ebb1c46c9d4ba3 /src/mesa | |
parent | 37cd9ac6dfcff10ab7b08c4f3b17a2cfe3a6d7e7 (diff) |
i965: Mark G45 as having surface tile offset support.
Fixes a regression since 02b632d8e8f2b14c155740d28c276b5869305c60.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_device_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |