Stefan Dirsch
34e7f5f283
* In this release we have: * On the build system to highlight Meson is get improved thorugh several patches that fix issues around it. * On the drivers part, RADV get several fixes: one for multisample regressions on Vega, another around GFX9 buffer views, and a couple of them more to related with avoiding emitting unneeded vertex state. * St/Nine get fixes around face register, lighting constants, math check for inversible matrix, implicit conversions and bad tracking of vertex textures. * Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around page faults. * Several fixes are also enqueued for Intel driver: set right channel_sizes for MOV_INDIRECT sources, set right config registration for uploading to kernel, return the fourcc stored in __DRIimage when possible, fix negative sign in 64-bit return values, fix null destination register in assembly instructions with 3 source operands, a fix for failed TCS/TES shader compilation * Queue also contains a couple of fixes around Gallium drivers, one to fix a typo in code that was causing wrong return value, and another one to fix an unitialized modifier for DRI2. * Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES supported version through environment variables, and a patch to fix an issue with texture samples found in "The Witness" through Wine. * A couple of bugs around unrolling loops have also been fixed, these patches were applied for NIR and GLSL. * On top of above, NIR gets more fixes in a couple of lowering functions used: coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at intrinsic support in lower_indirect_derefs. It also gets a fix around vars_to_ssa function. * Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V compiler. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=736 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
archlinux_0001-Fix-linkage-against-shared-glapi.patch | ||
archlinux_glvnd-fix-gl-dot-pc.patch | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-18.0.1.tar.xz | ||
mesa-18.0.1.tar.xz.sig | ||
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_r600-egd_tables.py-make-the-script-python-2-3-compat.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.