OSDN Git Service

i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()
[android-x86/external-mesa.git] / src / mesa / drivers / dri / i965 / brw_meta_util.c
index 07a160f..cbc2ded 100644 (file)
@@ -288,7 +288,7 @@ brw_is_color_fast_clear_compatible(struct brw_context *brw,
     * this case. At least on Gen9 this really does seem to cause problems.
     */
    if (brw->gen >= 9 &&
-       brw_format_for_mesa_format(mt->format) !=
+       brw_isl_format_for_mesa_format(mt->format) !=
        brw->render_target_format[mt->format])
       return false;