mesa: add support for unsigned 64-bit vertex attributes
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 3 Apr 2017 20:03:10 +0000 (22:03 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 14 Jun 2017 08:04:35 +0000 (10:04 +0200)
commitafb141156f09e7f2f22b88eeefe8e0800c26c1d6
tree5fbfd946c4ee5dcd3e29cde519e1986848680fc3
parent1fe7b1f9724ac38cbddcac6505d3750ef99a2eca
mesa: add support for unsigned 64-bit vertex attributes

This adds support in the VBO and array code to handle unsigned
64-bit vertex attributes as specified by ARB_bindless_texture.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mapi/glapi/gen/apiexec.py
src/mesa/main/api_loopback.c
src/mesa/main/varray.c
src/mesa/vbo/vbo_attrib_tmp.h
src/mesa/vbo/vbo_context.h
src/mesa/vbo/vbo_exec_api.c