3938559252
- Add patch to fix boo#1221664: * mesa-fix-llvm18.patch - 0010-glx-silence-more-implicit-load-zink-errors.patch * glx: silence more implicit-load zink errors [gitlab mesa issue #10802] - 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch, 0002-glx-fix-some-indentation.patch, 0003-glx-add-an-implicit-param-to-createScreen.patch, 0004-glx-pass-implicit-load-param-through-allocation.patch, 0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch, 0006-gbm-plumb-an-implicit-param-through-device-creation.patch, 0007-frontends-dri-plumb-an-implicit-param-through-screen.patch, 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch, 0009-zink-don-t-print-error-messages-when-failing-an-impl.patch * get rid of error message: 'MESA: error: ZINK: vkEnumeratePhysicalDevices failed (VK_ERROR_INITIALIZATION_FAILED)' [gitlab mesa issue #10802] - adjusted and re-enabled python36-buildfix1.patch - 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 - get rid of u_zink-dont-print-error-messages-when-failing-an-implicit.patch completely OBS-URL: https://build.opensuse.org/request/show/1159850 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=498 |
||
---|---|---|
_constraints | ||
_multibuild | ||
.gitattributes | ||
.gitignore | ||
0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch | ||
0002-glx-fix-some-indentation.patch | ||
0003-glx-add-an-implicit-param-to-createScreen.patch | ||
0004-glx-pass-implicit-load-param-through-allocation.patch | ||
0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch | ||
0006-gbm-plumb-an-implicit-param-through-device-creation.patch | ||
0007-frontends-dri-plumb-an-implicit-param-through-screen.patch | ||
0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch | ||
0009-zink-don-t-print-error-messages-when-failing-an-impl.patch | ||
0010-glx-silence-more-implicit-load-zink-errors.patch | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-24.0.3.tar.xz | ||
mesa-24.0.3.tar.xz.sig | ||
mesa-fix-llvm18.patch | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
n_add-Mesa-headers-again.patch | ||
n_drirc-disable-rgb10-for-chromium-on-amd.patch | ||
n_stop-iris-flicker.patch | ||
python36-buildfix1.patch | ||
python36-buildfix2.patch | ||
README.updates | ||
u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch | ||
u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch | ||
u_dep_xcb.patch | ||
U_fix-mpeg1_2-decode-mesa-20.2.patch |
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.