mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
mesa: don't enable GL_EXT_framebuffer_multisample for software drivers
Note: This is a candidate for the 9.0 branch.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
(cherry picked from commit 8f3c81d018)
Conflicts:
src/mesa/main/extensions.c
This commit is contained in:
parent
d40df80732
commit
663e41547a
1 changed files with 0 additions and 3 deletions
|
|
@ -471,9 +471,6 @@ _mesa_enable_sw_extensions(struct gl_context *ctx)
|
|||
#endif
|
||||
#if FEATURE_EXT_framebuffer_blit
|
||||
ctx->Extensions.EXT_framebuffer_blit = GL_TRUE;
|
||||
#endif
|
||||
#if FEATURE_ARB_framebuffer_object
|
||||
ctx->Extensions.EXT_framebuffer_multisample = GL_TRUE;
|
||||
#endif
|
||||
ctx->Extensions.EXT_packed_depth_stencil = GL_TRUE;
|
||||
#if FEATURE_EXT_pixel_buffer_object
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue