Stefan Dirsch
3d5acac659
- update to 13.0.2 * fdo#97321 Query INFO_LOG_LENGTH for empty info log should return 0 * fdo#97420 "#version 0" crashes glsl_compiler * i965: Add some APL and KBL SKU strings * i965: Reorder PCI ID list to match release order * i965/glk: Add basic Geminilake support * wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR * ac/nir/llvm: fix channel in texture gather lowering code. * vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1) * vulkan/wsi: store present mode in swapchain base class * vulkan/wsi/x11: add support for IMMEDIATE present mode * vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR * vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR * cherry-ignore: add reverted LLVM_LIBDIR patch * anv: fix enumeration of properties * vc4: Don't abort when a shader compile fails. * vc4: Clamp the shadow comparison value. * vc4: Fix register class handling of DDX/DDY arguments. * util/disk_cache: close a previously opened handle in disk_cache_put (v2) * anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL * anv/format: handle unsupported formats properly * glcpp: Handle '#version 0' and other invalid values * glsl: Parse 0 as a preprocessor INTCONSTANT * anv/gen8: Stall when needed in Cmd(Set|Reset)Event * anv/wsi: Set the fence to signaled in AcquireNextImageKHR * anv: Rework fences * vulkan/wsi/wayland: Include pthread.h * vulkan/wsi/wayland: Clean up some error handling paths * vulkan/wsi: Report the correct min/maxImageCount * i965/gs: Allow primitive id to be a system value OBS-URL: https://build.opensuse.org/request/show/442471 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=555 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-13.0.2.tar.xz | ||
mesa-13.0.2.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.