From d434019633ccc537f07ec4e7d409bc93134367c8 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 5 Feb 2007 18:04:35 -0700 Subject: [PATCH] additional comments for BranchTarget --- src/mesa/shader/prog_instruction.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.30.2