commit | 0639998ee8750083b5e4ad90371c475cb2cca88f | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri May 16 13:15:03 2008 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri May 16 13:15:03 2008 -0700 |
tree | b5d6b49e182202e07e9f8b051880787b7e74ebf8 | |
parent | ade508312c701ce89d3c2cd717994dbbabb4f207 [diff] [blame] |
Fix DRI build
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index f8ff33e..aca7683 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h
@@ -413,13 +413,12 @@ */ GLint BranchTarget; -#if 0 /** * For TEX instructions in shaders, the sampler to use for the * texture lookup. */ GLint Sampler; -#endif + const char *Comment; };