Stefan Dirsch
ca51f0d438
- update to 13.0.1 * fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc api error checks * fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan * fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small * i965: Fix GPU hang related to multiple render targets and alpha testing * Revert "st/vdpau: use linear layout for output surfaces" * ac/nir: add support for discard_if intrinsic (v2) * nir: add conditional discard optimisation (v4) * amd/addrlib: limit fastcall/regparm to GCC i386 * anv: use correct .specVersion for extensions * vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain. * ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform(). * anv/device: Return DEVICE_LOST if execbuf2 fails * vulkan/wsi/x11: Better handle wsi_x11_connection_create failure * vulkan/wsi/x11: Clean up connections in finish_wsi * anv: Better handle return codes from anv_physical_device_init * intel/blorp: Use wm_prog_data instead of hand-rolling our own * intel/blorp: Pass a brw_stage_prog_data to upload_shader * anv/pipeline: Put actual pointers in anv_shader_bin * anv/pipeline: Properly cache prog_data::param * intel/blorp: Emit all the binding tables * anv/device: Add an execbuf wrapper * anv: Add a cmd_buffer_execbuf helper * anv: Don't presume to know what address is in a surface relocation * anv: Add a new bo_pool_init helper * anv/allocator: Simplify anv_scratch_pool * anv: Initialize anv_bo::offset to -1 * anv/batch_chain: Improve write_reloc * anv: Add an anv_execbuf helper struct OBS-URL: https://build.opensuse.org/request/show/440283 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=552 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-13.0.1.tar.xz | ||
mesa-13.0.1.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-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.