From ef3dac2aff5fda16d7b7662c2c8828f07c9842ae Mon Sep 17 00:00:00 2001 From: Stéphane Marchesin Date: Mon, 27 Jun 2011 02:04:38 -0700 Subject: i915g: initial support for SEMANTIC_FACE. Doesn't work yet, see TODO. --- src/gallium/drivers/i915/i915_fpc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gallium/drivers/i915/i915_fpc.h') 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 /** -- cgit v1.2.3