summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-12-13 14:36:15 +1000
committerDave Airlie <airlied@redhat.com>2013-12-13 14:36:15 +1000
commitddf49f2d51bb65038396d28afb00170a6cead15c (patch)
tree12842b919c620717db9373fb76c6b2c61545c263 /mesa.spec
parent08bc8bfdebefcb261c2aab48c9ffe8014d472d8a (diff)
downloadmesa-ddf49f2d51bb65038396d28afb00170a6cead15c.tar.gz
mesa-ddf49f2d51bb65038396d28afb00170a6cead15c.tar.xz
mesa-ddf49f2d51bb65038396d28afb00170a6cead15c.zip
add software driver copy_sub_buffer support from upstream
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 10cd223..aecbc90 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -54,7 +54,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 10.0
-Release: 1.%{gitdate}%{?dist}
+Release: 2.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -76,6 +76,9 @@ Patch12: mesa-8.0.1-fix-16bpp.patch
Patch15: mesa-9.2-hardware-float.patch
Patch20: mesa-9.2-evergreen-big-endian.patch
+# backport from upstream to allow cogl use copy_sub_buffer
+Patch30: 0001-swrast-gallium-classic-add-MESA_copy_sub_buffer-supp.patch
+
BuildRequires: pkgconfig autoconf automake libtool
%if %{with_hardware}
BuildRequires: kernel-headers
@@ -300,6 +303,8 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
%patch15 -p1 -b .hwfloat
%patch20 -p1 -b .egbe
+%patch30 -p1 -b .copy_sub_buffer
+
%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
@@ -591,6 +596,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Fri Dec 13 2013 Dave Airlie <airlied@redhat.com> 10.0-2.20131206
+- add software driver copy_sub_buffer support from upstream
+
* Sun Dec 01 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0-1.20131206
- 10.0 upstream (RHBZ 1036361)