Go to file
Stefan Dirsch 328105545c - Update to new feature release 24.0.3
* Some interesting highlights include:
    + New PowerVR Vulkan driver for Imagination's GPU
    + NVIDIA Vulkan driver NVK has seen many improvements
    + AMD Vulkan driver RADV ray-tracing performance improvements
    + Microsoft OpenGL driver D3D12 has reached OpenGL 4.6 support
  * New extensions & features (in no particular order):
    + VK_EXT_image_compression_control on RADV
    + VK_EXT_device_fault on RADV
    + OpenGL 3.3 on Asahi
    + Geometry shaders on Asahi
    + GL_ARB_texture_cube_map_array on Asahi
    + GL_ARB_clip_control on Asahi
    + GL_ARB_timer_query on Asahi
    + GL_EXT_disjoint_timer_query on Asahi
    + GL_ARB_base_instance on Asahi
    + OpenGL 4.6 (up from 4.2) on d3d12
    + VK_EXT_depth_clamp_zero_one on RADV
    + GL_ARB_shader_texture_image_samples on Asahi
    + GL_ARB_indirect_parameters on Asahi
    + GL_ARB_viewport_array on Asahi
    + GL_ARB_fragment_layer_viewport on Asahi
    + GL_ARB_cull_distance on Asahi
    + GL_ARB_transform_feedback_overflow_query on Asahi
    + VK_KHR_calibrated_timestamps on RADV
    + VK_KHR_vertex_attribute_divisor on RADV
    + VK_KHR_maintenance6 on RADV
    + VK_KHR_ray_tracing_position_fetch on RADV
    + EGL_EXT_query_reset_notification_strategy
- supersedes U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch
- adjusted n_add-Mesa-headers-again.patch, u_dep_xcb.patch
- disabled python36-buildfix1.patch
- removed disabled patch u_fix-build-on-ppc64le.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1271
2024-03-19 01:27:41 +00:00
_constraints let's request 20G of physical memory via _constraints file instead 2022-11-16 15:28:26 +00:00
_multibuild Accepting request 969915 from home:dirkmueller:Factory 2022-04-13 21:39:55 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
baselibs.conf Accepting request 1093519 from home:XRevan86 2023-06-17 07:08:42 +00:00
manual-pages.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
mesa-24.0.3.tar.xz - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
mesa-24.0.3.tar.xz.sig - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
Mesa-rpmlintrc - merge content of new rpmlintrc into existing Mesa-rpmlintrc file 2018-02-27 09:59:23 +00:00
Mesa.changes - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
Mesa.keyring - update to 20.1.0 2020-06-03 14:28:40 +00:00
Mesa.spec - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
n_add-Mesa-headers-again.patch - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
n_drirc-disable-rgb10-for-chromium-on-amd.patch - adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch 2023-09-25 11:28:45 +00:00
n_stop-iris-flicker.patch Accepting request 1130356 from home:iznogood:factory 2023-12-08 17:49:35 +00:00
python36-buildfix1.patch - split python36-buildfix.patch into two patches python36-buildfix1.patch 2024-01-22 14:46:34 +00:00
python36-buildfix2.patch - split python36-buildfix.patch into two patches python36-buildfix1.patch 2024-01-22 14:46:34 +00:00
README.updates OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=5 2007-03-15 00:44:44 +00:00
u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch - python36-buildfix.patch 2024-01-20 13:49:19 +00:00
u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch - python36-buildfix.patch 2024-01-20 13:49:19 +00:00
u_dep_xcb.patch - Update to new feature release 24.0.3 2024-03-19 01:27:41 +00:00
U_fix-mpeg1_2-decode-mesa-20.2.patch Accepting request 1130356 from home:iznogood:factory 2023-12-08 17:49:35 +00:00

DRI Driver update mechanism
---------------------------

If any corresponding DRI driver is found in "/usr/lib/dri/updates/"
it will be favored over the one in "/usr/lib/dri/" and will be used
for 32/64 bit applications.

On 32/64 bit biarch platforms additionally a corresponding DRI driver
in "/usr/lib64/dri/updates/" will be favored over the one in 
"/usr/lib64/dri/" and will be used for 64bit applications.