summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogram_syn.h
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2004-10-21 13:57:24 +0000
committerMichal Krol <mjkrol@gmail.org>2004-10-21 13:57:24 +0000
commit718ba9773bf570b9f5e2cf2a98a6ccf4980da537 (patch)
tree4c2e7c7d19d0e5289c611f2eb1de9e73e0f589bb /src/mesa/shader/arbprogram_syn.h
parentcbef98c2eae6f4ec3874a226af65f25c5b8526e2 (diff)
change program options numbering to accommodate future
options (up to 256)
Diffstat (limited to 'src/mesa/shader/arbprogram_syn.h')
-rw-r--r--src/mesa/shader/arbprogram_syn.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mesa/shader/arbprogram_syn.h b/src/mesa/shader/arbprogram_syn.h
index b67ec4ed66..b87f191caa 100644
--- a/src/mesa/shader/arbprogram_syn.h
+++ b/src/mesa/shader/arbprogram_syn.h
@@ -6,14 +6,14 @@
".emtcode INSTRUCTION 0x02\n"
".emtcode DECLARATION 0x03\n"
".emtcode END 0x04\n"
-".emtcode ARB_PRECISION_HINT_FASTEST 0x01\n"
-".emtcode ARB_PRECISION_HINT_NICEST 0x02\n"
-".emtcode ARB_FOG_EXP 0x04\n"
-".emtcode ARB_FOG_EXP2 0x08\n"
-".emtcode ARB_FOG_LINEAR 0x10\n"
-".emtcode ARB_POSITION_INVARIANT 0x20\n"
-".emtcode ARB_FRAGMENT_PROGRAM_SHADOW 0x40\n"
-".emtcode ARB_DRAW_BUFFERS 0x80\n"
+".emtcode ARB_PRECISION_HINT_FASTEST 0x00\n"
+".emtcode ARB_PRECISION_HINT_NICEST 0x01\n"
+".emtcode ARB_FOG_EXP 0x02\n"
+".emtcode ARB_FOG_EXP2 0x03\n"
+".emtcode ARB_FOG_LINEAR 0x04\n"
+".emtcode ARB_POSITION_INVARIANT 0x05\n"
+".emtcode ARB_FRAGMENT_PROGRAM_SHADOW 0x06\n"
+".emtcode ARB_DRAW_BUFFERS 0x07\n"
".emtcode OP_ALU_INST 0x00\n"
".emtcode OP_TEX_INST 0x01\n"
".emtcode OP_ALU_VECTOR 0x00\n"