llvmpipe: Fix lp_test_format on 32bit OSes.
[mesa.git] / src / gallium / drivers / i965 / brw_types.h
index 87dae13d94599ba1c5c4ec196ad7901d044ed700..89e08a5c804b651f7c2ba3db4f6479d4022b1122 100644 (file)
@@ -15,4 +15,7 @@ typedef float GLfloat;
 
 typedef uint8_t GLboolean;
 
+#define GL_FALSE FALSE
+#define GL_TRUE TRUE
+
 #endif