mesa: Use designated bool value to check texture unit completeness.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sun, 22 May 2016 12:10:19 +0000 (14:10 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Thu, 16 Jun 2016 03:50:55 +0000 (05:50 +0200)
commit11a5b776c20a9f9dd7fd822d56e3a8a979278151
tree4de20acc1e1eeb7fb48c428f93a432901379f6f6
parentc14ec9aafa156c01fabf14d5f75cfe6fc4302480
mesa: Use designated bool value to check texture unit completeness.

The change helps to use the bitmask/ffs in the next change.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mesa/main/texstate.c