mesa: Split out part of glGetTexLevelParameter into a helper function.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 11 Jun 2012 08:27:38 +0000 (01:27 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 17 Aug 2012 16:14:36 +0000 (09:14 -0700)
commit8c37fc1e9240a323b07c21da83dbd5432fc6895a
tree7b18756ad6009cbb26e6d6d54d1547507c0cbb0e
parent58d11524dace34f6e9e513b23eaeb098d1eafd0b
mesa: Split out part of glGetTexLevelParameter into a helper function.

Move the _mesa_GetTexLevelParameter[iv] functions below the helper
function so the prototype is available.

This will be useful in the next commit.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/texparam.c