Module: Mesa Branch: master Commit: 00b5d8aeae91c2626105e418e0aaa3843d745ad0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00b5d8aeae91c2626105e418e0aaa3843d745ad0
Author: Kenneth Graunke <[email protected]> Date: Fri Oct 18 16:14:05 2013 -0700 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]> --- 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 b472356..5a35747 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, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
