mesa/src
Kristian H. Kristensen c0de7c21a3 glapi: fixup EXT_multisampled_render_to_texture dispatch
There's a few missing and convoluted bits:

 - FramebufferTexture2DMultisampleEXT
Missing sanity check, should be desktop="false"

 - RenderbufferStorageMultisampleEXT
Missing sanity check, is aliased to RenderbufferStorageMultisample.
Thus it's set only when desktop GL or GLES2 v3.0+, while the extension
is GLES2 2.0+.

If we flip the aliasing we'll break indirect GLX, so loosen the version
to 2.0. Not perfect, yet this is the most sane thing I could think of.

v2: [Emil] Fixup RenderbufferStorageMultisampleEXT, commmit message

Cc: Kristian H. Kristensen <hoegsberg@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108974
Fixes: 1b331ae505 ("mesa: Add core support for EXT_multisampled_render_to_texture{,2}")
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-12-10 15:09:07 -08:00
..
amd amd/addrlib: drop si_ci_vi_merged_enum.h from the list 2018-12-10 16:35:01 +00:00
broadcom v3d: Fix a leak of the disassembled instruction string during debug dumps. 2018-12-07 16:48:23 -08:00
compiler meson: Add nir_algebraic_parser_test to suites 2018-12-10 09:14:44 -08:00
egl egl: add missing #include <stddef.h> in egldevice.h 2018-11-28 11:22:47 -08:00
freedreno freedreno: Fix the Makefile.am fix 2018-12-10 14:28:09 -08:00
gallium nv50/ir: fix use-after-free in ConstantFolding::visit 2018-12-09 18:19:59 +01:00
gbm meson: Add tests to suites 2018-11-20 09:09:22 -08:00
getopt
glx meson: Add tests to suites 2018-11-20 09:09:22 -08:00
gtest meson: hide warnings from external project gtest 2018-10-31 18:20:25 +00:00
hgl
intel i965/fs: Handle V/UV immediates in dump_instructions() 2018-12-10 10:46:56 -08:00
loader loader: free error state, when checking the drawable type 2018-12-10 16:19:55 +00:00
mapi glapi: fixup EXT_multisampled_render_to_texture dispatch 2018-12-10 15:09:07 -08:00
mesa glapi: fixup EXT_multisampled_render_to_texture dispatch 2018-12-10 15:09:07 -08:00
util util: env_var_as_unsigned() helper 2018-11-27 15:44:02 -05:00
vulkan vulkan: Update the XML and headers to 1.1.95 2018-12-03 14:27:10 -06:00
Makefile.am freedreno: move drm to common location 2018-11-27 15:44:02 -05:00
meson.build freedreno: move drm to common location 2018-11-27 15:44:02 -05:00
SConscript scons: Remove gles option. 2018-10-19 16:50:26 +01:00