r600g: expose ARB_ES2_compatibility by claiming fixed-point format support
[mesa.git] / src / gallium / drivers / r600 / r600_formats.h
index 1c1089d89d2d2b52454edd9afaedc7e9ee783eac..b822cba9293a8d38a6a6c02345227de2853fce57 100644 (file)
@@ -99,7 +99,6 @@ static INLINE bool r600_is_vertex_format_supported(enum pipe_format format)
 
        /* No fixed, no double. */
        if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
-           desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED ||
            (desc->channel[i].size == 64 &&
             desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT))
                return false;