diff --git a/src/mesa/drivers/dri/r600/r600_blit.c b/src/mesa/drivers/dri/r600/r600_blit.c index 418544a..7c9a170 100644 --- a/src/mesa/drivers/dri/r600/r600_blit.c +++ b/src/mesa/drivers/dri/r600/r600_blit.c @@ -81,9 +81,6 @@ static unsigned is_blit_supported(gl_format mesa_format) } /* ??? */ - /* not sure blit to depth works or not yet */ - if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0) - return 0; return 1; }