From: Brian Date: Thu, 8 Feb 2007 21:09:34 +0000 (-0700) Subject: change BranchTarget to GLint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c81aedeaeca431b6e91e34559eaabfce80a9796f;p=mesa.git change BranchTarget to GLint --- diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 100aac4b97f..8514cf69ecf 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -401,7 +401,7 @@ struct prog_instruction /** * 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