summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_context.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-19 20:28:20 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-23 11:57:34 +0200
commitd40ff294510236faff4bb9a58b81282705b98562 (patch)
tree13e6ea9aaf8ea02c855d4024161c58b2846dda00 /src/gallium/drivers/i915simple/i915_context.h
parente2c3f06e9649b5b87fc9adbca7d1f07841bba895 (diff)
i915: Removed level_offset from i915_texture
All offsets are now on image_offset.
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_context.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/i915simple/i915_context.h b/src/gallium/drivers/i915simple/i915_context.h
index 892a88fd2c..9e02f78714 100644
--- a/src/gallium/drivers/i915simple/i915_context.h
+++ b/src/gallium/drivers/i915simple/i915_context.h
@@ -202,10 +202,6 @@ struct i915_texture {
*/
unsigned *image_offset[PIPE_MAX_TEXTURE_LEVELS]; /**< array [depth] of offsets */
- /* Includes image offset tables:
- */
- unsigned level_offset[PIPE_MAX_TEXTURE_LEVELS];
-
/* The data is held here:
*/
struct pipe_buffer *buffer;