projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152b55e
)
mesa: Fix documentation of BranchTarget for BRK.
author
Eric Anholt
<eric@anholt.net>
Thu, 8 Jul 2010 04:00:32 +0000
(21:00 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 8 Jul 2010 04:00:32 +0000
(21:00 -0700)
It was changed in 2009 and the comment wasn't updated.
src/mesa/shader/prog_instruction.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_instruction.h
b/src/mesa/shader/prog_instruction.h
index 28c797a4ba804ad7925033ecadc03be967bf8ca5..c1e3a1e80d77e90520345285dfbff0f3ee8eabe6 100644
(file)
--- 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.
*/