i965: Mark G45 as having surface tile offset support.

Fixes a regression since 02b632d8e8.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Kenneth Graunke 2013-10-18 16:14:05 -07:00
parent 37cd9ac6df
commit 00b5d8aeae

View file

@ -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,