- readded build of non-gallium nouveau driver ("nouveau_vieux") to

support again older NVIDIA GPUs

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=194
This commit is contained in:
Stefan Dirsch 2012-02-22 14:21:14 +00:00 committed by Git OBS Bridge
parent 228d28d76c
commit 29e6d6702c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 22 14:14:56 UTC 2012 - sndirsch@suse.com
- readded build of non-gallium nouveau driver ("nouveau_vieux") to
support again older NVIDIA GPUs
-------------------------------------------------------------------
Tue Feb 21 19:53:03 UTC 2012 - coolo@suse.com

View File

@ -381,7 +381,7 @@ autoreconf -fi
--enable-shared-glapi \
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
%ifarch %ix86 x86_64
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,radeon,sis,tdfx,unichrome,swrast,mga \
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,radeon,sis,tdfx,unichrome,swrast,mga,nouveau \
%if 0%{?suse_version} >= 1130
--with-gallium-drivers=r300,r600,nouveau \
%else