intel: Convert from GLboolean to 'bool' from stdbool.h.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
index 07ea84fe4c1f338fc3de241112d18c892cb2cde5..e523ae748bcf5a57e36b8ab26ac4df813f2d5395 100644 (file)
@@ -1877,7 +1877,7 @@ void
 fs_visitor::emit_fb_writes()
 {
    this->current_annotation = "FB write header";
-   GLboolean header_present = GL_TRUE;
+   bool header_present = true;
    int base_mrf = 2;
    int nr = base_mrf;
    int reg_width = c->dispatch_width / 8;