diff options
author | Jose Fonseca <[email protected]> | 2015-03-18 14:21:15 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-03-22 08:23:23 +0000 |
commit | d01a7cdae576162791813c131027a6e675a4e6c7 (patch) | |
tree | 132e1880f8d48bbb14006d78c3891d7449e3b58b /src/mesa/state_tracker | |
parent | 7c7954b09dd28502aedb3eed312672620b9e6b7a (diff) |
glsl: Avoid GLboolean vs bool arithmetic MSVC warnings.
Note that GLboolean is an alias for unsigned char, which lacks the
implicit true/false semantics that C++/C99 bool have.
Reviewed-by: Brian Paul <[email protected]>
v2: Change gl_shader::IsES and gl_shader_program::IsES to be bool as
recommended by Ian Romanick.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker')
0 files changed, 0 insertions, 0 deletions