Browse Source

Fix DRI build

tags/mesa_7_1_rc1
Brian Paul 18 years ago
parent
commit
0639998ee8
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/mesa/shader/prog_instruction.h

+ 1
- 2
src/mesa/shader/prog_instruction.h View File

@@ -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;
};


Loading…
Cancel
Save