gallium/u_upload: make the first persistent mapping unsynchronized
[mesa.git] / src / gallium / auxiliary / util / u_caps.h
index 7bd2380041426f3c35372b289a3c3710d14fe920..038efc9f13e55c8b3ef32db4b656b7e289a1cc80 100644 (file)
@@ -50,7 +50,7 @@ enum u_caps_check_enum {
 
 /* Floats currently lose precision */
 #define UTIL_CHECK_FLOAT(cap, higher) \
-   UTIL_CAPS_CHECK_FLOAT, PIPE_CAP_##cap, (unsigned)(int)(higher)
+   UTIL_CAPS_CHECK_FLOAT, PIPE_CAPF_##cap, (unsigned)(int)(higher)
 
 #define UTIL_CHECK_FORMAT(format) \
    UTIL_CAPS_CHECK_FORMAT, PIPE_FORMAT_##format