meta: Replace GLboolean with bool in fallback_required().
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 6 Mar 2014 02:48:40 +0000 (18:48 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 8 Mar 2014 06:45:10 +0000 (22:45 -0800)
commit1285bc87ac85fb744a1bc84b12fe2cbd528b9b08
treec9a3e34fb52dcc293b9063c33ab5224b20fcb250
parent092b7edb3f89b532c2118ca7824c35038260ef28
meta: Replace GLboolean with bool in fallback_required().

This doesn't interact with the GL API, so we shouldn't use GL types.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/meta_generate_mipmap.c