diff options
author | Oliver McFadden <[email protected]> | 2008-02-25 12:51:56 +0000 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2008-03-01 06:33:06 +0000 |
commit | b0e81fd19e7147927e9dbc3277886942f3b8c0f3 (patch) | |
tree | 1778efbe9ce695683fbce7d4d44e5db0dc1100eb /src/mesa/drivers/dri/r300/r300_vertprog.h | |
parent | 41c3ae577894f1e577753a94cb87d6c93a8b1c63 (diff) |
r300: Removed an obsolete comment from the vertex program header file.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_vertprog.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_vertprog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_vertprog.h b/src/mesa/drivers/dri/r300/r300_vertprog.h index ff44066d2b9..006dddacc8f 100644 --- 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) \ |