diff options
Diffstat (limited to 'src/mesa/shader/arbprogram_syn.h')
-rw-r--r-- | src/mesa/shader/arbprogram_syn.h | 16 |
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" |