mesa: Rename and wire-up GetInteger64i_v
authorMatt Turner <mattst88@gmail.com>
Tue, 20 Nov 2012 21:01:04 +0000 (13:01 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 10 Jan 2013 18:57:51 +0000 (10:57 -0800)
commit0ae81b8422e272e44ef40a09dc443c9014adbd0b
tree162706c2f2fa3724dec9c7a197220dcf46157345
parent1a3ffbf3789777a174158ba75472b07a6270ba9d
mesa: Rename and wire-up GetInteger64i_v

The function was named badly and wasn't in the dispatch table,
making it hard to find.

Fixes transform_feedback2_states and gets a few other transform
feedback tests closer to working in es3conform.

Reviewed-by Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/gen/GL3x.xml
src/mesa/main/get.c
src/mesa/main/get.h
src/mesa/main/tests/dispatch_sanity.cpp