From ddf49f2d51bb65038396d28afb00170a6cead15c Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 13 Dec 2013 14:36:15 +1000 Subject: add software driver copy_sub_buffer support from upstream --- mesa.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mesa.spec') 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 10.0-2.20131206 +- add software driver copy_sub_buffer support from upstream + * Sun Dec 01 2013 Igor Gnatenko - 10.0-1.20131206 - 10.0 upstream (RHBZ 1036361) -- cgit