summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-10 08:05:10 -0600
committerBrian Paul <brianp@vmware.com>2009-04-10 08:05:10 -0600
commit88999de8b70d1e170f5bbcadd07132d382c560cf (patch)
tree00dd057e510ca5a13743ea3998fe458e46228983 /src/gallium/include/pipe/p_state.h
parent0a2269703c2398d81d8cde439527f883f6fbc502 (diff)
gallium: remove pipe_texture::compressed field
The format field encodes compressed vs. uncompressed already. We can easily check if a texture is compressed with pf_is_compressed(texture->format).
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r--src/gallium/include/pipe/p_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index 705ae68ec6..4b590bdc90 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -336,7 +336,6 @@ struct pipe_texture
unsigned nblocksy[PIPE_MAX_TEXTURE_LEVELS]; /**< allocated height in blocks */
unsigned last_level:8; /**< Index of last mipmap level present/defined */
- unsigned compressed:1;
unsigned nr_samples:8; /**< for multisampled surfaces, nr of samples */