summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_resource.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-09-21 20:07:18 +0200
committerMarek Olšák <[email protected]>2013-09-29 15:18:08 +0200
commit4ea2e5a4e7467def0f2eacb5ab5a73bd8bfaa183 (patch)
treeb0351a138c06151a0f0ea35a9f29ecb943327562 /src/gallium/drivers/r600/r600_resource.h
parentba29324dba334054950cb25b0a4bd98b05fc6631 (diff)
r600g: get rid of r600_texture::is_rat
It's always 0.
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r--src/gallium/drivers/r600/r600_resource.h1
1 files changed, 0 insertions, 1 deletions
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;