summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-10-08 01:06:36 +0200
committerMarek Olšák <[email protected]>2011-10-08 02:21:24 +0200
commit20788a908b23362ca2804010f6ac8504894ed32c (patch)
tree4d73b8d3f3d68a94826a336f1e49712813fc19eb /src/gallium/drivers/r300/r300_context.h
parent93c26d8baf5294b77e019b90d9995b5da565ea3c (diff)
r300g: remove unused r300_resource::tex_offset
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index d8638fc1764..b89d6ecce17 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -402,9 +402,6 @@ struct r300_resource
/* Only format-independent bits should be filled in. */
struct r300_texture_format_state tx_format;
- /* Where the texture starts in the buffer. */
- unsigned tex_offset;
-
/* This is the level tiling flags were last time set for.
* It's used to prevent redundant tiling-flags changes from happening.*/
unsigned surface_level;