mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
10.2-rc2 upstream release
$ git log --format="- %s (%an)" e8f61503205a5f44e6156393eb799856f095bf14..0b3126bddddbb3555c8ee97f2158234cf725afa2 - mesa: Bump version to 10.2-rc2 (Ian Romanick) - glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414 (Emil Velikov) - configure: error out if building GBM without dri (Emil Velikov) - i965: Fix GPU hangs on Broadwell in shaders with some control flow. (Kenneth Graunke) - radeonsi: Enable geometry shaders with LLVM 3.4.1 (Tom Stellard) - configure.ac: Add LLVM_VERSION_PATCH to DEFINES (Tom Stellard) - st/xa: Fix performance regression introduced by commit "Cache render target surface" (Thomas Hellstrom) - clover: Destory pipe_screen when device does not support compute v2 (Tom Stellard) - pipe-loader: Don't destroy the winsys in the sw loader (Tom Stellard) - draw: do not use draw_get_option_use_llvm() inside draw execution paths (Roland Scheidegger) - mesa: Fix MaxNumLayers for 1D array textures. (Kenneth Graunke) - i965: Enable GL_ARB_texture_view on Broadwell. (Kenneth Graunke) - nv50/ir/gk110: fix set with f32 dest (Ilia Mirkin) - linker: Fix consumer_inputs_with_locations indexing (Ian Romanick) - meta: Only clear the requested color buffers. (Kenneth Graunke) - meta: Add infrastructure for saving/restoring the DrawBuffers state. (Kenneth Graunke) - meta: Add a new MESA_META_DRAW_BUFFERS bit. (Kenneth Graunke) - meta: Unify the GLSL and fixed-function clear paths. (Kenneth Graunke) - i965: Always intel_prepare_render() after invalidating front buffers. (Kenneth Graunke) - glsl: fix bogus layout qualifier warnings (Tapani Pälli) - i965: Set miptree target field when creating from a BO. (Kenneth Graunke) Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
8a4e9e171d
commit
ef6eb2dc04
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -70,3 +70,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-20140419.tar.xz
|
||||
/mesa-20140430.tar.xz
|
||||
/mesa-20140505.tar.xz
|
||||
/mesa-20140510.tar.xz
|
||||
|
|
|
@ -53,13 +53,13 @@
|
|||
|
||||
%define _default_patch_fuzz 2
|
||||
|
||||
%define gitdate 20140505
|
||||
%define gitdate 20140510
|
||||
#% define snapshot
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.2
|
||||
Release: 0.3.rc1.%{gitdate}%{?dist}
|
||||
Release: 0.4.rc2.%{gitdate}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -676,6 +676,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat May 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.4.rc2.20140510
|
||||
- 10.2-rc2 upstream release
|
||||
|
||||
* Tue May 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.3.rc1.20140505
|
||||
- Move gallium-pipe to the correct sub-package (RHBZ #1094588) (kwizart)
|
||||
- Move egl_gallium.so to the correct location (RHBZ #1094588) (kwizart)
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
3d183463945f084ea364df164389cff6 mesa-20140505.tar.xz
|
||||
8845801d47c3d9725b9cd56f6277f783 mesa-20140510.tar.xz
|
||||
|
|
Loading…
Reference in a new issue