Accepting request 25352 from X11:XOrg
Copy from X11:XOrg/Mesa based on submit request 25352 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/25352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=75
This commit is contained in:
parent
6fcbd692d5
commit
0f8ca18cd8
26
Mesa.changes
26
Mesa.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 00:46:37 CET 2009 - sndirsch@suse.de
|
||||
|
||||
- Mesa 7.7 RC1
|
||||
* New features
|
||||
- VMware "SVGA" Gallium driver. This is a Gallium3D driver
|
||||
which targets the VMware virtual graphics device. It allows
|
||||
Linux OpenGL guest applications to utilize the 3D graphics
|
||||
hardware of the host operating system.
|
||||
- GL_ARB_draw_elements_base_vertex (supported in Intel i965
|
||||
and software drivers)
|
||||
- GL_ARB_depth_clamp (supported in Intel i965 DRI and software
|
||||
drivers)
|
||||
- GL_NV_depth_clamp (supported in Intel i965 DRI and software
|
||||
drivers)
|
||||
- GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)
|
||||
- Wavefront .obj file loader/viewer demo (progs/demos/
|
||||
objviewer)
|
||||
* Bug fixes
|
||||
- Many assorted i965 driver fixes.
|
||||
- Many r300-gallium driver fixes; this driver is now
|
||||
considered unstable-quality instead of experimental-quality.
|
||||
* Changes
|
||||
- New Mesa texture/surface format infrastructure
|
||||
- Removed some unused Mesa device driver hooks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 16:32:46 UTC 2009 - mhopf@novell.com
|
||||
|
||||
|
16
Mesa.spec
16
Mesa.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package Mesa (Version 7.6)
|
||||
# spec file for package Mesa (Version 7.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -32,11 +32,11 @@ Obsoletes: XFree86-Mesa-64bit
|
||||
Obsoletes: Mesa-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 7.6
|
||||
Release: 2
|
||||
Version: 7.7
|
||||
Release: 1
|
||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
||||
Source: MesaLib-%{version}.tar.bz2
|
||||
Source1: MesaDemos-%{version}.tar.bz2
|
||||
Source: MesaLib-%{version}-rc1-devel.tar.bz2
|
||||
Source1: MesaDemos-%{version}-rc1-devel.tar.bz2
|
||||
Source3: README.updates
|
||||
Source4: manual-pages.tar.bz2
|
||||
Source5: drirc
|
||||
@ -103,7 +103,7 @@ Authors:
|
||||
Brian Paul
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version} -b1 -b4
|
||||
%setup -n %{name}-%{version}-devel -b1 -b4
|
||||
# make legal department happy (Bug #204110)
|
||||
test -f src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f progs/ggi/asc-view.c && exit 1
|
||||
@ -127,11 +127,11 @@ autoreconf -fi
|
||||
%configure --disable-glw \
|
||||
--with-driver=dri \
|
||||
%ifarch %ix86 x86_64
|
||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,s3v,sis,tdfx,trident,unichrome,ffb,swrast \
|
||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,ffb,swrast \
|
||||
--enable-gallium-nouveau \
|
||||
%endif
|
||||
%ifarch ppc
|
||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,s3v,tdfx,trident,unichrome,ffb,swrast \
|
||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,tdfx,unichrome,ffb,swrast \
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
--with-dri-drivers=swrast \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:486fbe4c2ffa3bd7267734a7c15dd40fb0a3093e11754c3767c2fac091981a0a
|
||||
size 1518006
|
3
MesaDemos-7.7-rc1-devel.tar.bz2
Normal file
3
MesaDemos-7.7-rc1-devel.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:683781dbf614cffb1da87143e2e1ef936974f6b466dad1f3e93d8be66d6f92cb
|
||||
size 16221158
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e325d84bb501f5a7ca8a82406bee700be76d993289ff67525016919f78eaab85
|
||||
size 4895111
|
3
MesaLib-7.7-rc1-devel.tar.bz2
Normal file
3
MesaLib-7.7-rc1-devel.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb636b28ac8cb63e2cf1ed7f1488c93f528613004bd47bf253ca1ddc50da5626
|
||||
size 4983612
|
Loading…
Reference in New Issue
Block a user