X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fi965%2Fbrw_blorp_blit.cpp;h=1b8e1120ce84d0e412d881a86fb71d3b3d4dec55;hb=1cfb4bc890b8d6f898e4d43823e7ffe047296251;hp=ce1a5d2d0954692c097e0b1c8b49096e1ebd79f2;hpb=64f29070302507e39f50aeeef0472b4d78d2b0cc;p=mesa.git diff --git a/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp b/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp index ce1a5d2d095..1b8e1120ce8 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp +++ b/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp @@ -294,10 +294,6 @@ brw_blorp_framebuffer(struct brw_context *brw, if (brw->gen < 6) return mask; - /* There is support for only up to eight samples. */ - if (readFb->Visual.samples > 8 || drawFb->Visual.samples > 8) - return mask; - static GLbitfield buffer_bits[] = { GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT,