Accepting request 293716 from X11:XOrg
- 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/293716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=238
This commit is contained in:
commit
3f828a528f
28
Mesa.changes
28
Mesa.changes
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 29 13:55:46 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 18:31:08 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Mesa
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 10.5.1
|
||||
%define _version 10.5.2
|
||||
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
|
||||
%define gallium_loader 1
|
||||
%else
|
||||
@ -37,7 +37,7 @@
|
||||
%define with_nine 1
|
||||
%endif
|
||||
Name: Mesa
|
||||
Version: 10.5.1
|
||||
Version: 10.5.2
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffc51943d15c6812ee7611d053d8980a683fbd6a4986cff567b12cc66637d679
|
||||
size 6973916
|
3
mesa-10.5.2.tar.xz
Normal file
3
mesa-10.5.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44
|
||||
size 6975500
|
Loading…
Reference in New Issue
Block a user