Stefan Dirsch
328105545c
* 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
21 lines
615 B
Diff
21 lines
615 B
Diff
Index: mesa-24.0.3/include/meson.build
|
|
===================================================================
|
|
--- mesa-24.0.3.orig/include/meson.build
|
|
+++ mesa-24.0.3/include/meson.build
|
|
@@ -28,7 +28,6 @@ if with_android_stub
|
|
inc_include += [include_directories('android_stub')]
|
|
endif
|
|
|
|
-if not with_glvnd and host_machine.system() != 'windows'
|
|
if with_gles1 or with_gles2 or with_opengl or with_egl
|
|
install_headers('KHR/khrplatform.h', subdir : 'KHR')
|
|
endif
|
|
@@ -84,7 +83,6 @@ if not with_glvnd and host_machine.syste
|
|
subdir : 'EGL',
|
|
)
|
|
endif
|
|
-endif
|
|
|
|
# Non-upstream headers
|
|
if with_egl
|