X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fshader%2Farbprogram_syn.h;h=c67afc67db9fb37c2e05b5d51f365287bf61d427;hb=8a54fad6cda429bc28aea239d7f33cd3975865ce;hp=b67ec4ed66e7290ecdc972552dd15cab7419028d;hpb=3d322f6c5ee8a504ea9c554696da4807e37ecdc0;p=mesa.git diff --git a/src/mesa/shader/arbprogram_syn.h b/src/mesa/shader/arbprogram_syn.h index b67ec4ed66e..c67afc67db9 100644 --- a/src/mesa/shader/arbprogram_syn.h +++ b/src/mesa/shader/arbprogram_syn.h @@ -1,19 +1,19 @@ ".syntax program;\n" -".emtcode REVISION 0x08\n" +".emtcode REVISION 0x09\n" ".emtcode FRAGMENT_PROGRAM 0x01\n" ".emtcode VERTEX_PROGRAM 0x02\n" ".emtcode OPTION 0x01\n" ".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"