summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_regions.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-16 16:05:53 -0700
committerEric Anholt <eric@anholt.net>2010-03-17 11:12:36 -0700
commit32f143b4327521a058dc05f0ab9087a5696b9618 (patch)
treee426e3e4305833fea3dcdcb76c818a40208ce911 /src/mesa/drivers/dri/intel/intel_regions.h
parentc479a20fced2f4162092e96491da3d310fed8648 (diff)
intel: Remove extra tiling setting after allocating a tiled region.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_regions.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_regions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_regions.h b/src/mesa/drivers/dri/intel/intel_regions.h
index 8f32449f34..c81ccde4da 100644
--- a/src/mesa/drivers/dri/intel/intel_regions.h
+++ b/src/mesa/drivers/dri/intel/intel_regions.h
@@ -65,7 +65,6 @@ struct intel_region
GLuint draw_x, draw_y; /**< Offset of drawing within the region */
uint32_t tiling; /**< Which tiling mode the region is in */
- uint32_t bit_6_swizzle; /**< GEM flag for address swizzling requirement */
struct intel_buffer_object *pbo; /* zero-copy uploads */
uint32_t name; /**< Global name for the bo */