From: Brian Date: Tue, 6 Feb 2007 01:04:35 +0000 (-0700) Subject: additional comments for BranchTarget X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d434019633ccc537f07ec4e7d409bc93134367c8;p=mesa.git additional comments for BranchTarget --- diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 100aac4b97f..a9156bcad59 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -400,6 +400,10 @@ struct prog_instruction /** * For BRA and CAL instructions, the location to jump to. + * For BGNLOOP, points to ENDLOOP (and vice-versa). + * For BRK, points to BGNLOOP (which points to ENDLOOP). + * For IF, points to else or endif. + * For ELSE, points to endif. */ GLuint BranchTarget;