summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add x11-proto/printproto to DEPEND on USE=motif.Donnie Berkholz2005-08-171-2/+2
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add x11-proto/printproto to DEPEND on USE=motif.Donnie Berkholz2005-08-172-3/+8
| | | | (Portage version: 2.0.51.22-r2)
* libOSMesa isn't building anymore, so stop symlinking and installing libtool ↵Donnie Berkholz2005-08-161-2/+2
| | | | | | | archives. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* libOSMesa isn't building anymore, so stop symlinking and installing libtool ↵Donnie Berkholz2005-08-162-4/+10
| | | | | | archives. (Portage version: 2.0.51.22-r2)
* Fix direct rendering on r200 by adding USING_EGL=0. Turning off EGL takes a ↵Donnie Berkholz2005-08-161-18/+10
| | | | | | | lot of work. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Fix direct rendering on r200 by adding USING_EGL=0. Turning off EGL takes a ↵Donnie Berkholz2005-08-163-1/+204
| | | | | | lot of work. (Portage version: 2.0.51.22-r2)
* Fix multilib issue and add ~amd64 keyword.Herbie Hopkins2005-08-151-0/+10
| | | | | (Portage version: 2.0.51.22-r2) (Signed Manifest commit)
* Fix multilib issue and add ~amd64 keyword.Herbie Hopkins2005-08-151-2/+2
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Fix multilib issue and add ~amd64 keyword.Herbie Hopkins2005-08-153-18/+25
| | | | (Portage version: 2.0.51.22-r2)
* Install libGL.la to /usr/lib/opengl/xorg-x11/lib, where libGL.so really is, ↵Donnie Berkholz2005-08-151-2/+2
| | | | | | | instead of /usr/lib. This only seems necessary because of the LDPATH hack in opengl-update. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Install libGL.la to /usr/lib/opengl/xorg-x11/lib, where libGL.so really is, ↵Donnie Berkholz2005-08-152-3/+11
| | | | | | instead of /usr/lib. This only seems necessary because of the LDPATH hack in opengl-update. (Portage version: 2.0.51.22-r2)
* Stop building EGL things, because they aren't ready upstream. Also the EGL ↵Donnie Berkholz2005-08-141-1/+5
| | | | | | | demos rely on glut, which creates a circular dependency. Change the default DRI driver directory to the one we actually use. This should be enough to get direct rendering working. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Stop building EGL things, because they aren't ready upstream. Also the EGL ↵Donnie Berkholz2005-08-145-1/+223
| | | | | | demos rely on glut, which creates a circular dependency. Change the default DRI driver directory to the one we actually use. This should be enough to get direct rendering working. (Portage version: 2.0.51.22-r2)
* Bump to update to CVS head as of yesterday.Donnie Berkholz2005-08-121-1/+3
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Bump to update to CVS head as of yesterday.Donnie Berkholz2005-08-123-1/+187
| | | | (Portage version: 2.0.51.22-r2)
* Turn parallel build back off. Can get problems with depend files not existing.Donnie Berkholz2005-08-121-2/+2
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Turn parallel build back off. Can get problems with depend files not existing.Donnie Berkholz2005-08-122-3/+6
| | | | (Portage version: 2.0.51.22-r2)
* Test out parallel make. fmccor says it works.Donnie Berkholz2005-08-121-4/+7
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Test out parallel make. fmccor says it works.Donnie Berkholz2005-08-122-3/+6
| | | | (Portage version: 2.0.51.22-r2)
* Install the actual *_dri drivers into /usr/lib/xorg/modules/dri, and remove ↵Ferris McCormick2005-08-121-7/+4
| | | | | | | my ill-considered IUSE=dri flag. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Install the actual *_dri drivers into /usr/lib/xorg/modules/dri, and remove ↵Ferris McCormick2005-08-122-3/+18
| | | | | | my ill-considered IUSE=dri flag. (Portage version: 2.0.51.22-r2)
* Fix manifest.Donnie Berkholz2005-08-111-1/+1
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Fix manifest.Donnie Berkholz2005-08-112-3/+9
| | | | (Portage version: 2.0.51.22-r2)
* Simplification for sparc; all needed is (1) no sparc assembly, (2) correct ↵Ferris McCormick2005-08-111-16/+3
| | | | | | | dri driver set. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Simplification for sparc; all needed is (1) no sparc assembly, (2) correct ↵Ferris McCormick2005-08-111-39/+7
| | | | | | dri driver set. (Portage version: 2.0.51.22-r2)
* Manual Manifest commit.Sven Wegener2005-08-111-3/+16
|
* Small sparc fixes, thus: (1) define a sane set of DRI-drivers; (2) build a ↵Ferris McCormick2005-08-111-6/+3
| | | | | | | working stand-alone version of mesa for the case in which there are no DRI-capable graphics devices; (3) redisable using sparc assembly code because internal mesa restructuring makes activating assembly usage nontrivial. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Small sparc fixes, thus: (1) define a sane set of DRI-drivers; (2) build a ↵Ferris McCormick2005-08-112-7/+64
| | | | | | working stand-alone version of mesa for the case in which there are no DRI-capable graphics devices; (3) redisable using sparc assembly code because internal mesa restructuring makes activating assembly usage nontrivial. (Portage version: 2.0.51.22-r2)
* Add fix-include-locations.patch to standardize include locations to ↵Donnie Berkholz2005-08-101-2/+3
| | | | | | | <X11/extensions/foo.h> instead of some mixture of <foo.h> and "foo.h." (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add fix-include-locations.patch to standardize include locations to ↵Donnie Berkholz2005-08-103-2/+95
| | | | | | <X11/extensions/foo.h> instead of some mixture of <foo.h> and "foo.h." (Portage version: 2.0.51.22-r2)
* Add makedepend-location.patch to stop mesa from looking in /usr/X11R6/bin.Donnie Berkholz2005-08-101-2/+3
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add makedepend-location.patch to stop mesa from looking in /usr/X11R6/bin.Donnie Berkholz2005-08-103-2/+19
| | | | (Portage version: 2.0.51.22-r2)
* Add dep on >=x11-proto/glproto-1.4-r1.Donnie Berkholz2005-08-101-2/+5
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add dep on >=x11-proto/glproto-1.4-r1.Donnie Berkholz2005-08-102-3/+7
| | | | (Portage version: 2.0.51.22-r2)
* (1) Correct a few $(...) to \$(...), and (2) add some sparc-only checks to ↵Ferris McCormick2005-08-101-2/+2
| | | | | | | help with sparc testing. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* (1) Correct a few $(...) to \$(...), and (2) add some sparc-only checks to ↵Ferris McCormick2005-08-102-3/+19
| | | | | | help with sparc testing. (Portage version: 2.0.51.22-r2)
* Add ~sparc keyword (X modular testing).Ferris McCormick2005-08-101-5/+2
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add ~sparc keyword (X modular testing).Ferris McCormick2005-08-102-3/+6
| | | | (Portage version: 2.0.51.22-r2)
* Add dep on >=opengl-update-2.2.2.Donnie Berkholz2005-08-101-2/+2
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add dep on >=opengl-update-2.2.2.Donnie Berkholz2005-08-102-3/+6
| | | | (Portage version: 2.0.51.22-r2)
* Add fix_opengl_symlinks() from xorg-x11, to set up the libGL symlinks.Donnie Berkholz2005-08-101-2/+2
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add fix_opengl_symlinks() from xorg-x11, to set up the libGL symlinks.Donnie Berkholz2005-08-102-2/+18
| | | | (Portage version: 2.0.51.22-r2)
* Stop cleaning out /usr/lib/opengl/xorg-x11, now that two other packages also ↵Donnie Berkholz2005-08-101-2/+2
| | | | | | | install to it. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Stop cleaning out /usr/lib/opengl/xorg-x11, now that two other packages also ↵Donnie Berkholz2005-08-102-19/+6
| | | | | | install to it. (Portage version: 2.0.51.22-r2)
* Drop old version.Donnie Berkholz2005-08-101-3/+1
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Drop old version.Donnie Berkholz2005-08-103-110/+4
| | | | (Portage version: 2.0.51.22-r2)
* Add for modular X.Donnie Berkholz2005-08-101-1/+8
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Add for modular X.Donnie Berkholz2005-08-108-2/+545
| | | | (Portage version: 2.0.51.22-r2)
* (Manifest recommit)Aron Griffis2004-06-241-2/+2
|
* update copyright line: Gentoo Technologies => Gentoo FoundationAron Griffis2004-06-242-4/+4
|