diff options
author | Eric Anholt <[email protected]> | 2010-07-07 21:00:32 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-07-07 21:00:32 -0700 |
commit | f632a330eccb26c28a3b94216c55994e94988751 (patch) | |
tree | bbc1d854ebb68ee4b755db85c340cbf2d7989de1 /src/mesa/shader | |
parent | 152b55e74da7bf548d8846538b85960f703d6059 (diff) |
mesa: Fix documentation of BranchTarget for BRK.
It was changed in 2009 and the comment wasn't updated.
Diffstat (limited to 'src/mesa/shader')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 28c797a4ba8..c1e3a1e80d7 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -384,7 +384,7 @@ 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 BRK, points to ENDLOOP * For IF, points to ELSE or ENDIF. * For ELSE, points to ENDIF. */ |