From 0639998ee8750083b5e4ad90371c475cb2cca88f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 16 May 2008 13:15:03 -0700 Subject: [PATCH] Fix DRI build --- src/mesa/shader/prog_instruction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 @@ 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; }; -- 2.7.4