Stefan Dirsch
8b3133b0be
- Version bump to 10.4.3 (bugfix release): * Bug 80568 - [gen4] GPU Crash During Google Chrome Operation * Bug 85367 - [gen4] GPU hang in glmark-es2 * Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff * Bug 88219 - include/c11/threads_posix.h:197: undefined reference to `pthread_mutex_lock' * mesa: Fix clamping to -1.0 in snorm_to_float * glsl: Link glsl_test with pthreads library. * i965: Respect the no_8 flag on Gen6, not just Gen7+. * i965: Work around mysterious Gen4 GPU hangs with minimal state changes. OBS-URL: https://build.opensuse.org/request/show/282755 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=417 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.spec | ||
MesaLib-10.4.3.tar.bz2 | ||
README.updates | ||
u_be_assert_include.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 |
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.