diff options
author | Stéphane Marchesin <[email protected]> | 2011-06-27 02:04:38 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-06-27 02:06:00 -0700 |
commit | ef3dac2aff5fda16d7b7662c2c8828f07c9842ae (patch) | |
tree | f5a17dcccdf336aee16fd21af268e689ce250f94 /src/gallium/drivers/i915/i915_fpc.h | |
parent | 4887e1c31a4149020b61ed894c6888b5f91e8d5e (diff) |
i915g: initial support for SEMANTIC_FACE.
Doesn't work yet, see TODO.
Diffstat (limited to 'src/gallium/drivers/i915/i915_fpc.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_fpc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_fpc.h b/src/gallium/drivers/i915/i915_fpc.h index 8502dc09c93..e298e78c6bc 100644 --- a/src/gallium/drivers/i915/i915_fpc.h +++ b/src/gallium/drivers/i915/i915_fpc.h @@ -37,8 +37,9 @@ #define I915_PROGRAM_SIZE 192 -/* Use that index for pos routing, must be >= I915_TEX_UNITS */ -#define I915_SEMANTIC_POS 10 +/* Use those indices for pos/face routing, must be >= I915_TEX_UNITS */ +#define I915_SEMANTIC_POS 10 +#define I915_SEMANTIC_FACE 11 /** |