projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c3ae5
)
r300: Removed an obsolete comment from the vertex program header file.
author
Oliver McFadden
<z3ro.geek@gmail.com>
Mon, 25 Feb 2008 12:51:56 +0000
(12:51 +0000)
committer
Oliver McFadden
<z3ro.geek@gmail.com>
Sat, 1 Mar 2008 06:33:06 +0000
(06:33 +0000)
src/mesa/drivers/dri/r300/r300_vertprog.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_vertprog.h
b/src/mesa/drivers/dri/r300/r300_vertprog.h
index ff44066d2b96bc92ff36ddd8d999771ed8392cd1..006dddacc8f9a5fc687fb557b918635666ad658d 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_vertprog.h
+++ b/
src/mesa/drivers/dri/r300/r300_vertprog.h
@@
-13,10
+13,6
@@
/* first DWORD of an instruction */
-/* possible operations:
- DOT, MUL, ADD, MAD, FRC, MAX, MIN, SGE, SLT, EXP, LOG, LIT, POW, RCP, RSQ, EX2,
- LG2, MAD_2 */
-
#define PVS_VECTOR_OPCODE(op, out_reg_index, out_reg_fields, class) \
((op) \
| ((out_reg_index) << R300_VPI_OUT_REG_INDEX_SHIFT) \