diff options
author | Alan Hourihane <[email protected]> | 2006-08-18 09:04:48 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2006-08-18 09:04:48 +0000 |
commit | bd87c303e94659941a7c623d0b836e3ff317cfb4 (patch) | |
tree | 4ec6a572608fcca670b225a8088296f39eeac38e /src/mesa/drivers/dri/i915/i915_context.h | |
parent | c1c282f36ad31f99b9d5b38a2d39118740bca928 (diff) |
Fix writemasks on texture arb fp instructions.
Cleanup invarient state emission.
Diffstat (limited to 'src/mesa/drivers/dri/i915/i915_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i915/i915_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_context.h b/src/mesa/drivers/dri/i915/i915_context.h index 761a475714d..ec1550126a6 100644 --- a/src/mesa/drivers/dri/i915/i915_context.h +++ b/src/mesa/drivers/dri/i915/i915_context.h @@ -45,6 +45,7 @@ #define I915_UPLOAD_PROGRAM 0x8 #define I915_UPLOAD_CONSTANTS 0x10 #define I915_UPLOAD_FOG 0x20 +#define I915_UPLOAD_INVARIENT 0x40 #define I915_UPLOAD_TEX(i) (0x00010000<<(i)) #define I915_UPLOAD_TEX_ALL (0x00ff0000) #define I915_UPLOAD_TEX_0_SHIFT 16 |