Stefan Dirsch
dbe2ec5f48
- update to 18.2.1 * Lot of fixes for Vulkan drivers. - get rid of libwayland-egl1/libwayland-egl-devel completely; also for older Leap versions - update to 18.2.0 * This release consists of nearly 2200 commits from approximately 130 developers. * The top highlights include: - OpenGL 4.3 on virgl. - OpenGL 4.4 Compatibility profile on radeonsi. - OpenGL ES 3.2 on radeonsi and virgl. - GL_ARB_ES3_2_compatibility on radeonsi. - GL_ARB_fragment_shader_interlock on i965. - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+). - GL_ANDROID_extension_pack_es31a on radeonsi. - GL_KHR_texture_compression_astc_ldr on radeonsi. - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on nvc0 (GM200+). - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+). - multisampled images on nvc0 (GM107+) (now supported on GF100+). * Additional features: - ANV Extensions: - VK_KHR_bind_memory2. - VK_KHR_external_fence. - VK_KHR_external_fence_capabilities. - VK_KHR_external_semaphore. - VK_KHR_external_semaphore_capabilities. - VK_KHR_maintenance2. OBS-URL: https://build.opensuse.org/request/show/637103 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=774 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
archlinux_0001-Fix-linkage-against-shared-glapi.patch | ||
baselibs.conf | ||
mako_4_radv.patch | ||
manual-pages.tar.bz2 | ||
mesa-18.2.1.tar.xz | ||
mesa-18.2.1.tar.xz.sha1sum | ||
Mesa-drivers-rpmlintrc | ||
Mesa-drivers.changes | ||
Mesa-drivers.spec | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch | ||
pre_checkin.sh | ||
README.updates | ||
U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch | ||
U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch | ||
U_python-Fix-rich-comparisons.patch | ||
U_python-Use-key-functions-when-sorting-containers.patch | ||
u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.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.