From 4ea2e5a4e7467def0f2eacb5ab5a73bd8bfaa183 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 21 Sep 2013 20:07:18 +0200 Subject: r600g: get rid of r600_texture::is_rat It's always 0. --- src/gallium/drivers/r600/r600_resource.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r600/r600_resource.h') diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 3c0e74ab5de..0c569b3a74e 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -41,7 +41,6 @@ struct r600_texture { unsigned size; bool non_disp_tiling; bool is_depth; - bool is_rat; unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */ struct r600_texture *flushed_depth_texture; boolean is_flushing_texture; -- cgit v1.2.3