teximage: Add utility func for format/internalFormat compatibility check
authorNeil Roberts <neil@linux.intel.com>
Fri, 13 Jun 2014 16:28:48 +0000 (17:28 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 23 Jul 2014 10:50:38 +0000 (11:50 +0100)
commit2e63f91e60376d297d883fd769713fbb5c93aadc
treef8f444b27995b9f671a0b7273caea54a2dc96f72
parentc4067acd908322d79a4e08b9f4fffdd453c518ee
teximage: Add utility func for format/internalFormat compatibility check

In texture_error_check() there was a snippet of code to check whether the
given format and internal format are basically compatible. This has been split
out into its own static helper function so that it can be used by an
implementation of glClearTexImage too.
src/mesa/main/teximage.c