This commit is contained in:
parent
141ae02f9f
commit
58bb6fe812
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 9 19:00:00 CET 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- /etc/drirc
|
||||||
|
* disable vblank_mode/force_s3tc_enable and enable
|
||||||
|
disable_lowimpact_fallback for r300 driver to fix performance
|
||||||
|
issues with GoogleEarth and OpenOffice.Org (bnc #438666)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Mesa (Version 7.2)
|
# spec file for package Mesa (Version 7.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -32,7 +32,7 @@ Obsoletes: Mesa-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
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
|
Source: MesaLib-%{version}_intel-2008-q3_793c3b9.tar.bz2
|
||||||
Source1: MesaDemos-%{version}.tar.bz2
|
Source1: MesaDemos-%{version}.tar.bz2
|
||||||
@ -247,6 +247,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/%{_lib}/libOSMesa.a
|
/usr/%{_lib}/libOSMesa.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 09 2009 sndirsch@suse.de
|
||||||
|
- /etc/drirc
|
||||||
|
* disable vblank_mode/force_s3tc_enable and enable
|
||||||
|
disable_lowimpact_fallback for r300 driver to fix performance
|
||||||
|
issues with GoogleEarth and OpenOffice.Org (bnc #438666)
|
||||||
* Wed Dec 10 2008 olh@suse.de
|
* Wed Dec 10 2008 olh@suse.de
|
||||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||||
(bnc#437293)
|
(bnc#437293)
|
||||||
|
7
drirc
7
drirc
@ -9,4 +9,11 @@
|
|||||||
<option name="vblank_mode" value="0" />
|
<option name="vblank_mode" value="0" />
|
||||||
</application>
|
</application>
|
||||||
</device>
|
</device>
|
||||||
|
<device screen="0" driver="r300">
|
||||||
|
<application name="Default">
|
||||||
|
<option name="vblank_mode" value="0" />
|
||||||
|
<option name="force_s3tc_enable" value="false" />
|
||||||
|
<option name="disable_lowimpact_fallback" value="true" />
|
||||||
|
</application>
|
||||||
|
</device>
|
||||||
</driconf>
|
</driconf>
|
||||||
|
Loading…
Reference in New Issue
Block a user