From 716cdcfbbde1fa9532a1f04d7359b4ce2f26e7d1040a00f4ac4d0a1f76f65681 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 28 Nov 2008 14:39:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=51 --- Mesa.changes | 15 +++ Mesa.spec | 13 +- drirc | 5 + mesa-7.1-fix-i8xx-vbos.patch | 248 +++++++++++++++++++++++++++++++++++ 4 files changed, 280 insertions(+), 1 deletion(-) create mode 100644 mesa-7.1-fix-i8xx-vbos.patch diff --git a/Mesa.changes b/Mesa.changes index e201a53..9b1d5e6 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Nov 28 03:37:26 CET 2008 - sndirsch@suse.de + +- mesa-7.1-fix-i8xx-vbos.patch + * For some reason the Intel 865 seem to claim VBO support in the + docs, but doesn't seem to practice it in the hardware, or + there is some missing errata. This restores the old pre-vbo + code and uses it on all 8xx hw. (bfo #17963) + This patch fixes OpenGL support on 845/855GM/865. + +------------------------------------------------------------------- +Sat Nov 22 11:45:33 CET 2008 - sndirsch@suse.de + +- disabled VBlank also for i965 DRI driver (bfo #17967) + ------------------------------------------------------------------- Mon Nov 17 18:35:37 CET 2008 - sndirsch@suse.de diff --git a/Mesa.spec b/Mesa.spec index b375787..a1d0f6a 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -35,7 +35,7 @@ Obsoletes: Mesa-32bit %endif # Version: 7.2 -Release: 8 +Release: 9 Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL Source: MesaLib-%{version}_intel-2008-q3_793c3b9.tar.bz2 Source1: MesaDemos-%{version}.tar.bz2 @@ -48,6 +48,7 @@ Patch6: link-shared.diff Patch7: disable_gem_warning.diff Patch9: i965-GL_MAX_TEXTURE_SIZE-4096.diff Patch10: commit-b4bf9ac.diff +Patch11: mesa-7.1-fix-i8xx-vbos.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -143,6 +144,7 @@ sed -i 's/REPLACE/%_lib/g' src/glx/x11/Makefile %patch7 -p1 #%patch9 -p1 %patch10 -p1 +%patch11 -p1 %build @@ -251,6 +253,15 @@ rm -rf $RPM_BUILD_ROOT /usr/%{_lib}/libOSMesa.a %changelog +* Fri Nov 28 2008 sndirsch@suse.de +- mesa-7.1-fix-i8xx-vbos.patch + * For some reason the Intel 865 seem to claim VBO support in the + docs, but doesn't seem to practice it in the hardware, or + there is some missing errata. This restores the old pre-vbo + code and uses it on all 8xx hw. (bfo #17963) + This patch fixes OpenGL support on 845/855GM/865. +* Sat Nov 22 2008 sndirsch@suse.de +- disabled VBlank also for i965 DRI driver (bfo #17967) * Mon Nov 17 2008 sndirsch@suse.de - added global /etc/drirc to disable VBlank for i915 DRI driver (bnc #432980) diff --git a/drirc b/drirc index c3d5810..b84ba67 100644 --- a/drirc +++ b/drirc @@ -4,4 +4,9 @@