[Mesa-dev] [PATCH] i965: Mark G45 as having surface tile offset support.

Kenneth Graunke kenneth at whitecape.org
Sat Oct 19 01:16:19 CEST 2013


Fixes a regression since 02b632d8e8f2b14c155740d28c276b5869305c60.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
---
 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 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,
-- 
1.8.3.2



More information about the mesa-dev mailing list