Introduce .editorconfig
[mesa.git] / src / mesa / drivers / dri / i915 / intel_pixel_read.c
index 149e921218fb5011eb2433ea2e7a9195fec50d51..e6fa8f2dce8e7ad95c5ae908340a3d99ffce9666 100644 (file)
@@ -91,7 +91,7 @@ do_blit_readpixels(struct gl_context * ctx,
 
    if (ctx->_ImageTransferState ||
        !_mesa_format_matches_format_and_type(irb->mt->format, format, type,
-                                             false)) {
+                                             false, NULL)) {
       DBG("%s - bad format for blit\n", __func__);
       return false;
    }