Fix promotion of floats to doubles
[mesa.git] / src / gallium / drivers / softpipe / sp_context.h
index 3bde9baa23a88474c33c5e56a59a1e3ca71e371e..bfa547df1872bce1bb0b8a2f4ccf241f11a25b86 100644 (file)
@@ -151,7 +151,7 @@ struct softpipe_context {
    /** Conditional query object and mode */
    struct pipe_query *render_cond_query;
    enum pipe_render_cond_flag render_cond_mode;
-   boolean render_cond_cond;
+   bool render_cond_cond;
 
    /** Polygon stipple items */
    struct {