2012-05-10 14:23:44 +00:00
|
|
|
%if 0%{?rhel}
|
2012-12-05 21:12:23 +00:00
|
|
|
%define with_private_llvm 1
|
|
|
|
%else
|
|
|
|
%define with_private_llvm 0
|
2012-12-20 19:15:37 +00:00
|
|
|
%define with_wayland 1
|
2012-05-10 14:23:44 +00:00
|
|
|
%endif
|
|
|
|
|
2012-11-01 20:54:32 +00:00
|
|
|
# f17 support wayland 0.85, llvm 3.0 means no radeonsi
|
|
|
|
%if 0%{?fedora} < 18
|
|
|
|
%define min_wayland_version 0.85
|
|
|
|
%else
|
|
|
|
%define min_wayland_version 1.0
|
2013-02-19 06:47:28 +00:00
|
|
|
%define with_radeonsi 1
|
2012-11-01 20:54:32 +00:00
|
|
|
%endif
|
|
|
|
|
2012-05-10 14:23:44 +00:00
|
|
|
# S390 doesn't have video cards, but we need swrast for xserver's GLX
|
2013-03-19 15:50:20 +00:00
|
|
|
%ifarch s390 s390x
|
2009-07-20 21:08:47 +00:00
|
|
|
%define with_hardware 0
|
2013-05-08 22:03:21 +00:00
|
|
|
%define dri_drivers --with-dri-drivers=
|
2007-02-26 17:20:00 +00:00
|
|
|
%else
|
2009-07-20 21:08:47 +00:00
|
|
|
%define with_hardware 1
|
2011-11-14 16:21:07 +00:00
|
|
|
%define base_drivers nouveau,radeon,r200
|
2011-08-02 15:58:35 +00:00
|
|
|
%ifarch %{ix86}
|
2012-05-01 15:43:31 +00:00
|
|
|
%define platform_drivers ,i915,i965
|
2012-04-26 14:19:09 +00:00
|
|
|
%define with_vmware 1
|
2011-08-02 15:58:35 +00:00
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
2012-05-01 15:43:31 +00:00
|
|
|
%define platform_drivers ,i915,i965
|
2012-04-26 14:19:09 +00:00
|
|
|
%define with_vmware 1
|
2011-08-02 15:58:35 +00:00
|
|
|
%endif
|
2013-05-08 22:03:21 +00:00
|
|
|
%define dri_drivers --with-dri-drivers=%{base_drivers}%{?platform_drivers}
|
2005-09-12 18:27:33 +00:00
|
|
|
%endif
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2008-08-28 12:32:42 +00:00
|
|
|
%define _default_patch_fuzz 2
|
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
%define gitdate 20130508
|
2009-02-08 08:01:38 +00:00
|
|
|
#% define snapshot
|
2006-09-30 21:32:16 +00:00
|
|
|
|
2005-09-12 18:38:19 +00:00
|
|
|
Summary: Mesa graphics libraries
|
2005-09-12 18:27:33 +00:00
|
|
|
Name: mesa
|
2013-05-08 22:03:21 +00:00
|
|
|
Version: 9.2
|
|
|
|
Release: 0.1.%{gitdate}%{?dist}
|
2007-02-20 17:56:21 +00:00
|
|
|
License: MIT
|
2005-09-12 18:26:20 +00:00
|
|
|
Group: System Environment/Libraries
|
2005-09-12 18:27:33 +00:00
|
|
|
URL: http://www.mesa3d.org
|
2006-06-19 17:36:51 +00:00
|
|
|
|
2009-02-08 08:01:38 +00:00
|
|
|
#Source0: http://www.mesa3d.org/beta/MesaLib-%{version}%{?snapshot}.tar.bz2
|
2013-05-08 22:03:21 +00:00
|
|
|
#Source0: ftp://ftp.freedesktop.org/pub/%{name}/%{version}/MesaLib-%{version}.tar.bz2
|
|
|
|
# Source0: MesaLib-%{version}.tar.xz
|
|
|
|
Source0: %{name}-%{gitdate}.tar.xz
|
|
|
|
Source1: sanitize-tarball.sh
|
|
|
|
Source2: make-release-tarball.sh
|
2008-02-15 23:21:58 +00:00
|
|
|
Source3: make-git-snapshot.sh
|
2008-09-29 21:19:22 +00:00
|
|
|
|
2013-01-15 15:38:20 +00:00
|
|
|
# src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
|
|
|
|
# Source4 contains email correspondence clarifying the license terms.
|
|
|
|
# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
|
|
|
|
Source4: Mesa-MLAA-License-Clarification-Email.txt
|
|
|
|
|
2013-03-19 15:50:20 +00:00
|
|
|
# git diff-tree -p mesa-9.1..origin/9.1 > `git describe origin/9.1`.patch
|
2013-04-27 07:29:43 +00:00
|
|
|
Patch0: mesa-9.1.1-53-g3cff41c.patch
|
2013-03-19 15:50:20 +00:00
|
|
|
|
|
|
|
Patch1: nv50-fix-build.patch
|
2012-03-21 17:41:55 +00:00
|
|
|
Patch9: mesa-8.0-llvmpipe-shmget.patch
|
2012-04-02 16:27:19 +00:00
|
|
|
Patch12: mesa-8.0.1-fix-16bpp.patch
|
2013-03-19 01:55:32 +00:00
|
|
|
Patch14: i965-hack-hiz-snb-fix.patch
|
2013-05-08 22:03:21 +00:00
|
|
|
Patch15: mesa-9.2-hardware-float.patch
|
|
|
|
Patch16: mesa-9.2-no-useless-vdpau.patch
|
|
|
|
# this is suboptimal, or so dave says:
|
|
|
|
# http://lists.freedesktop.org/archives/mesa-dev/2013-May/039169.html
|
|
|
|
Patch17: 0001-mesa-Be-less-casual-about-texture-formats-in-st_fina.patch
|
|
|
|
Patch18: mesa-9.2-llvmpipe-on-big-endian.patch
|
2013-03-19 15:50:20 +00:00
|
|
|
|
2010-06-25 08:13:00 +00:00
|
|
|
BuildRequires: pkgconfig autoconf automake libtool
|
2009-07-20 21:08:47 +00:00
|
|
|
%if %{with_hardware}
|
2011-11-16 16:29:47 +00:00
|
|
|
BuildRequires: kernel-headers
|
2010-05-17 10:11:05 +00:00
|
|
|
BuildRequires: xorg-x11-server-devel
|
2006-03-01 06:16:10 +00:00
|
|
|
%endif
|
2013-02-13 06:57:10 +00:00
|
|
|
BuildRequires: libdrm-devel >= 2.4.42
|
2005-09-12 18:27:33 +00:00
|
|
|
BuildRequires: libXxf86vm-devel
|
2011-11-16 16:29:47 +00:00
|
|
|
BuildRequires: expat-devel
|
|
|
|
BuildRequires: xorg-x11-proto-devel
|
2006-05-17 20:34:37 +00:00
|
|
|
BuildRequires: makedepend
|
2006-07-24 22:33:06 +00:00
|
|
|
BuildRequires: libselinux-devel
|
2006-09-19 19:34:38 +00:00
|
|
|
BuildRequires: libXext-devel
|
2007-08-14 05:44:52 +00:00
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
2008-04-09 14:49:49 +00:00
|
|
|
BuildRequires: libXi-devel
|
2008-04-09 15:06:32 +00:00
|
|
|
BuildRequires: libXmu-devel
|
2008-10-20 16:04:54 +00:00
|
|
|
BuildRequires: elfutils
|
2010-01-07 00:57:29 +00:00
|
|
|
BuildRequires: python
|
2013-02-13 08:36:36 +00:00
|
|
|
BuildRequires: gettext
|
2012-12-05 21:12:23 +00:00
|
|
|
%if 0%{?with_private_llvm}
|
|
|
|
BuildRequires: mesa-private-llvm-devel
|
|
|
|
%else
|
2012-11-01 20:54:32 +00:00
|
|
|
BuildRequires: llvm-devel >= 3.0
|
2011-12-14 18:14:28 +00:00
|
|
|
%endif
|
2013-05-08 22:03:21 +00:00
|
|
|
BuildRequires: elfutils-libelf-devel
|
2010-05-29 23:01:25 +00:00
|
|
|
BuildRequires: libxml2-python
|
2011-01-18 23:54:35 +00:00
|
|
|
BuildRequires: libudev-devel
|
2011-03-28 20:14:42 +00:00
|
|
|
BuildRequires: bison flex
|
2012-07-24 13:44:45 +00:00
|
|
|
%if !0%{?rhel}
|
2012-11-01 20:54:32 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client) >= %{min_wayland_version}
|
|
|
|
BuildRequires: pkgconfig(wayland-server) >= %{min_wayland_version}
|
2012-07-24 13:44:45 +00:00
|
|
|
%endif
|
2012-10-01 10:51:20 +00:00
|
|
|
BuildRequires: mesa-libGL-devel
|
2013-05-08 22:03:21 +00:00
|
|
|
BuildRequires: libvdpau-devel
|
2013-05-08 22:16:51 +00:00
|
|
|
BuildRequires: zlib-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
|
|
|
%description
|
2005-09-12 18:27:33 +00:00
|
|
|
Mesa
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGL
|
2006-08-18 19:52:19 +00:00
|
|
|
Summary: Mesa libGL runtime libraries and DRI drivers
|
2005-09-12 18:27:33 +00:00
|
|
|
Group: System Environment/Libraries
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGL
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGL
|
2008-07-02 12:35:05 +00:00
|
|
|
Mesa libGL runtime library.
|
|
|
|
|
2010-11-05 16:41:50 +00:00
|
|
|
%package libEGL
|
|
|
|
Summary: Mesa libEGL runtime libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description libEGL
|
2010-11-05 18:27:39 +00:00
|
|
|
Mesa libEGL runtime libraries
|
|
|
|
|
|
|
|
%package libGLES
|
|
|
|
Summary: Mesa libGLES runtime libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description libGLES
|
|
|
|
Mesa GLES runtime libraries
|
2008-07-02 12:35:05 +00:00
|
|
|
|
2011-01-19 03:36:41 +00:00
|
|
|
%package dri-filesystem
|
|
|
|
Summary: Mesa DRI driver filesystem
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
%description dri-filesystem
|
|
|
|
Mesa DRI driver filesystem
|
|
|
|
|
2008-07-02 12:35:05 +00:00
|
|
|
%package dri-drivers
|
2009-02-21 21:56:30 +00:00
|
|
|
Summary: Mesa-based DRI drivers
|
2008-07-02 12:35:05 +00:00
|
|
|
Group: User Interface/X Hardware Support
|
2011-01-19 03:36:41 +00:00
|
|
|
Requires: mesa-dri-filesystem%{?_isa}
|
2011-01-20 00:38:18 +00:00
|
|
|
Obsoletes: mesa-dri-drivers-experimental < 0:7.10-0.24
|
2011-11-17 19:32:24 +00:00
|
|
|
Obsoletes: mesa-dri-drivers-dri1 < 7.12
|
2011-11-09 16:03:17 +00:00
|
|
|
Obsoletes: mesa-dri-llvmcore <= 7.12
|
2008-07-02 12:35:05 +00:00
|
|
|
%description dri-drivers
|
|
|
|
Mesa-based DRI drivers.
|
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
%package vdpau-drivers
|
|
|
|
Summary: Mesa-based DRI drivers
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
Requires: mesa-dri-filesystem%{?_isa}
|
|
|
|
%description vdpau-drivers
|
|
|
|
Mesa-based VDPAU drivers.
|
|
|
|
|
2011-09-08 21:33:52 +00:00
|
|
|
%package -n khrplatform-devel
|
|
|
|
Summary: Khronos platform development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n khrplatform-devel
|
|
|
|
Khronos platform development package
|
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGL-devel
|
|
|
|
Summary: Mesa libGL development package
|
|
|
|
Group: Development/Libraries
|
2005-12-19 06:55:42 +00:00
|
|
|
Requires: mesa-libGL = %{version}-%{release}
|
2012-09-07 20:34:36 +00:00
|
|
|
Requires: gl-manpages
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGL-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGL-devel
|
|
|
|
Mesa libGL development package
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2010-11-05 16:41:50 +00:00
|
|
|
%package libEGL-devel
|
|
|
|
Summary: Mesa libEGL development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mesa-libEGL = %{version}-%{release}
|
2011-09-08 21:33:52 +00:00
|
|
|
Requires: khrplatform-devel >= %{version}-%{release}
|
2010-11-05 16:41:50 +00:00
|
|
|
|
|
|
|
%description libEGL-devel
|
|
|
|
Mesa libEGL development package
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2010-11-05 18:27:39 +00:00
|
|
|
%package libGLES-devel
|
|
|
|
Summary: Mesa libGLES development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mesa-libGLES = %{version}-%{release}
|
2011-09-08 21:33:52 +00:00
|
|
|
Requires: khrplatform-devel >= %{version}-%{release}
|
2010-11-05 18:27:39 +00:00
|
|
|
|
|
|
|
%description libGLES-devel
|
|
|
|
Mesa libGLES development package
|
|
|
|
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2006-08-18 19:52:19 +00:00
|
|
|
%package libOSMesa
|
|
|
|
Summary: Mesa offscreen rendering libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: libOSMesa
|
|
|
|
|
|
|
|
%description libOSMesa
|
|
|
|
Mesa offscreen rendering libraries
|
|
|
|
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2006-08-18 19:52:19 +00:00
|
|
|
%package libOSMesa-devel
|
|
|
|
Summary: Mesa offscreen rendering development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mesa-libOSMesa = %{version}-%{release}
|
|
|
|
|
|
|
|
%description libOSMesa-devel
|
|
|
|
Mesa offscreen rendering development package
|
|
|
|
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2012-02-23 19:14:04 +00:00
|
|
|
%package libgbm
|
|
|
|
Summary: Mesa gbm library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: libgbm
|
|
|
|
|
|
|
|
%description libgbm
|
|
|
|
Mesa gbm runtime library.
|
|
|
|
|
|
|
|
|
|
|
|
%package libgbm-devel
|
|
|
|
Summary: Mesa libgbm development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mesa-libgbm%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: libgbm-devel
|
|
|
|
|
|
|
|
%description libgbm-devel
|
|
|
|
Mesa libgbm development package
|
|
|
|
|
|
|
|
|
2012-05-01 15:43:31 +00:00
|
|
|
%if !0%{?rhel}
|
2012-02-23 19:14:04 +00:00
|
|
|
%package libwayland-egl
|
|
|
|
Summary: Mesa libwayland-egl library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: libwayland-egl
|
|
|
|
|
|
|
|
%description libwayland-egl
|
|
|
|
Mesa libwayland-egl runtime library.
|
|
|
|
|
|
|
|
|
|
|
|
%package libwayland-egl-devel
|
|
|
|
Summary: Mesa libwayland-egl development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mesa-libwayland-egl%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: libwayland-egl-devel
|
|
|
|
|
|
|
|
%description libwayland-egl-devel
|
|
|
|
Mesa libwayland-egl development package
|
2012-05-01 15:43:31 +00:00
|
|
|
%endif
|
|
|
|
|
2012-02-23 19:14:04 +00:00
|
|
|
|
2012-04-26 14:19:09 +00:00
|
|
|
%if 0%{?with_vmware}
|
2012-03-15 13:39:24 +00:00
|
|
|
%package libxatracker
|
|
|
|
Summary: Mesa XA state tracker for vmware
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: libxatracker
|
|
|
|
|
|
|
|
%description libxatracker
|
|
|
|
Mesa XA state tracker for vmware
|
|
|
|
|
|
|
|
%package libxatracker-devel
|
|
|
|
Summary: Mesa XA state tracker development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mesa-libxatracker%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: libxatracker-devel
|
|
|
|
|
|
|
|
%description libxatracker-devel
|
|
|
|
Mesa XA state tracker development package
|
2012-04-26 14:19:09 +00:00
|
|
|
%endif
|
2012-02-23 19:14:04 +00:00
|
|
|
|
2012-03-28 21:21:59 +00:00
|
|
|
%package libglapi
|
|
|
|
Summary: Mesa shared glapi
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description libglapi
|
|
|
|
Mesa shared glapi
|
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%prep
|
2013-05-08 22:03:21 +00:00
|
|
|
#setup -q -n Mesa-%{version}%{?snapshot}
|
|
|
|
%setup -q -n mesa-%{gitdate}
|
|
|
|
grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
|
|
|
|
#patch0 -p1 -b .git
|
2013-03-19 15:50:20 +00:00
|
|
|
%patch1 -p1 -b .nv50rtti
|
2011-03-28 20:14:42 +00:00
|
|
|
|
2012-10-10 15:55:24 +00:00
|
|
|
# this fastpath is:
|
|
|
|
# - broken with swrast classic
|
|
|
|
# - broken on 24bpp
|
|
|
|
# - not a huge win anyway
|
|
|
|
# - ABI-broken wrt upstream
|
|
|
|
# - eventually obsoleted by vgem
|
|
|
|
#
|
|
|
|
# dear ajax: fix this one way or the other
|
|
|
|
#patch9 -p1 -b .shmget
|
|
|
|
#patch12 -p1 -b .16bpp
|
2011-03-28 20:14:42 +00:00
|
|
|
|
2013-03-19 01:55:32 +00:00
|
|
|
# hack from chromium - awaiting real upstream fix
|
|
|
|
%patch14 -p1 -b .snbfix
|
2013-05-08 22:03:21 +00:00
|
|
|
|
|
|
|
%patch15 -p1 -b .hwfloat
|
|
|
|
%patch16 -p1 -b .vdpau
|
|
|
|
%patch17 -p1 -b .tfp
|
|
|
|
%patch18 -p1 -b .be
|
2012-02-13 16:10:06 +00:00
|
|
|
|
2012-12-05 21:12:23 +00:00
|
|
|
%if 0%{with_private_llvm}
|
|
|
|
sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
|
|
|
|
sed -i 's/`$LLVM_CONFIG --version`/&-mesa/' configure.ac
|
|
|
|
%endif
|
|
|
|
|
2012-11-01 20:54:32 +00:00
|
|
|
# need to use libdrm_nouveau2 on F17
|
2012-11-05 10:01:28 +00:00
|
|
|
%if !0%{?rhel}
|
2012-11-01 20:54:32 +00:00
|
|
|
%if 0%{?fedora} < 18
|
|
|
|
sed -i 's/\<libdrm_nouveau\>/&2/' configure.ac
|
|
|
|
%endif
|
2012-11-05 10:01:28 +00:00
|
|
|
%endif
|
2012-11-01 20:54:32 +00:00
|
|
|
|
2013-01-15 15:38:20 +00:00
|
|
|
cp %{SOURCE4} docs/
|
|
|
|
|
2012-11-01 20:54:32 +00:00
|
|
|
%build
|
|
|
|
|
2008-12-20 07:07:13 +00:00
|
|
|
autoreconf --install
|
2008-02-15 23:21:58 +00:00
|
|
|
|
2011-02-23 21:43:59 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
2012-12-20 19:15:37 +00:00
|
|
|
# C++ note: we never say "catch" in the source. we do say "typeid" once,
|
|
|
|
# in an assert, which is patched out above. LLVM doesn't use RTTI or throw.
|
|
|
|
#
|
|
|
|
# We do say 'catch' in the clover and d3d1x state trackers, but we're not
|
|
|
|
# building those yet.
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
|
2009-08-06 18:04:05 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
# i do not have words for how much the assembly dispatch code infuriates me
|
2011-06-20 04:15:34 +00:00
|
|
|
%define common_flags --enable-selinux --enable-pic --disable-asm
|
2009-08-06 18:04:05 +00:00
|
|
|
%else
|
2011-06-20 04:15:34 +00:00
|
|
|
%define common_flags --enable-selinux --enable-pic
|
2009-08-06 18:04:05 +00:00
|
|
|
%endif
|
2008-04-10 18:20:31 +00:00
|
|
|
|
2009-02-24 16:54:44 +00:00
|
|
|
%configure %{common_flags} \
|
2011-11-14 16:21:07 +00:00
|
|
|
--enable-osmesa \
|
2009-07-20 21:08:47 +00:00
|
|
|
--with-dri-driverdir=%{_libdir}/dri \
|
2010-11-05 16:41:50 +00:00
|
|
|
--enable-egl \
|
2013-05-08 22:03:21 +00:00
|
|
|
--disable-gles1 \
|
2010-11-05 16:41:50 +00:00
|
|
|
--enable-gles2 \
|
2010-12-02 21:34:08 +00:00
|
|
|
--disable-gallium-egl \
|
2013-05-08 22:03:21 +00:00
|
|
|
--disable-xvmc \
|
|
|
|
--enable-vdpau \
|
2012-12-20 19:15:37 +00:00
|
|
|
--with-egl-platforms=x11,drm%{?with_wayland:,wayland} \
|
2012-02-23 19:14:04 +00:00
|
|
|
--enable-shared-glapi \
|
|
|
|
--enable-gbm \
|
2013-02-13 06:57:10 +00:00
|
|
|
--disable-opencl \
|
2013-04-11 02:11:21 +00:00
|
|
|
--enable-glx-tls \
|
2013-05-08 22:03:21 +00:00
|
|
|
--enable-texture-float=hardware \
|
|
|
|
--enable-gallium-llvm \
|
|
|
|
--with-llvm-shared-libs \
|
|
|
|
--enable-dri \
|
2011-01-18 23:54:35 +00:00
|
|
|
%if %{with_hardware}
|
2012-04-26 14:19:09 +00:00
|
|
|
%{?with_vmware:--enable-xa} \
|
2012-11-01 20:54:32 +00:00
|
|
|
--with-gallium-drivers=%{?with_vmware:svga,}r300,r600,%{?with_radeonsi:radeonsi,}nouveau,swrast \
|
2012-07-25 06:56:27 +00:00
|
|
|
%else
|
2013-05-08 22:03:21 +00:00
|
|
|
--with-gallium-drivers=swrast \
|
2010-06-25 08:13:00 +00:00
|
|
|
%endif
|
2009-08-13 18:57:30 +00:00
|
|
|
%{?dri_drivers}
|
2008-02-18 16:23:51 +00:00
|
|
|
|
2012-12-05 21:12:23 +00:00
|
|
|
make %{?_smp_mflags} MKDEP=/bin/true
|
2006-09-29 19:07:15 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-08-30 07:06:22 +00:00
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2011-09-08 21:33:52 +00:00
|
|
|
|
2012-05-01 15:43:31 +00:00
|
|
|
%if 0%{?rhel}
|
2012-07-23 21:19:31 +00:00
|
|
|
# remove pre-DX9 drivers
|
2012-08-17 13:51:46 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/dri/{radeon,r200,nouveau_vieux}_dri.*
|
2012-05-01 15:43:31 +00:00
|
|
|
%endif
|
2006-09-19 19:51:19 +00:00
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
# strip out useless headers
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_includedir}/GL/w*.h
|
2006-09-19 19:51:19 +00:00
|
|
|
|
2012-04-24 16:47:33 +00:00
|
|
|
# remove .la files
|
2012-05-01 15:43:31 +00:00
|
|
|
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
2012-04-24 16:47:33 +00:00
|
|
|
|
2009-02-23 20:25:07 +00:00
|
|
|
# this keeps breaking, check it early. note that the exit from eu-ftr is odd.
|
2009-02-24 16:54:44 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}
|
2009-08-06 18:04:05 +00:00
|
|
|
for i in libOSMesa*.so libGL.so ; do
|
2009-02-24 16:54:44 +00:00
|
|
|
eu-findtextrel $i && exit 1
|
|
|
|
done
|
2010-11-18 22:06:01 +00:00
|
|
|
popd
|
2009-02-23 20:25:07 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
%check
|
|
|
|
|
2005-09-12 18:32:57 +00:00
|
|
|
%post libGL -p /sbin/ldconfig
|
|
|
|
%postun libGL -p /sbin/ldconfig
|
2006-08-18 19:52:19 +00:00
|
|
|
%post libOSMesa -p /sbin/ldconfig
|
|
|
|
%postun libOSMesa -p /sbin/ldconfig
|
2010-11-05 16:41:50 +00:00
|
|
|
%post libEGL -p /sbin/ldconfig
|
|
|
|
%postun libEGL -p /sbin/ldconfig
|
2010-11-05 18:27:39 +00:00
|
|
|
%post libGLES -p /sbin/ldconfig
|
|
|
|
%postun libGLES -p /sbin/ldconfig
|
2012-07-14 21:51:39 +00:00
|
|
|
%post libglapi -p /sbin/ldconfig
|
|
|
|
%postun libglapi -p /sbin/ldconfig
|
2012-02-23 19:14:04 +00:00
|
|
|
%post libgbm -p /sbin/ldconfig
|
|
|
|
%postun libgbm -p /sbin/ldconfig
|
2012-05-01 15:43:31 +00:00
|
|
|
%if !0%{?rhel}
|
2012-02-23 19:14:04 +00:00
|
|
|
%post libwayland-egl -p /sbin/ldconfig
|
|
|
|
%postun libwayland-egl -p /sbin/ldconfig
|
2012-05-01 15:43:31 +00:00
|
|
|
%endif
|
2012-07-14 21:51:39 +00:00
|
|
|
%if 0%{?with_vmware}
|
|
|
|
%post libxatracker -p /sbin/ldconfig
|
|
|
|
%postun libxatracker -p /sbin/ldconfig
|
|
|
|
%endif
|
2005-09-12 18:27:33 +00:00
|
|
|
|
|
|
|
%files libGL
|
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 14:55:58 +00:00
|
|
|
%doc docs/COPYING
|
2005-09-12 18:27:33 +00:00
|
|
|
%{_libdir}/libGL.so.1
|
2009-03-23 13:01:12 +00:00
|
|
|
%{_libdir}/libGL.so.1.*
|
2008-07-02 12:35:05 +00:00
|
|
|
|
2010-11-05 16:41:50 +00:00
|
|
|
%files libEGL
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc docs/COPYING
|
|
|
|
%{_libdir}/libEGL.so.1
|
|
|
|
%{_libdir}/libEGL.so.1.*
|
2010-11-05 18:27:39 +00:00
|
|
|
|
|
|
|
%files libGLES
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc docs/COPYING
|
2010-11-05 16:41:50 +00:00
|
|
|
%{_libdir}/libGLESv2.so.2
|
|
|
|
%{_libdir}/libGLESv2.so.2.*
|
|
|
|
|
2011-01-19 03:36:41 +00:00
|
|
|
%files dri-filesystem
|
2009-02-21 21:56:30 +00:00
|
|
|
%defattr(-,root,root,-)
|
2013-01-15 15:38:20 +00:00
|
|
|
%doc docs/COPYING docs/Mesa-MLAA-License-Clarification-Email.txt
|
2005-09-12 18:36:48 +00:00
|
|
|
%dir %{_libdir}/dri
|
2013-05-08 22:03:21 +00:00
|
|
|
%dir %{_libdir}/vdpau
|
2011-01-19 03:36:41 +00:00
|
|
|
|
2012-03-28 21:21:59 +00:00
|
|
|
%files libglapi
|
2012-03-19 18:05:34 +00:00
|
|
|
%{_libdir}/libglapi.so.0
|
|
|
|
%{_libdir}/libglapi.so.0.*
|
2012-03-28 21:21:59 +00:00
|
|
|
|
|
|
|
%files dri-drivers
|
|
|
|
%defattr(-,root,root,-)
|
2010-06-25 08:13:00 +00:00
|
|
|
%if %{with_hardware}
|
2012-04-26 15:15:25 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/drirc
|
2012-05-01 15:43:31 +00:00
|
|
|
%if !0%{?rhel}
|
2011-06-20 03:47:11 +00:00
|
|
|
%{_libdir}/dri/radeon_dri.so
|
|
|
|
%{_libdir}/dri/r200_dri.so
|
2012-05-01 15:43:31 +00:00
|
|
|
%{_libdir}/dri/nouveau_vieux_dri.so
|
|
|
|
%endif
|
2011-01-18 23:30:44 +00:00
|
|
|
%{_libdir}/dri/r300_dri.so
|
2011-01-18 04:08:44 +00:00
|
|
|
%{_libdir}/dri/r600_dri.so
|
2013-05-08 22:03:21 +00:00
|
|
|
%if 0%{?with_radeonsi}
|
2012-07-23 21:19:31 +00:00
|
|
|
%{_libdir}/dri/radeonsi_dri.so
|
2012-07-25 06:56:27 +00:00
|
|
|
%endif
|
2013-05-08 22:03:21 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
2011-01-18 04:08:44 +00:00
|
|
|
%{_libdir}/dri/i915_dri.so
|
|
|
|
%{_libdir}/dri/i965_dri.so
|
2011-03-18 01:27:33 +00:00
|
|
|
%endif
|
2011-01-20 00:38:18 +00:00
|
|
|
%{_libdir}/dri/nouveau_dri.so
|
2012-04-26 14:19:09 +00:00
|
|
|
%if 0%{?with_vmware}
|
2012-03-15 13:39:24 +00:00
|
|
|
%{_libdir}/dri/vmwgfx_dri.so
|
2011-06-20 03:47:11 +00:00
|
|
|
%endif
|
2013-02-27 14:25:43 +00:00
|
|
|
%else
|
|
|
|
%exclude %{_sysconfdir}/drirc
|
2012-04-26 14:19:09 +00:00
|
|
|
%endif
|
2012-07-17 07:59:15 +00:00
|
|
|
%{_libdir}/libdricore*.so*
|
2011-06-20 03:47:11 +00:00
|
|
|
%{_libdir}/dri/swrast_dri.so
|
2009-08-13 18:57:30 +00:00
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
%if %{with_hardware}
|
|
|
|
# should be explicit here but meh
|
|
|
|
%files vdpau-drivers
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/vdpau/*.so*
|
|
|
|
%endif
|
|
|
|
|
2011-09-08 21:33:52 +00:00
|
|
|
%files -n khrplatform-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/KHR
|
|
|
|
|
2006-09-30 18:04:34 +00:00
|
|
|
%files libGL-devel
|
2005-09-12 18:27:33 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/GL/gl.h
|
|
|
|
%{_includedir}/GL/gl_mangle.h
|
|
|
|
%{_includedir}/GL/glext.h
|
|
|
|
%{_includedir}/GL/glx.h
|
|
|
|
%{_includedir}/GL/glx_mangle.h
|
|
|
|
%{_includedir}/GL/glxext.h
|
2007-07-24 19:56:47 +00:00
|
|
|
%dir %{_includedir}/GL/internal
|
|
|
|
%{_includedir}/GL/internal/dri_interface.h
|
2008-09-05 05:48:02 +00:00
|
|
|
%{_libdir}/pkgconfig/dri.pc
|
2009-03-23 13:01:12 +00:00
|
|
|
%{_libdir}/libGL.so
|
2012-03-19 18:05:34 +00:00
|
|
|
%{_libdir}/libglapi.so
|
2008-02-15 23:21:58 +00:00
|
|
|
%{_libdir}/pkgconfig/gl.pc
|
2005-09-12 18:27:33 +00:00
|
|
|
|
2010-11-05 16:41:50 +00:00
|
|
|
%files libEGL-devel
|
|
|
|
%defattr(-,root,root,-)
|
2011-07-05 20:28:52 +00:00
|
|
|
%dir %{_includedir}/EGL
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_includedir}/EGL/eglext.h
|
|
|
|
%{_includedir}/EGL/egl.h
|
2012-01-05 19:56:38 +00:00
|
|
|
%{_includedir}/EGL/eglmesaext.h
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_includedir}/EGL/eglplatform.h
|
2011-07-06 20:47:18 +00:00
|
|
|
%dir %{_includedir}/KHR
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_includedir}/KHR/khrplatform.h
|
|
|
|
%{_libdir}/pkgconfig/egl.pc
|
|
|
|
%{_libdir}/libEGL.so
|
|
|
|
|
|
|
|
%files libGLES-devel
|
|
|
|
%defattr(-,root,root,-)
|
2011-07-05 20:28:52 +00:00
|
|
|
%dir %{_includedir}/GLES2
|
2010-11-05 16:41:50 +00:00
|
|
|
%{_includedir}/GLES2/gl2platform.h
|
|
|
|
%{_includedir}/GLES2/gl2.h
|
|
|
|
%{_includedir}/GLES2/gl2ext.h
|
2013-02-13 08:19:46 +00:00
|
|
|
%{_includedir}/GLES3/gl3platform.h
|
|
|
|
%{_includedir}/GLES3/gl3.h
|
|
|
|
%{_includedir}/GLES3/gl3ext.h
|
2010-11-05 16:41:50 +00:00
|
|
|
%{_libdir}/pkgconfig/glesv2.pc
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_libdir}/libGLESv2.so
|
2010-11-05 16:41:50 +00:00
|
|
|
|
2006-08-18 19:52:19 +00:00
|
|
|
%files libOSMesa
|
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 14:55:58 +00:00
|
|
|
%doc docs/COPYING
|
2012-01-26 15:12:47 +00:00
|
|
|
%{_libdir}/libOSMesa.so.8*
|
2006-08-18 19:52:19 +00:00
|
|
|
|
|
|
|
%files libOSMesa-devel
|
|
|
|
%defattr(-,root,root,-)
|
2011-07-06 20:47:18 +00:00
|
|
|
%dir %{_includedir}/GL
|
2006-08-18 19:52:19 +00:00
|
|
|
%{_includedir}/GL/osmesa.h
|
|
|
|
%{_libdir}/libOSMesa.so
|
2011-05-10 00:17:06 +00:00
|
|
|
%{_libdir}/pkgconfig/osmesa.pc
|
2006-08-18 19:52:19 +00:00
|
|
|
|
2012-02-23 19:14:04 +00:00
|
|
|
%files libgbm
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc docs/COPYING
|
|
|
|
%{_libdir}/libgbm.so.1
|
|
|
|
%{_libdir}/libgbm.so.1.*
|
|
|
|
|
|
|
|
%files libgbm-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libgbm.so
|
|
|
|
%{_includedir}/gbm.h
|
|
|
|
%{_libdir}/pkgconfig/gbm.pc
|
|
|
|
|
2012-05-01 15:43:31 +00:00
|
|
|
%if !0%{?rhel}
|
2012-02-23 19:14:04 +00:00
|
|
|
%files libwayland-egl
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc docs/COPYING
|
|
|
|
%{_libdir}/libwayland-egl.so.1
|
|
|
|
%{_libdir}/libwayland-egl.so.1.*
|
|
|
|
|
|
|
|
%files libwayland-egl-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libwayland-egl.so
|
|
|
|
%{_libdir}/pkgconfig/wayland-egl.pc
|
2012-05-01 15:43:31 +00:00
|
|
|
%endif
|
2012-02-23 19:14:04 +00:00
|
|
|
|
2012-04-26 14:19:09 +00:00
|
|
|
%if 0%{?with_vmware}
|
2012-03-15 13:39:24 +00:00
|
|
|
%files libxatracker
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc docs/COPYING
|
|
|
|
%if %{with_hardware}
|
|
|
|
%{_libdir}/libxatracker.so.1
|
|
|
|
%{_libdir}/libxatracker.so.1.*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files libxatracker-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%if %{with_hardware}
|
|
|
|
%{_libdir}/libxatracker.so
|
|
|
|
%{_includedir}/xa_tracker.h
|
|
|
|
%{_includedir}/xa_composite.h
|
|
|
|
%{_includedir}/xa_context.h
|
|
|
|
%{_libdir}/pkgconfig/xatracker.pc
|
|
|
|
%endif
|
2012-04-26 14:19:09 +00:00
|
|
|
%endif
|
2012-03-15 13:39:24 +00:00
|
|
|
|
2005-09-12 18:26:20 +00:00
|
|
|
%changelog
|
2013-05-08 22:03:21 +00:00
|
|
|
* Wed May 08 2013 Adam Jackson <ajax@redhat.com> 9.2-0.1.20130508
|
|
|
|
- Switch to Mesa master (pre 9.2)
|
|
|
|
- Fix llvmpipe on big-endian and enable llvmpipe everywhere
|
|
|
|
- Build vdpau drivers for r600/radeonsi/nouveau
|
|
|
|
- Enable hardware floating-point texture support
|
|
|
|
- Drop GLESv1, nothing's using it, let's not start
|
|
|
|
|
2013-04-27 07:29:43 +00:00
|
|
|
* Sat Apr 27 2013 Dave Airlie <airlied@redhat.com> 9.1.1-1
|
|
|
|
- rebase to Mesa 9.1.1 + fixes from git
|
|
|
|
|
2013-04-11 02:12:34 +00:00
|
|
|
* Thu Apr 11 2013 Dave Airlie <airlied@redhat.com> 9.1-6
|
2013-04-11 02:11:21 +00:00
|
|
|
- enable glx tls for glamor to work properly
|
|
|
|
|
2013-04-04 21:23:59 +00:00
|
|
|
* Thu Apr 04 2013 Adam Jackson <ajax@redhat.com> 9.1-5
|
|
|
|
- Enable llvmpipe even on non-SSE2 machines (#909473)
|
|
|
|
|
2013-03-26 18:48:16 +00:00
|
|
|
* Tue Mar 26 2013 Adam Jackson <ajax@redhat.com> 9.1-4
|
|
|
|
- Fix build with private LLVM
|
|
|
|
|
2013-03-19 15:50:20 +00:00
|
|
|
* Tue Mar 19 2013 Adam Jackson <ajax@redhat.com> 9.1-3
|
|
|
|
- mesa-9.1-53-gd0ccb5b.patch: Sync with today's git
|
|
|
|
|
2013-03-19 01:55:32 +00:00
|
|
|
* Tue Mar 19 2013 Dave Airlie <airlied@redhat.com> 9.1-2
|
|
|
|
- add SNB hang workaround from chromium
|
|
|
|
|
2013-03-11 22:56:49 +00:00
|
|
|
* Fri Mar 08 2013 Adam Jackson <ajax@redhat.com> 9.1-1
|
|
|
|
- Mesa 9.1
|
|
|
|
|
2013-02-27 14:25:43 +00:00
|
|
|
* Wed Feb 27 2013 Dan Horák <dan[at]danny.cz> - 9.1-0.4
|
|
|
|
- /etc/drirc is always created, so exclude it on platforms without hw drivers
|
|
|
|
|
2013-02-26 17:17:22 +00:00
|
|
|
* Tue Feb 26 2013 Adam Jackson <ajax@redhat.com> 9.1-0.3
|
|
|
|
- Fix s390*'s swrast to be classic not softpipe
|
|
|
|
|
2013-02-19 06:47:28 +00:00
|
|
|
* Tue Feb 19 2013 Jens Petersen <petersen@redhat.com> - 9.1-0.2
|
|
|
|
- build against llvm-3.2
|
|
|
|
- turn on radeonsi
|
|
|
|
|
2013-02-13 06:57:10 +00:00
|
|
|
* Wed Feb 13 2013 Dave Airlie <airlied@redhat.com> 9.1-0.1
|
|
|
|
- snapshot mesa 9.1 branch
|
|
|
|
|
2013-01-15 15:38:20 +00:00
|
|
|
* Tue Jan 15 2013 Tom Callaway <spot@fedoraproject.org> 9.0.1-4
|
|
|
|
- clarify license on pp_mlaa* files
|
|
|
|
|
2012-12-20 19:15:37 +00:00
|
|
|
* Thu Dec 20 2012 Adam Jackson <ajax@redhat.com> 9.0.1-3
|
|
|
|
- mesa-9.0.1-22-gd0a9ab2.patch: Sync with git
|
|
|
|
- Build with -fno-rtti -fno-exceptions, modest size and speed win
|
|
|
|
- mesa-9.0.1-less-cxx-please.patch: Remove the only use of typeid() so the
|
|
|
|
above works.
|
|
|
|
|
2012-12-05 21:12:23 +00:00
|
|
|
* Wed Dec 05 2012 Adam Jackson <ajax@redhat.com> 9.0.1-2
|
|
|
|
- Allow linking against a private version of LLVM libs for RHEL7
|
|
|
|
- Build with -j again
|
|
|
|
|
2012-12-03 15:53:37 +00:00
|
|
|
* Mon Dec 03 2012 Adam Jackson <ajax@redhat.com> 9.0.1-1
|
|
|
|
- Mesa 9.0.1
|
|
|
|
|
2012-11-06 21:05:57 +00:00
|
|
|
* Wed Nov 07 2012 Dave Airlie <airlied@redhat.com> 9.0-5
|
|
|
|
- mesa-9.0-19-g895a587.patch: sync with 9.0 branch with git
|
|
|
|
- drop wayland patch its in git now.
|
|
|
|
|
2012-11-01 20:54:32 +00:00
|
|
|
* Thu Nov 01 2012 Adam Jackson <ajax@redhat.com> 9.0-4
|
|
|
|
- mesa-9.0-18-g5fe5aa8: sync with 9.0 branch in git
|
|
|
|
- Portability fixes for F17: old wayland, old llvm.
|
|
|
|
|
2012-10-27 15:16:35 +00:00
|
|
|
* Sat Oct 27 2012 Dan Horák <dan[at]danny.cz> 9.0-3
|
|
|
|
- gallium drivers must be set explicitely for s390(x) otherwise also r300, r600 and vmwgfx are built
|
|
|
|
|
2012-10-19 17:22:33 +00:00
|
|
|
* Fri Oct 19 2012 Adam Jackson <ajax@redhat.com> 9.0-2
|
|
|
|
- Rebuild for wayland 0.99
|
|
|
|
|
2012-10-10 18:33:29 +00:00
|
|
|
* Wed Oct 10 2012 Adam Jackson <ajax@redhat.com> 9.0-1
|
|
|
|
- Mesa 9.0
|
|
|
|
- mesa-9.0-12-gd56ee24.patch: sync with 9.0 branch in git
|
|
|
|
|
2012-10-10 15:55:24 +00:00
|
|
|
* Wed Oct 10 2012 Adam Jackson <ajax@redhat.com> 9.0-0.4
|
|
|
|
- Switch to external gl-manpages and libGLU
|
|
|
|
- Drop ShmGetImage fastpath for a bit
|
|
|
|
|
2012-10-01 10:51:20 +00:00
|
|
|
* Mon Oct 01 2012 Dan Horák <dan[at]danny.cz> 9.0-0.3
|
|
|
|
- explicit BR: libGL-devel is required on s390(x), it's probbaly brought in indirectly on x86
|
2012-10-27 15:16:35 +00:00
|
|
|
- gallium drivers must be set explicitely for s390(x) otherwise also r300, r600 and vmwgfx are built
|
2012-10-01 10:51:20 +00:00
|
|
|
|
2012-09-24 18:53:26 +00:00
|
|
|
* Mon Sep 24 2012 Adam Jackson <ajax@redhat.com> 9.0-0.2
|
|
|
|
- Switch to swrast classic instead of softpipe for non-llvm arches
|
|
|
|
- Re-disable llvm on ppc until it can draw pixels
|
|
|
|
|
2012-09-23 23:21:34 +00:00
|
|
|
* Mon Sep 24 2012 Dave Airlie <airlied@redhat.com> 9.0-0.1
|
|
|
|
- rebase to latest upstream 9.0 pre-release branch
|
2012-09-24 00:49:28 +00:00
|
|
|
- add back glu from new upstream (split for f18 later)
|
2012-09-23 23:21:34 +00:00
|
|
|
|
2012-09-14 10:02:30 +00:00
|
|
|
* Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 8.1-0.21
|
|
|
|
- why fix one yylex when you can fix two
|
|
|
|
|
2012-09-14 01:42:50 +00:00
|
|
|
* Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 8.1-0.20
|
|
|
|
- fix yylex collision reported on irc by hughsie
|
2012-09-07 20:34:36 +00:00
|
|
|
|
2012-08-27 15:29:09 +00:00
|
|
|
* Mon Aug 27 2012 Adam Jackson <ajax@redhat.com> 8.1-0.19
|
|
|
|
- Today's git snap
|
|
|
|
- Revert dependency on libkms
|
|
|
|
- Patch from Mageia to fix some undefined symbols
|
|
|
|
|
2012-08-17 06:09:10 +00:00
|
|
|
* Fri Aug 17 2012 Dave Airlie <airlied@redhat.com> 8.1-0.18
|
|
|
|
- parallel make seems broken - on 16 way machine internally.
|
|
|
|
|
2012-08-16 01:04:56 +00:00
|
|
|
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 8.1-0.17
|
|
|
|
- upstream snapshot
|
|
|
|
|
2012-07-25 10:12:18 +00:00
|
|
|
* Wed Jul 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> 8.1-0.16
|
|
|
|
- Enable LLVM on ARM
|
|
|
|
|
2012-07-25 06:56:27 +00:00
|
|
|
* Wed Jul 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> 8.1-0.15
|
|
|
|
- Fix building on platforms with HW and without LLVM
|
|
|
|
|
2012-07-24 19:11:35 +00:00
|
|
|
* Tue Jul 24 2012 Adam Jackson <ajax@redhat.com> 8.1-0.14
|
|
|
|
- Re-enable llvm on ppc, being worked on
|
2012-07-24 13:44:45 +00:00
|
|
|
- Don't BuildReq on wayland things in RHEL
|
|
|
|
|
2012-07-23 21:19:31 +00:00
|
|
|
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 8.1-0.13
|
|
|
|
- Build radeonsi (#842194)
|
|
|
|
|
2012-07-20 00:39:11 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-0.12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 23:14:36 +00:00
|
|
|
* Tue Jul 17 2012 Dave Airlie <airlied@redhat.com> 8.1-0.11
|
|
|
|
- upstream snapshot: fixes build issues
|
|
|
|
|
2012-07-17 07:59:15 +00:00
|
|
|
* Tue Jul 17 2012 Dave Airlie <airlied@redhat.com> 8.1-0.10
|
|
|
|
- snapshot mesa: add some build hackarounds
|
|
|
|
|
2012-07-14 21:51:39 +00:00
|
|
|
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@iki.fi> - 8.1-0.9
|
|
|
|
- Call ldconfig at -libglapi and -libxatracker post(un)install time.
|
|
|
|
- Drop redundant ldconfig dependencies, let rpm auto-add them.
|
|
|
|
|
2012-06-13 18:56:11 +00:00
|
|
|
* Wed Jun 13 2012 Dave Airlie <airlied@redhat.com> 8.1-0.8
|
|
|
|
- enable shared llvm usage.
|
|
|
|
|
2012-06-07 19:28:37 +00:00
|
|
|
* Thu Jun 07 2012 Adam Jackson <ajax@redhat.com> 8.1-0.7
|
|
|
|
- Disable llvm on non-x86 (#829020)
|
|
|
|
|
2012-06-03 15:33:36 +00:00
|
|
|
* Sun Jun 03 2012 Dave Airlie <airlied@redhat.com> 8.1-0.6
|
|
|
|
- rebase to git master + build on top of llvm 3.1
|
|
|
|
|
2012-05-17 17:47:33 +00:00
|
|
|
* Thu May 17 2012 Adam Jackson <ajax@redhat.com> 8.1-0.5
|
|
|
|
- mesa-8.0-llvmpipe-shmget.patch: Rediff for 8.1.
|
|
|
|
|
2012-05-10 14:23:44 +00:00
|
|
|
* Thu May 10 2012 Karsten Hopp <karsten@redhat.com> 8.1-0.4
|
|
|
|
- revert disabling of hardware drivers, disable only llvm on PPC*
|
|
|
|
(#819060)
|
|
|
|
|
2012-05-01 15:43:31 +00:00
|
|
|
* Tue May 01 2012 Adam Jackson <ajax@redhat.com> 8.1-0.3
|
|
|
|
- More RHEL tweaking: no pre-DX7 drivers, no wayland.
|
|
|
|
|
2012-04-26 16:45:21 +00:00
|
|
|
* Thu Apr 26 2012 Karsten Hopp <karsten@redhat.com> 8.1-0.2
|
|
|
|
- move drirc into with_hardware section (Dave Airlie)
|
|
|
|
- libdricore.so and libglsl.so get built and installed on
|
|
|
|
non-hardware archs, include them in the file list
|
|
|
|
|
2012-04-26 14:19:09 +00:00
|
|
|
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 8.1-0.2
|
|
|
|
- Don't build vmware stuff on non-x86 (#815444)
|
|
|
|
|
2012-04-24 16:47:33 +00:00
|
|
|
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> 8.0.3-0.1
|
|
|
|
- Rebuild with new git snapshot
|
|
|
|
- Remove upstreamed patches
|
|
|
|
|
2012-04-24 10:38:02 +00:00
|
|
|
* Tue Apr 24 2012 Karsten Hopp <karsten@redhat.com> 8.0.2-4
|
2012-04-24 10:40:26 +00:00
|
|
|
- disable llvm on PPC(64) in Fedora as recommended in bugzilla 769803
|
2012-04-24 10:38:02 +00:00
|
|
|
|
2012-04-10 16:08:10 +00:00
|
|
|
* Tue Apr 10 2012 Adam Jackson <ajax@redhat.com> 8.0.2-3
|
|
|
|
- Require newer libX11 on F17+
|
|
|
|
|
2012-04-02 16:27:19 +00:00
|
|
|
* Mon Apr 02 2012 Adam Jackson <ajax@redhat.com> 8.0.2-2
|
|
|
|
- mesa-8.0.1-fix-16bpp.patch: Fix 16bpp in llvmpipe
|
|
|
|
|
2012-03-31 08:25:39 +00:00
|
|
|
* Sat Mar 31 2012 Dave Airlie <airlied@redhat.com> 8.0.2-1
|
|
|
|
- get latest 8.0.2 set of fixes
|
|
|
|
|
2012-03-28 21:21:59 +00:00
|
|
|
* Wed Mar 28 2012 Adam Jackson <ajax@redhat.com> 8.0.1-9
|
|
|
|
- Subpackage libglapi instead of abusing -dri-drivers for it to keep minimal
|
|
|
|
disk space minimal. (#807750)
|
|
|
|
|
2012-03-28 20:52:49 +00:00
|
|
|
* Wed Mar 28 2012 Adam Jackson <ajax@redhat.com> 8.0.1-8
|
|
|
|
- mesa-8.0.1-llvmpipe-shmget.patch: Fix image pitch bug.
|
|
|
|
|
2012-03-23 17:49:45 +00:00
|
|
|
* Fri Mar 23 2012 Adam Jackson <ajax@redhat.com> 8.0.1-7
|
|
|
|
- mesa-8.0-nouveau-tfp-blacklist.patch: gnome-shell blacklisting: nvfx and
|
|
|
|
below with <= 64M of vram, and all nv30.
|
|
|
|
|
2012-03-21 17:41:55 +00:00
|
|
|
* Wed Mar 21 2012 Adam Jackson <ajax@redhat.com> 8.0.1-6
|
|
|
|
- mesa-8.0.1-llvmpipe-shmget.patch: Use ShmGetImage if possible
|
|
|
|
|
2012-03-19 18:05:34 +00:00
|
|
|
* Mon Mar 19 2012 Adam Jackson <ajax@redhat.com> 8.0.1-5
|
|
|
|
- Move libglapi into -dri-drivers instead of -libGLES as being marginally
|
|
|
|
more appropriate (libGL wants to have DRI drivers, but doesn't need to
|
|
|
|
have a full libGLES too).
|
|
|
|
|
2012-03-15 13:39:24 +00:00
|
|
|
* Thu Mar 15 2012 Dave Airlie <airlied@gmail.com> 8.0.1-4
|
|
|
|
- enable vmwgfx + xa state tracker
|
|
|
|
|
2012-03-01 19:27:52 +00:00
|
|
|
* Thu Mar 01 2012 Adam Jackson <ajax@redhat.com> 8.0.1-3
|
|
|
|
- mesa-8.0.1-git.patch: Sync with 8.0 branch (commit a3080987)
|
|
|
|
|
2012-02-23 19:14:04 +00:00
|
|
|
* Sat Feb 18 2012 Thorsten Leemhuis <fedora@leemhuis.info> 8.0.1-2
|
|
|
|
- a few changes for weston, the wayland reference compositor (#790542):
|
|
|
|
- enable gbm and shared-glapi in configure command (the latter is required by
|
|
|
|
the former) and add subpackages libgbm and libgbm-devel
|
|
|
|
- add --with-egl-platforms=x11,wayland,drm to configure command and add
|
|
|
|
subpackages libwayland-egl and libwayland-egl-devel
|
|
|
|
|
2012-02-17 18:55:48 +00:00
|
|
|
* Fri Feb 17 2012 Adam Jackson <ajax@redhat.com> 8.0.1-1
|
|
|
|
- Mesa 8.0.1
|
|
|
|
|
2012-02-13 21:53:18 +00:00
|
|
|
* Mon Feb 13 2012 Adam Jackson <ajax@redhat.com> 8.0-1
|
|
|
|
- Mesa 8.0
|
|
|
|
|
2012-02-13 16:10:06 +00:00
|
|
|
* Mon Feb 13 2012 Adam Jackson <ajax@redhat.com> 8.0-0.2
|
|
|
|
- Default to DRI libGL on all arches (#789402)
|
|
|
|
|
2012-01-26 15:12:47 +00:00
|
|
|
* Thu Jan 26 2012 Dave Airlie <airlied@redhat.com> 8.0-0.1
|
|
|
|
- initial 8.0 snapshot
|
|
|
|
|
2012-01-05 19:56:38 +00:00
|
|
|
* Thu Jan 05 2012 Adam Jackson <ajax@redhat.com> 7.12-0.7
|
|
|
|
- Today's git snapshot
|
|
|
|
|
2011-12-14 18:14:28 +00:00
|
|
|
* Wed Dec 14 2011 Adam Jackson <ajax@redhat.com> 7.12-0.6
|
|
|
|
- Today's git snapshot
|
|
|
|
- Disable hardware drivers on ppc* in RHEL
|
|
|
|
|
2011-12-02 16:18:56 +00:00
|
|
|
* Fri Dec 02 2011 Dan Horák <dan[at]danny.cz> 7.12-0.5
|
|
|
|
- fix build on s390(x)
|
|
|
|
|
2011-11-30 01:57:08 +00:00
|
|
|
* Tue Nov 29 2011 Adam Jackson <ajax@redhat.com> 7.12-0.4
|
|
|
|
- Today's git snapshot
|
|
|
|
- --enable-xcb
|
|
|
|
- mesa-7.1-nukeglthread-debug.patch: Drop
|
|
|
|
|
2011-11-17 19:32:24 +00:00
|
|
|
* Thu Nov 17 2011 Adam Jackson <ajax@redhat.com> 7.12-0.3
|
|
|
|
- mesa-dri-drivers Obsoletes: mesa-dri-drivers-dri1 < 7.12
|
|
|
|
|
2011-11-16 16:29:47 +00:00
|
|
|
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 7.12-0.2
|
|
|
|
- Cleanups to BuildRequires, Requires, Conflicts, etc.
|
|
|
|
|
2011-11-14 16:21:07 +00:00
|
|
|
* Mon Nov 14 2011 Dave Airlie <airlied@redhat.com> 7.12-0.1
|
|
|
|
- rebase to upstream snapshot of 7.12
|
|
|
|
|
2011-11-14 14:59:47 +00:00
|
|
|
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 7.11-12
|
|
|
|
- Rebuild for new libllvm soname
|
|
|
|
|
2011-11-09 16:03:17 +00:00
|
|
|
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> 7.11-11
|
|
|
|
- Obsolete more -llvmcore (#752152)
|
|
|
|
|
2011-11-03 20:01:05 +00:00
|
|
|
* Thu Nov 03 2011 Dave Airlie <airlied@redhat.com> 7.11-10
|
|
|
|
- snapshot latest mesa 7.11 stable branch (what will be 7.11.1)
|
|
|
|
|
2011-11-03 19:51:35 +00:00
|
|
|
* Thu Nov 03 2011 Adam Jackson <ajax@redhat.com> 7.11-9
|
|
|
|
- mesa-7.11-fix-sw-24bpp.patch: Fix software rendering in 24bpp.
|
|
|
|
|
2011-10-29 00:32:20 +00:00
|
|
|
* Fri Oct 28 2011 Adam Jackson <ajax@redhat.com> 7.11-8
|
2011-10-29 00:29:23 +00:00
|
|
|
- mesa-7.11-intel-swap-event.patch: Disable GLX_INTEL_swap_event by default;
|
|
|
|
DRI2 enables it explicitly, but swrast doesn't and oughtn't. (#748747)
|
|
|
|
|
2011-10-25 17:22:29 +00:00
|
|
|
* Mon Oct 24 2011 Adam Jackson <ajax@redhat.com> 7.11-6
|
|
|
|
- 0001-nv50-fix-max-texture-levels.patch: Fix maximum texture size on
|
|
|
|
nouveau (and thus, gnome-shell init on wide display setups) (#748540)
|
|
|
|
|
2011-10-24 18:00:41 +00:00
|
|
|
* Mon Oct 24 2011 Adam Jackson <ajax@redhat.com> 7.11-5
|
|
|
|
- mesa-7.11-drisw-glx13.patch: Fix GLX 1.3 ctors with swrast (#747276)
|
|
|
|
|
2011-09-09 20:10:35 +00:00
|
|
|
* Fri Sep 09 2011 Adam Jackson <ajax@redhat.com> 7.11-4
|
|
|
|
- mesa-7.11-generic-wmb.patch: Add generic write memory barrier macro for
|
|
|
|
non-PC arches.
|
|
|
|
|
2011-09-08 21:33:52 +00:00
|
|
|
* Thu Sep 08 2011 Adam Jackson <ajax@redhat.com> 7.11-3
|
|
|
|
- Add khrplatform-devel subpackage so {EGL,GLES}-devel are usable
|
|
|
|
|
2011-08-03 08:49:41 +00:00
|
|
|
* Wed Aug 3 2011 Michel Salim <salimma@fedoraproject.org> - 7.11-2
|
|
|
|
- Rebuild against final LLVM 2.9 release
|
|
|
|
|
2011-08-02 15:58:35 +00:00
|
|
|
* Tue Aug 02 2011 Adam Jackson <ajax@redhat.com> 7.11-1
|
|
|
|
- Mesa 7.11
|
|
|
|
- Redo the driver arch exclusion, yet again. Dear secondary arches: unless
|
|
|
|
it's an on-motherboard driver like i915, all PCI drivers are to be built
|
|
|
|
for all PCI arches.
|
|
|
|
|
2011-07-29 14:29:10 +00:00
|
|
|
* Sat Jul 30 2011 Dave Airlie <airlied@redhat.com> 7.11-0.18.20110730.0
|
|
|
|
- rebase to latest upstream snapshot (same as F15)
|
|
|
|
|
2011-07-07 08:21:45 +00:00
|
|
|
* Thu Jul 07 2011 Peter Lemenkov <lemenkov@gmail.com> - 7.11-0.16.20110620.0
|
|
|
|
- Fix building on ppc (some dri1 drivers are missing)
|
|
|
|
|
2011-07-06 20:47:18 +00:00
|
|
|
* Wed Jul 6 2011 Ville Skyttä <ville.skytta@iki.fi> - 7.11-0.15.20110620.0
|
|
|
|
- More include dir ownership fixes (#682357).
|
|
|
|
|
2011-07-05 20:28:52 +00:00
|
|
|
* Tue Jul 05 2011 Adam Jackson <ajax@redhat.com> 7.11-0.14.20110620.0
|
|
|
|
- Arch-dep and file ownership fixes (#682357)
|
|
|
|
|
2011-06-20 04:15:34 +00:00
|
|
|
* Mon Jun 20 2011 Dave Airlie <airlied@redhat.com> 7.11-0.13.20110620.0
|
|
|
|
- rebase to 20 June snapshot from upstream - new gallium config options
|
|
|
|
|
2011-06-20 03:47:11 +00:00
|
|
|
* Mon Jun 20 2011 Dave Airlie <airlied@redhat.com> 7.11-0.12.20110412.0
|
|
|
|
- dropping DRI1 is premature, fix swrastg upstream first.
|
|
|
|
|
2011-05-10 10:18:22 +00:00
|
|
|
* Tue May 10 2011 Dan Horák <dan[at]danny.cz> 7.11-0.11.20110412.0
|
|
|
|
- r300 needs to be explicitely disabled when with_hardware == 0
|
|
|
|
|
2011-05-10 00:17:06 +00:00
|
|
|
* Mon May 09 2011 Adam Jackson <ajax@redhat.com> 7.11-0.10.20110412.0
|
|
|
|
- Drop the separate build pass for osmesa, no longer needed.
|
|
|
|
|
2011-05-09 23:37:05 +00:00
|
|
|
* Mon May 09 2011 Adam Jackson <ajax@redhat.com> 7.11-0.9.20110412.0
|
|
|
|
- Drop dri1 subpackage (and its drivers), use "swrastg" consistently.
|
|
|
|
|
2011-05-09 19:39:01 +00:00
|
|
|
* Mon May 09 2011 Adam Jackson <ajax@redhat.com> 7.11-0.8.20110412.0
|
|
|
|
- Use llvm-libs' shared lib instead of rolling our own.
|
|
|
|
|
2011-04-18 18:07:25 +00:00
|
|
|
* Mon Apr 18 2011 Adam Jackson <ajax@redhat.com> 7.11-0.7.20110412.0
|
|
|
|
- Fix intel driver exclusion to be better arched (#697555)
|
|
|
|
|
2011-04-12 11:04:10 +00:00
|
|
|
* Tue Apr 12 2011 Dave Airlie <airlied@redhat.com> 7.11-0.6.20110412.0
|
|
|
|
- latest upstream snapshot to fix r200 regression.
|
|
|
|
|
2011-04-01 04:27:54 +00:00
|
|
|
* Fri Apr 01 2011 Dave Airlie <airlied@redhat.com> 7.11-0.5.20110401.0
|
|
|
|
- Revert upstream patches causing SNB regression.
|
|
|
|
|
2011-04-01 00:10:13 +00:00
|
|
|
* Fri Apr 01 2011 Dave Airlie <airlied@redhat.com> 7.11-0.4.20110401.0
|
|
|
|
- upstream snapshot again - proper fix for ILK + nv50 gnome-shell issue
|
|
|
|
|
2011-03-30 07:12:01 +00:00
|
|
|
* Wed Mar 30 2011 Dave Airlie <airlied@redhat.com> 7.11-0.3.20110330.0
|
|
|
|
- mesa-intel-fix-gs-rendering-regression.patch, attempt to fix gnome shell
|
|
|
|
rendering.
|
|
|
|
|
2011-03-30 04:10:04 +00:00
|
|
|
* Wed Mar 30 2011 Dave Airlie <airlied@redhat.com> 7.11-0.2.20110330.0
|
|
|
|
- snapshot upstream again to hopefully fix ILK bug
|
|
|
|
|
2011-03-28 20:14:42 +00:00
|
|
|
* Sun Mar 27 2011 Dave Airlie <airlied@redhat.com> 7.11-0.1.20110327.0
|
|
|
|
- pull latest snapshot + 3 post snapshot fixes
|
|
|
|
|
2011-03-23 15:45:23 +00:00
|
|
|
* Wed Mar 23 2011 Adam Jackson <ajax@redhat.com> 7.10.1-1
|
|
|
|
- mesa 7.10.1
|
|
|
|
|
2011-03-18 01:27:33 +00:00
|
|
|
* Fri Mar 18 2011 Dennis Gilmore <dennis@ausil.us> 7.10-0.30
|
|
|
|
- fall back to non native jit on sparc.
|
|
|
|
|
2011-03-14 03:23:18 +00:00
|
|
|
* Mon Mar 14 2011 Dave Airlie <airlied@redhat.com> 7.10-0.29
|
|
|
|
- use g++ to link llvmcore.so so it gets libstdc++ (#674079)
|
|
|
|
|
2011-03-04 14:57:14 +00:00
|
|
|
* Fri Mar 04 2011 Dan Horák <dan[at]danny.cz> 7.10-0.28
|
|
|
|
- enable gallium-llvm only when with_hardware is set (workarounds linking
|
|
|
|
failure on s390(x))
|
|
|
|
|
2011-02-23 21:43:59 +00:00
|
|
|
* Wed Feb 23 2011 Jerome Glisse <jglisse@redhat.com> 7.10-0.27
|
|
|
|
- Build without -fno-omit-frame-pointer as gcc 4.6.0 seems to lead to
|
|
|
|
bogus code with that option (#679924)
|
|
|
|
|
2011-02-09 16:48:05 +00:00
|
|
|
* Wed Feb 09 2011 Adam Jackson <ajax@redhat.com> 7.10-0.26
|
|
|
|
- BuildRequires: libdrm >= 2.4.24-0 (#668363)
|
|
|
|
|
2011-02-08 17:32:02 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.10-0.25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-20 00:38:18 +00:00
|
|
|
* Thu Jan 20 2011 Ben Skeggs <bskeggs@redhat.com> 7.10-0.24
|
|
|
|
- nouveau: move out of -experimental
|
|
|
|
|
2011-01-18 05:49:38 +00:00
|
|
|
* Thu Jan 20 2011 Ben Skeggs <bskeggs@redhat.com> 7.10-0.23
|
|
|
|
- nouveau: nvc0 (fermi) backport + nv10/nv20 gnome-shell fixes
|
|
|
|
|
2011-01-19 03:36:41 +00:00
|
|
|
* Tue Jan 18 2011 Adam Jackson <ajax@redhat.com> 7.10-0.22
|
|
|
|
- Add -dri-filesystem common subpackage for directory and COPYING
|
|
|
|
- Add -dri-llvmcore subpackage and buildsystem hack
|
|
|
|
|
2011-01-18 23:54:35 +00:00
|
|
|
* Tue Jan 18 2011 Adam Jackson <ajax@redhat.com> 7.10-0.21
|
|
|
|
- Fix the s390 case a different way
|
|
|
|
- s/i686/%%{ix86}
|
|
|
|
- Add libudev support for wayland (Casey Dahlin)
|
2011-01-18 23:30:44 +00:00
|
|
|
|
2011-01-18 11:10:51 +00:00
|
|
|
* Tue Jan 18 2011 Dan Horák <dan[at]danny.cz> 7.10-0.20
|
|
|
|
- updated for s390(x), r300 is really built even when with_hardware == 0
|
|
|
|
|
2011-01-18 04:08:44 +00:00
|
|
|
* Tue Jan 18 2011 Dave Airlie <airlied@redhat.com> 7.10-0.19
|
|
|
|
- split out DRI1 drivers to reduce package size.
|
|
|
|
|
2011-01-07 06:02:37 +00:00
|
|
|
* Fri Jan 07 2011 Dave Airlie <airlied@redhat.com> 7.10-0.18
|
|
|
|
- new snapshot from 7.10 branch (include Radeon HD6xxx support)
|
|
|
|
|
2010-12-16 08:22:18 +00:00
|
|
|
* Thu Dec 16 2010 Dave Airlie <airlied@redhat.com> 7.10-0.17
|
|
|
|
- new snapshot from 7.10 branch
|
|
|
|
|
2010-12-15 14:44:35 +00:00
|
|
|
* Wed Dec 15 2010 Adam Jackson <ajax@redhat.com> 7.10-0.16
|
|
|
|
- Today's (yesterday's) git snap.
|
|
|
|
- Switch the sourceball to xz.
|
|
|
|
|
2010-12-06 21:20:02 +00:00
|
|
|
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 7.10-0.15
|
|
|
|
- Really disable gallium EGL. Requires disabling OpenVG due to buildsystem
|
|
|
|
nonsense. Someone fix that someday. (Patch from krh)
|
|
|
|
|
2010-12-02 21:34:08 +00:00
|
|
|
* Thu Dec 02 2010 Adam Jackson <ajax@redhat.com> 7.10-0.14
|
|
|
|
- --disable-gallium-egl
|
|
|
|
|
2010-12-01 21:21:53 +00:00
|
|
|
* Wed Dec 01 2010 Dan Horák <dan[at]danny.cz> 7.10-0.13
|
|
|
|
- workaround failing build on s390(x)
|
|
|
|
|
2010-11-29 22:54:34 +00:00
|
|
|
* Mon Nov 29 2010 Adam Jackson <ajax@redhat.com> 7.10-0.12
|
|
|
|
- Today's git snap.
|
|
|
|
|
2010-11-18 22:06:01 +00:00
|
|
|
* Thu Nov 18 2010 Adam Jackson <ajax@redhat.com> 7.10-0.11
|
|
|
|
- Today's git snap.
|
|
|
|
- Build with -fno-omit-frame-pointer for profiling.
|
|
|
|
- Install swrastg as the swrast driver.
|
|
|
|
- legacy-drivers.patch: Disable swrast classic.
|
|
|
|
|
2010-11-15 16:20:01 +00:00
|
|
|
* Mon Nov 15 2010 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Drop Requires: mesa-dri-drivers from -experimental, not needed in a non-
|
|
|
|
dricore build.
|
|
|
|
- Drop Requires: mesa-dri-drivers from -libGL, let comps do that.
|
|
|
|
|
2010-11-11 19:34:20 +00:00
|
|
|
* Thu Nov 11 2010 Adam Jackson <ajax@redhat.com> 7.10-0.10
|
|
|
|
- Build libOpenVG too
|
|
|
|
- Add X driver ABI magic for vmwgfx
|
|
|
|
- Linker script hack for swrastg to make it slightly less offensively huge
|
|
|
|
|
2010-11-09 05:17:43 +00:00
|
|
|
* Mon Nov 08 2010 Dave Airlie <airlied@redhat.com> 7.10-0.9
|
|
|
|
- update to latest git snap + enable r600g by default
|
|
|
|
|
2010-11-05 18:48:24 +00:00
|
|
|
* Sat Nov 06 2010 Dave Airlie <airlied@redhat.com> 7.10-0.8
|
|
|
|
- enable EGL/GLES
|
|
|
|
|
2010-11-03 07:03:48 +00:00
|
|
|
* Wed Nov 03 2010 Dave Airlie <airlied@redhat.com> 7.10-0.7
|
|
|
|
- fix r300g selection
|
|
|
|
|
2010-11-02 19:38:12 +00:00
|
|
|
* Tue Nov 02 2010 Adam Jackson <ajax@redhat.com> 7.10-0.6
|
|
|
|
- Use standard CFLAGS
|
|
|
|
- Move swrastg_dri to -experimental
|
|
|
|
|
2010-11-01 17:20:21 +00:00
|
|
|
* Mon Nov 01 2010 Adam Jackson <ajax@redhat.com> 7.10-0.5
|
|
|
|
- BR: llvm-static not llvm-devel (#627965)
|
|
|
|
|
2010-10-28 14:54:02 +00:00
|
|
|
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 7.10-0.4
|
|
|
|
- -dri-drivers-experimental Requires dri-drivers (#556789)
|
|
|
|
|
2010-10-28 10:36:12 +00:00
|
|
|
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 7.10-0.3
|
|
|
|
- Drop demos and glx-utils subpackages, they have their own source package
|
|
|
|
now. (#605719)
|
|
|
|
|
2010-10-20 20:28:35 +00:00
|
|
|
* Wed Oct 20 2010 Adam Jackson <ajax@redhat.com> 7.10-0.2
|
|
|
|
- git snapshot, fixes osmesa linking issues
|
|
|
|
|
2010-10-20 17:58:16 +00:00
|
|
|
* Wed Oct 20 2010 Adam Jackson <ajax@redhat.com> 7.10-0.1
|
|
|
|
- git snapshot
|
|
|
|
- Drop osmesa16 and osmesa32, nothing's using them
|
|
|
|
|
2010-08-24 08:44:36 +00:00
|
|
|
* Tue Aug 24 2010 Dave Airlie <airlied@redhat.com> 7.9-0.7
|
|
|
|
- latest git snapshot - enable talloc/llvm links
|
|
|
|
|
2010-07-20 05:21:47 +00:00
|
|
|
* Tue Jul 20 2010 Dave Airlie <airlied@redhat.com> 7.9-0.6
|
|
|
|
- snapshot latest git
|
|
|
|
|
2010-07-08 23:41:15 +00:00
|
|
|
* Fri Jul 09 2010 Dave Airlie <airlied@redhat.com> 7.9-0.5
|
|
|
|
- resnapshot latest git
|
|
|
|
|
2010-07-08 14:55:58 +00:00
|
|
|
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 7.9-0.4
|
|
|
|
- Install COPYING like we ought to.
|
|
|
|
|
2010-06-25 08:13:00 +00:00
|
|
|
* Thu Jun 24 2010 Dan Horák <dan[at]danny.cz> 7.9-0.3
|
|
|
|
- add libtool (needed by mesa-demos) to BR: - normally it's brought via
|
|
|
|
xorg-x11-util-macros and xorg-x11-server-devel, but not on platforms
|
|
|
|
without hardware drivers
|
|
|
|
- build gallium drivers and the dri-drivers-experimental subpackage only
|
|
|
|
when hardware drivers are requested
|
|
|
|
|
2010-06-12 10:36:47 +00:00
|
|
|
* Sat Jun 12 2010 Dave Airlie <airlied@redhat.com> 7.9-0.2
|
|
|
|
- rebase to git snapshot with TFP fixes for r300 + gallium - enable r300g
|
|
|
|
|
2010-05-29 22:52:50 +00:00
|
|
|
* Sun May 30 2010 Dave Airlie <airlied@redhat.com> 7.9-0.1
|
|
|
|
- rebase to a git snapshot - disable vmwgfx
|
|
|
|
|
2010-02-08 06:14:40 +00:00
|
|
|
* Mon Feb 08 2010 Ben Skeggs <bskeggs@redhat.com> 7.8-0.16
|
|
|
|
- patch mesa to enable legacy nouveau driver build on i386
|
|
|
|
|
2010-02-08 05:33:35 +00:00
|
|
|
* Mon Feb 08 2010 Ben Skeggs <bskeggs@redhat.com> 7.8-0.15
|
|
|
|
- rebase for legacy nouveau drivers
|
|
|
|
|
2010-02-03 22:02:36 +00:00
|
|
|
* Thu Feb 04 2010 Dave Airlie <airlied@redhat.com> 7.8-0.14
|
|
|
|
- rebase again to fix r300
|
|
|
|
|
2010-02-03 00:10:58 +00:00
|
|
|
* Wed Feb 03 2010 Dave Airlie <airlied@redhat.com> 7.8-0.13
|
|
|
|
- update dri2proto requirement
|
|
|
|
- add nouveau to experimental drivers set
|
|
|
|
|
2010-01-27 04:14:39 +00:00
|
|
|
* Wed Jan 27 2010 Dave Airlie <airlied@redhat.com> 7.8-0.12
|
|
|
|
- Fix radeon colors for rawhide
|
|
|
|
|
2010-01-21 01:39:48 +00:00
|
|
|
* Thu Jan 21 2010 Dave Airlie <airlied@redhat.com> 7.8-0.11
|
|
|
|
- rebase for new DRI2 API
|
|
|
|
|
2010-01-08 04:42:59 +00:00
|
|
|
* Fri Jan 08 2010 Dave Airlie <airlied@redhat.com> 7.8-0.10
|
|
|
|
- rebase to new snapshot with fix for radeon in it
|
|
|
|
|
2010-01-07 00:57:29 +00:00
|
|
|
* Thu Jan 07 2010 Dave Airlie <airlied@redhat.com> 7.8-0.9
|
|
|
|
- Disable dricore for now as it conflicts with upstream vis changes
|
|
|
|
|
|
|
|
* Wed Jan 06 2010 Dave Airlie <airlied@redhat.com> 7.8-0.8
|
|
|
|
- update to latest snapshot and fixup build
|