mesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to glGetTexParameterfv
authorMarta Lofstedt <marta.lofstedt@intel.com>
Wed, 12 Aug 2015 09:57:39 +0000 (11:57 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 19 Aug 2015 10:32:30 +0000 (13:32 +0300)
commit3df7856b4625f21ebf5465bad2556583b808c8bf
tree8b9beab5214dd4ea7ef35c7a4204790f3bf746e9
parent3b1e283d884b0c5c93c32d3e4a0325fbf2e96234
mesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to glGetTexParameterfv

According to Open GL ES 3.1 specification, section 8.10.2
GL_IMAGE_FORMAT_COMPATIBILITY_TYPE should be supported by
glGetTexParameterfv.

Signed-off-by: Marta Lofstedt <marta.lofstedt@linux.intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/mesa/main/texparam.c