mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
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:
parent
1302c66896
commit
63569dbeb0
1 changed files with 1 additions and 0 deletions
|
|
@ -710,6 +710,7 @@ void st_init_extensions(struct st_context *st)
|
|||
}
|
||||
else if (ctx->Const.MaxSamples >= 2) {
|
||||
ctx->Extensions.EXT_framebuffer_multisample = GL_TRUE;
|
||||
ctx->Extensions.EXT_framebuffer_multisample_blit_scaled = GL_TRUE;
|
||||
}
|
||||
|
||||
if (ctx->Const.MaxDualSourceDrawBuffers > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue