Accepting request 224739 from home:tobijk:branches:X11:XOrg
update to version 10.1 + left the patches untouched OBS-URL: https://build.opensuse.org/request/show/224739 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=360
This commit is contained in:
parent
ce2ad4c656
commit
60290f679d
17
Mesa.changes
17
Mesa.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 5 16:17:42 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Update to version 10.1:
|
||||||
|
- New features:
|
||||||
|
+ GL_ARB_draw_indirect on i965.
|
||||||
|
+ GL_ARB_clear_buffer_object
|
||||||
|
+ GL_ARB_viewport_array on i965.
|
||||||
|
+ GL_ARB_map_buffer_alignment on all drivers that did not previously
|
||||||
|
support it.
|
||||||
|
+ GL_AMD_shader_trinary_minmax.
|
||||||
|
+ GL_EXT_framebuffer_blit on r200 and radeon.
|
||||||
|
+ Reduced memory usage for display lists.
|
||||||
|
+ OpenGL 3.3 support on nv50, nvc0, r600 and radeonsi
|
||||||
|
- Changes:
|
||||||
|
+ Removed support for the GL_MESA_texture_array extension.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 4 16:26:20 UTC 2014 - sndirsch@suse.com
|
Tue Feb 4 16:26:20 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -29,11 +29,11 @@
|
|||||||
%define llvm_r600 0
|
%define llvm_r600 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _version 10.0.3
|
%define _version 10.1.0
|
||||||
%define _name_archive MesaLib
|
%define _name_archive MesaLib
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 10.0.2
|
Version: 10.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -553,7 +553,7 @@ autoreconf -fi
|
|||||||
--with-gallium-drivers=swrast,svga \
|
--with-gallium-drivers=swrast,svga \
|
||||||
%endif
|
%endif
|
||||||
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:298e1950675e14f3386ec29d9b58e733b5e1eb7cf33a804787071852f5ecb2ff
|
|
||||||
size 6789384
|
|
3
MesaLib-10.1.0.tar.bz2
Normal file
3
MesaLib-10.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5941c3d4772a9f447f51569dfca48e01af98080bc996991d00a13f900dab2230
|
||||||
|
size 6908005
|
Loading…
Reference in New Issue
Block a user