st/mesa: expose EXT_framebuffer_multisample_blit_scaled if MSAA is supported
Surprisingly all drivers supporting MSAA can already do this (r300g and r600g for sure) and I think Christoph wanted to have this feature for his Nouveau drivers anyway.
This commit is contained in:
@@ -710,6 +710,7 @@ void st_init_extensions(struct st_context *st)
|
|||||||
}
|
}
|
||||||
else if (ctx->Const.MaxSamples >= 2) {
|
else if (ctx->Const.MaxSamples >= 2) {
|
||||||
ctx->Extensions.EXT_framebuffer_multisample = GL_TRUE;
|
ctx->Extensions.EXT_framebuffer_multisample = GL_TRUE;
|
||||||
|
ctx->Extensions.EXT_framebuffer_multisample_blit_scaled = GL_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ctx->Const.MaxDualSourceDrawBuffers > 0)
|
if (ctx->Const.MaxDualSourceDrawBuffers > 0)
|
||||||
|
Reference in New Issue
Block a user