OSDN Git Service

mesa: Remove support for NV_vertex_program's attribute evaluation.
authorEric Anholt <eric@anholt.net>
Tue, 9 Oct 2012 22:49:55 +0000 (15:49 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 15 Oct 2012 18:53:23 +0000 (11:53 -0700)
commitc0120c250945dd4cc56685ab92e053fb60b661e9
tree65d9117324247a5416528fc4fe905fed3af4fb87
parent4f9d351ef186314a58e58795936de38e1b765f18
mesa: Remove support for NV_vertex_program's attribute evaluation.

Note that the MAP2 getters were missing from the implementation.  Neat.

v2: Rebase on top of get.c changes.

Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
src/mesa/main/attrib.c
src/mesa/main/enable.c
src/mesa/main/eval.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h
src/mesa/vbo/vbo_exec.c
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_exec_eval.c