a4bf7b8855
- let Mesa-dri-nouveau supplement xf86-video-nouveau, so it gets preselected as well once hardware supplements for Mesa-dri-nouveau match (bnc#1005323) - Mesa.spec: %ifdef'd out patches by mistake - Split off nouveau*_dri.so into Mesa-dri-nouveau. Nouveau's 3D support is too unstable to enable by default. - Mesa.spec: Disable Nouveau locking patches by default - U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch: Initialize RSxxx chipsets correctly (bsc#985650) - N_01-WIP-nouveau-add-locking.patch N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch N_03-nv30-locking-fixes.patch N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch Backport nouveau locking workaround to enable multithreading. Source: https://github.com/imirkin/mesa/commits/locking According to the author, crashes may still happen, but much more rarely. Tested on GK107. N_04-* and N_05-* include untested fixes for nv50. Fixes (boo#997171) as suggested in (fdo#91632). OBS-URL: https://build.opensuse.org/request/show/437257 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=272 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-12.0.3.tar.xz | ||
mesa-12.0.3.tar.xz.sig | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
N_01-WIP-nouveau-add-locking.patch | ||
N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch | ||
N_03-nv30-locking-fixes.patch | ||
N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch | ||
N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch | ||
n_Define-GLAPIVAR-separate-from-GLAPI.patch | ||
n_Fixed-build-against-wayland-1.2.1.patch | ||
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch | ||
README.updates | ||
u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch | ||
u_Mesa_i965-import-prime-buffers.patch | ||
u_mesa-8.0-llvmpipe-shmget.patch | ||
u_mesa-8.0.1-fix-16bpp.patch | ||
U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.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.