main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()
authorMartin Peres <martin.peres@linux.intel.com>
Mon, 4 May 2015 13:59:54 +0000 (16:59 +0300)
committerMartin Peres <martin.peres@linux.intel.com>
Wed, 6 May 2015 12:26:12 +0000 (15:26 +0300)
commit9891fc329b2d43c8433bec6d715b6b1684ea31c5
tree3da50e8eecc0cd3b1e4c44a68c27cecaf73ea2f1
parentef5d4bcc3a21f1aa3e6a919c8888f26ec754707f
main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()

This was missing from my patchset to support the query-related entry
points of Direct State Access.

Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
src/mesa/main/queryobj.c