Stefan Dirsch
162fc6874a
- update to 17.2.6 * Core: fix to keep a program alive when re-linking and prevent an use-after-free. * GLSL compiler: several fixes, including one to prevent a SIGSEV when calling an undeclared subroutine in certain conditions and another to mark the xfb buffers as active only if a variable uses them. * SPIR-V compiler: fixed seveal problems involving the usage of separate images and texture/samplers. * Intel drivers: many new fixes, specially for i965. Several are focused on improving SIMD32 and little-core. It also includes a fix for a GPU hang which was detected while playing HW accelerated video with mpv. * AMD drivers: radv has seen plugged 2 memory leaks while r600 has gotten a fix through reversing the tess factor components for isolines. * swr driver: fixes for two performance regressions (one for avx512 platforms and the other for the avx/avx2 platforms). * ddebug gallium driver: fix for an use-after-free. * EGL: Wayland platform of the the DRI2 drivers got a fix to prevent crashing in ancient systems. * GLX has also received corrections to prevent a couple of errors when creating and binding a context in DRI3 and DRISW, respectively. * Build and integration: allow building libglvnd when EGL is present but not GLX. Enable building targets which don't need X11, such as omx and va, when XCB is not present. You can now specify the prefix installation for the OpenCL icd file. OBS-URL: https://build.opensuse.org/request/show/545750 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=664 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
archlinux_0001-Fix-linkage-against-shared-glapi.patch | ||
archlinux_glvnd-fix-gl-dot-pc.patch | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-17.2.6.tar.xz | ||
mesa-17.2.6.tar.xz.sig | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
n_Define-GLAPIVAR-separate-from-GLAPI.patch | ||
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch | ||
README.updates | ||
u_add_llvm_codegen_dependencies.patch | ||
U_configure.ac-rework-llvm-libs-handling-for-3.9.patch | ||
u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch | ||
u_mesa-8.0-llvmpipe-shmget.patch | ||
u_mesa-8.0.1-fix-16bpp.patch | ||
u_r600-Add-support-for-B5G5R5A1.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.