commit | c81aedeaeca431b6e91e34559eaabfce80a9796f | [log] [tgz] |
---|---|---|
author | Brian <brian@nostromo.localnet.net> | Thu Feb 08 14:09:34 2007 -0700 |
committer | Brian <brian@nostromo.localnet.net> | Thu Feb 08 14:09:34 2007 -0700 |
tree | 1f3464e85fb498449791d6b61b1ac0fdbbad15c0 | |
parent | b768c485474baefdde63098776e9d32c17b859ab [diff] |
change BranchTarget to GLint
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 100aac4..8514cf6 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h
@@ -401,7 +401,7 @@ /** * For BRA and CAL instructions, the location to jump to. */ - GLuint BranchTarget; + GLint BranchTarget; /** * For TEX instructions in shaders, the sampler to use for the