Stefan Dirsch
2302fc880a
- Update to 10.5.2 + fdo#88534 - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined + fdo#89328 - python required to build Mesa release tarballs + fdo#89530 - FTBFS in loader: missing fstat + fdo#89590 - Crash in glLinkProgram with shaders with multiple constant arrays + fdo#89680 - Hard link exist in Mesa 10.5.1 sources + glsl: Generate link error for non-matching gl_FragCoord redeclarations + docs: Add sha256 sums for the 10.5.1 release + automake: add missing egl files to the tarball + st/egl: don't ship the dri2.c link at the tarball + loader: include <sys/stat.h> for non-sysfs builds + auxiliary/os: fix the android build - s/drm_munmap/os_munmap/ + cherry-ignore: add commit non applicable for 10.5 + c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default + i965: Set nr_params to the number of uniform components in the VS/GS path. + freedreno/a3xx: use the same layer size for all slices + freedreno: fix slice pitch calculations + radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords + glx: Handle out-of-sequence swap completion events correctly. (v2) + mapi: Make private copies of name strings provided by client. + freedreno: update generated headers + glsl: optimize (0 cmp x + y) into (-x cmp y). + glsl: fix names in lower_constant_arrays_to_uniforms + clover: Return 0 as storage size for local kernel args that are not set v2 OBS-URL: https://build.opensuse.org/request/show/293617 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=438 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-10.5.2.tar.xz | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.spec | ||
README.updates | ||
U_0001_gallium_include_util_macros.patch | ||
U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch | ||
U_0003_fix_build_after_macro_include.patch | ||
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.