Stefan Dirsch
b357255f8e
- update to 17.1.1 - dropped patch: fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch * fdo#100854 - YUV to RGB Color Space Conversion result is not precise * fdo#100925 - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in the map correctly * radeonsi: add new vega10 pci ids * gbm/dri: Fix sign-extension in modifier query * radeon: automake: remove unneeded elf Cflags/Libs * egl: add g_egldispatchstubs.h to the release tarball * renderonly: Initialize fields of struct winsys_handle * vc4: Don't allocate new BOs to avoid synchronization when they're shared * anv: fix possible stack corruption * anv: don't leak DRM devices * glxglvnddispatch: Add missing dispatch for GetDriverConfig * nvc0/ir: SHLADD's middle source must be an immediate * nir/lower_tex: Fix minor error in YUV color conversion matrix * amd/addrlib: import Raven support * radeonsi/gfx9: add support for Raven * anv/formats: Update the three-channel BC1 mappings * 965/formats: Update the three-channel DXT1 mapping * radeonsi: mark fast-cleared textures as compressed when dirtying * radeonsi: fix primitive ID in fragment shader when using tessellation * radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI * radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation * intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4 * mesa/st: fix yuv EGLImage's * virgl: fix virgl_bo_transfer_{put, get} box struct cop * 965/vec4/gs: restore the uniform values which was overwritten by failed vec4_gs_visitor execution OBS-URL: https://build.opensuse.org/request/show/498237 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=616 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
archlinux_0001-Fix-linkage-against-shared-glapi.patch | ||
archlinux_glvnd-fix-gl-dot-pc.patch | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-17.1.1.tar.xz | ||
mesa-17.1.1.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.