summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-16 13:15:03 -0700
committerEric Anholt <eric@anholt.net>2008-05-16 13:15:03 -0700
commit0639998ee8750083b5e4ad90371c475cb2cca88f (patch)
treeb5d6b49e182202e07e9f8b051880787b7e74ebf8 /src
parentade508312c701ce89d3c2cd717994dbbabb4f207 (diff)
Fix DRI build
Diffstat (limited to 'src')
-rw-r--r--src/mesa/shader/prog_instruction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index f8ff33ed30..aca768376a 100644
--- a/src/mesa/shader/prog_instruction.h
+++ b/src/mesa/shader/prog_instruction.h
@@ -413,13 +413,12 @@ struct prog_instruction
*/
GLint BranchTarget;
-#if 0
/**
* For TEX instructions in shaders, the sampler to use for the
* texture lookup.
*/
GLint Sampler;
-#endif
+
const char *Comment;
};