Stefan Dirsch
eb572587ff
- update to 17.0.5 * fdo#97524 - Samplers referring to the same texture unit with different types should raise GL_INVALID_OPERATION * nvc0/ir: Properly handle a "split form" of predicate destination * nir: Destination component count of shader_clock intrinsic is 2 * winsys/sw/dri: don't use GNU void pointer arithmetic * st/clover: add space between < and :: * configure.ac: check require_basic_egl only if egl enabled * st/mesa: automake: honour the vdpau header install location * intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy * intel/fs: Take into account amount of data read in spilling cost heuristic. * radv: report timestampPeriod correctly * anv/blorp: Flush the texture cache in UpdateBuffer * anv/cmd_buffer: Flush the VF cache at the top of all primaries * anv/cmd_buffer: Always set up a null surface state * anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED * anv/blorp: Properly handle VK_ATTACHMENT_UNUSED * i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce() * st/mesa: invalidate the readpix cache in st_indirect_draw_vbo * anv/cmd_buffer: Disable CCS on BDW input attachments * mesa: fix remaining xfb prims check for GLES with multiple instances * mesa: validate sampler type across the whole program * vbo: fix gl_DrawID handling in glMultiDrawArrays * util/queue: don't hang at exit * mesa: fix remaining xfb prims check for GLES with multiple instances * mesa: extract need_xfb_remaining_prims_check * mesa: move glMultiDrawArrays to vbo and fix error handling + update Mesa.keyring to both upstream release managers OBS-URL: https://build.opensuse.org/request/show/492009 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=608 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch | ||
archlinux_0001-Fix-linkage-against-shared-glapi.patch | ||
archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch | ||
archlinux_glapi-Link-with-glapi-when-built-shared.patch | ||
archlinux_glvnd-fix-gl-dot-pc.patch | ||
baselibs.conf | ||
fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch | ||
manual-pages.tar.bz2 | ||
mesa-17.0.5.tar.xz | ||
mesa-17.0.5.tar.xz.sig | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
n_Define-GLAPIVAR-separate-from-GLAPI.patch | ||
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch | ||
README.updates | ||
u_add_llvm_codegen_dependencies.patch | ||
u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch | ||
u_gallivm-correct-channel-shift-logic-on-big-endian.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.