mesa: Allow query of GL_VERTEX_BINDING_BUFFER
authorMarta Lofstedt <marta.lofstedt@intel.com>
Mon, 31 Aug 2015 13:04:18 +0000 (15:04 +0200)
committerMarta Lofstedt <marta.lofstedt@linux.intel.com>
Wed, 9 Sep 2015 07:29:04 +0000 (09:29 +0200)
commitb8d6de87f6e2d5fc621db573b9ce579b1a27ee56
tree63a56eb221189df7ab851a8f838d9f51da16d582
parentea69ae04dba501016e9faf5f71095908f011d29d
mesa: Allow query of GL_VERTEX_BINDING_BUFFER

According to OpenGL ES 3.1 specification table : 20.2 and
OpenGL specification 4.4 table 23.4. The glGetIntegeri_v
functions should report the name  of the buffer bound
when called with GL_VERTEX_BINDING_BUFFER.

Signed-off-by: Marta Lofstedt <marta.lofstedt@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/get.c