Use standard ARB names instead of vendor-specific NV names for the ARB/NV_vertex_prog...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 3 Mar 2006 15:03:04 +0000 (15:03 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 3 Mar 2006 15:03:04 +0000 (15:03 +0000)
commite1e03b32ab651e992f7b979eba046fdc84fedf2e
tree1927a955cf22ef8018a114846b8d1688452d2a02
parentf8ba07a77db4fea16b842f77ae17dcfa8be72105
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_vertex_program enums in common state handling code, and update comments accordingly. Change some slightly confusing code which gave the impression GL_VERTEX_PROGRAM_ARB and GL_VERTEX_PROGRAM_NV enums were different.
src/mesa/main/attrib.c
src/mesa/main/enable.c
src/mesa/main/get.c
src/mesa/main/get_gen.py
src/mesa/main/mtypes.h
src/mesa/shader/program.c