summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_reg.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-10-03 16:59:01 -0700
committerEric Anholt <eric@anholt.net>2007-10-04 12:28:49 -0700
commit6bac9478c39fbe7955d10a21a2d7743697427a56 (patch)
tree9b6b1d0668c7a9ae558b7baa7509e819efa7ee1f /src/mesa/drivers/dri/i915/i915_reg.h
parent1f7378ee465eba8d82d224a7bf835e38c5ab6ee2 (diff)
Replace duplicated intel_reg.h with a shared header.
Diffstat (limited to 'src/mesa/drivers/dri/i915/i915_reg.h')
-rw-r--r--src/mesa/drivers/dri/i915/i915_reg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_reg.h b/src/mesa/drivers/dri/i915/i915_reg.h
index a9fa56e8a6..b5585e70e7 100644
--- a/src/mesa/drivers/dri/i915/i915_reg.h
+++ b/src/mesa/drivers/dri/i915/i915_reg.h
@@ -34,8 +34,6 @@
#define I915_SET_FIELD( var, mask, value ) (var &= ~(mask), var |= value)
-#define CMD_3D (0x3<<29)
-
#define PRIM3D_INLINE (CMD_3D | (0x1f<<24))
#define PRIM3D_TRILIST (0x0<<18)
#define PRIM3D_TRISTRIP (0x1<<18)