2020-09-20 22:57:29 -04:00
|
|
|
GL_EXT_demote_to_helper_invocation on radeonsi
|
2020-09-21 07:54:12 -04:00
|
|
|
GL_NV_compute_shader_derivatives on radeonsi
|
2020-08-26 19:01:53 +01:00
|
|
|
EGL_MESA_platform_xcb
|
2020-12-05 12:03:42 -05:00
|
|
|
Removed GL_NV_point_sprite for classic swrast.
|
2020-10-21 10:40:29 +03:00
|
|
|
driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buffer_age
|
2020-11-17 15:15:03 -05:00
|
|
|
Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
|
2020-12-07 13:41:26 +01:00
|
|
|
Add support for VK_VALVE_mutable_descriptor_type on RADV
|
2019-07-03 11:10:32 -07:00
|
|
|
Removed classic OSMesa in favor of the newly improved gallium OSMesa
|
2020-11-30 18:54:06 +01:00
|
|
|
VK_KHR_fragment_shading_rate on RADV (RDNA2 only)
|
2020-12-28 14:20:23 -08:00
|
|
|
Freedreno a6xx exposes GL 3.2
|
swrast: Remove the classic swrast DRI driver
Following up from the classic swrast OSMesa removal in favor of
llvmpipe/softpipe, remove the classic swrast DRI driver. It's unused by
any distribution -- debian was the last holdout until this week, which had
it enabled instead of softpipe on obscure platforms (non-LLVM and hurd).
Now that debian has switched, remove the driver so nobody can accidentally
enable it again.
Fixes: #325, #324, #322, #321, #319, #318, #317, #315, #313, #311, #310,
#306, #305, #304, #302, #301, #300, #299, #298, #297, #293, #289
Reviewed-by: Eric Anholt <eric@anholt.net> (commit message rewritten)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8069>
2020-12-09 17:22:04 -05:00
|
|
|
Classic swrast dri driver removed in favor of gallium swrast (llvmpipe or softpipe)
|