mesa: Add ARB_vertex_attrib_binding
authorFredrik Höglund <fredrik@kde.org>
Tue, 9 Apr 2013 18:54:25 +0000 (20:54 +0200)
committerFredrik Höglund <fredrik@kde.org>
Thu, 7 Nov 2013 15:20:45 +0000 (16:20 +0100)
commit59b01ca252bd6706f08cd80a864819d71dfe741c
tree7531a6193ef44fad1555998c5ff6346f22ca1641
parentbb2d02c7b53d2bcbdddcbe4e82a912e5183fdb8c
mesa: Add ARB_vertex_attrib_binding

update_array() and update_array_format() are changed to update the new
attrib and binding states, and the client arrays become derived state.

Reviewed-by: Eric Anholt <eric@anholt.net>
16 files changed:
src/mesa/main/api_arrayelt.c
src/mesa/main/api_validate.c
src/mesa/main/arrayobj.c
src/mesa/main/arrayobj.h
src/mesa/main/attrib.c
src/mesa/main/bufferobj.c
src/mesa/main/context.c
src/mesa/main/enable.c
src/mesa/main/ffvertex_prog.c
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/getstring.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/main/varray.c
src/mesa/main/varray.h