From: Brian Paul Date: Fri, 16 May 2008 20:15:03 +0000 (-0700) Subject: Fix DRI build X-Git-Tag: mesa-7.8~5225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0639998ee8750083b5e4ad90371c475cb2cca88f;p=platform%2Fupstream%2Fmesa.git 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 @@ 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; };