summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-03-30 21:55:14 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-03-30 21:55:14 +0000
commitbcc6a02afc1c6e3bfc233d3fad8d2fd9e85d3130 (patch)
treedd5b7742ac3d77fe4351b2e4985612bdc94f077b /src
parent41356014599ff1ce23279e49a8a1f5b209497d5e (diff)
Why are there two copies of this file?
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/nvfragprog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/nvfragprog.h b/src/mesa/main/nvfragprog.h
index 85909c9a28..187e7072d2 100644
--- a/src/mesa/main/nvfragprog.h
+++ b/src/mesa/main/nvfragprog.h
@@ -113,7 +113,7 @@ enum fp_opcode {
FP_OPCODE_UP4B, /* NV_f_p only */
FP_OPCODE_UP4UB, /* NV_f_p only */
FP_OPCODE_XPD, /* ARB_f_p only - cross product */
- FP_OPCODE_X2D, /* NV_f_p only - 2D matrix multiply */
+ FP_OPCODE_X2D, /* NV_f_p only - 2d mat mul */
FP_OPCODE_END /* private opcode */
};