dispatch: Make a header to go along with querymatrix.c.
authorPaul Berry <stereotype441@gmail.com>
Tue, 23 Oct 2012 21:31:27 +0000 (14:31 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 1 Nov 2012 18:25:14 +0000 (11:25 -0700)
commit5a1b40acf50955d727b15dc70703a19115bb3552
tree3f147c914585e1f8891d62c00cef897c4099f62c
parentb60244cfb90a408fd92bb6837a7824ee03ec37bc
dispatch: Make a header to go along with querymatrix.c.

This patch creates a header querymatrix.h, to allow functions defined
in querymatrix.c to be used from other .c files.  It also switches
from the nonstandard GL_APIENTRY to GLAPIENTRY.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
v2: Don't declare _mesa_Get{Integer,Float}v in querymatrix.c.
Instead, just include main/get.h.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/main/querymatrix.c
src/mesa/main/querymatrix.h [new file with mode: 0644]