diff --git a/Mesa.changes b/Mesa.changes index 6a97a03..c7ed213 100644 --- a/Mesa.changes +++ b/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 diff --git a/Mesa.spec b/Mesa.spec index 22126b2..f9017a3 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -29,11 +29,11 @@ %define llvm_r600 0 %endif -%define _version 10.0.3 +%define _version 10.1.0 %define _name_archive MesaLib Name: Mesa -Version: 10.0.2 +Version: 10.1.0 Release: 0 BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -476,6 +476,9 @@ This package contains the VDPAU state tracker for radeonsi. %setup -n %{name}-%{_version} -b4 -q # remove some docs rm -rf docs/README.{VMS,WIN32,OS2} +### disabled, but not dropped yet; these still need investigation in +### order to figure out whether the issue is still reproducable and +### hence a fix is required #%patch11 -p1 #%patch15 -p1 #%patch13 -p1 @@ -550,7 +553,7 @@ autoreconf -fi --with-gallium-drivers=swrast,svga \ %endif CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT diff --git a/MesaLib-10.0.3.tar.bz2 b/MesaLib-10.0.3.tar.bz2 deleted file mode 100644 index 483eefc..0000000 --- a/MesaLib-10.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:298e1950675e14f3386ec29d9b58e733b5e1eb7cf33a804787071852f5ecb2ff -size 6789384 diff --git a/MesaLib-10.1.0.tar.bz2 b/MesaLib-10.1.0.tar.bz2 new file mode 100644 index 0000000..35951a5 --- /dev/null +++ b/MesaLib-10.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5941c3d4772a9f447f51569dfca48e01af98080bc996991d00a13f900dab2230 +size 6908005