mesa: Remove support for NV_vertex_program's special attributes aliasing
[mesa.git] / src / mesa / vbo / vbo_exec_draw.c
index 15ecfc03119205944fd95adc40a447f2a213dbbc..817af4dd52b9039f3b3ae11044eee17f318f2df4 100644 (file)
@@ -180,12 +180,7 @@ vbo_exec_bind_arrays( struct gl_context *ctx )
       }
       map = vbo->map_vp_none;
       break;
-   case VP_NV:
    case VP_ARB:
-      /* The aliasing of attributes for NV vertex programs has already
-       * occurred.  NV vertex programs cannot access material values,
-       * nor attributes greater than VERT_ATTRIB_TEX7.  
-       */
       for (attr = 0; attr < VERT_ATTRIB_FF_MAX; attr++) {
          exec->vtx.inputs[attr] = &vbo->currval[VBO_ATTRIB_POS+attr];
       }