mesa: return bool instead of GLboolean in compressedteximage_only_format()
authorNanley Chery <nanley.g.chery@intel.com>
Thu, 18 Jun 2015 00:14:40 +0000 (17:14 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Wed, 26 Aug 2015 21:36:43 +0000 (14:36 -0700)
commit42ee16176dca797c395592b0245f370ea58ca3a8
tree5dccfcd54b98cca33c1ba8c0ce0bd844c9288c58
parent43d5b4db969930f9d85f605c75ef9ffe67e58ad3
mesa: return bool instead of GLboolean in compressedteximage_only_format()

In agreement with the coding style, functions that aren't directly visible
to the GL API should prefer the use of bool over GLboolean.

Suggested-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/main/teximage.c