mesa: Remove defines for NV_vertex_program limits.
authorEric Anholt <eric@anholt.net>
Wed, 10 Oct 2012 00:52:34 +0000 (17:52 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 15 Oct 2012 18:53:24 +0000 (11:53 -0700)
commitbc74c4bbaf198d121fb36341ce4f9839c34b5e75
tree5bb13b65e8437c8140f9581e09955c76752588cc
parent09c006da9f5913e41c161866daadbc3a4ef4e469
mesa: Remove defines for NV_vertex_program limits.

Note that _mesa_GetVertexAttribPointervNV() is actually
glGetVertexAttribPointerv(), which operates on the generic attributes.  The
geometry shader initialization looks like arbitrary cruft to me.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/nvprogram.c