summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Split out an arch-specific variable DRI_DRIVERS_${ARCH} for defining which ↵Donnie Berkholz2005-08-221-2/+2
| | | | | | | drivers to build. Put it up at the top, to try separating data from code. Perhaps doing something similar in pkg_setup(), but having if...elif and just DRI_DRIVERS, would work reasonably, but it doesn't isolate the data as well. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Split out an arch-specific variable DRI_DRIVERS_${ARCH} for defining which ↵Donnie Berkholz2005-08-222-3/+15
| | | | | | drivers to build. Put it up at the top, to try separating data from code. Perhaps doing something similar in pkg_setup(), but having if...elif and just DRI_DRIVERS, would work reasonably, but it doesn't isolate the data as well. (Portage version: 2.0.51.22-r2)
* Move EXTRA_LIB_PATH blanking out from within a sparc block, because it ↵Donnie Berkholz2005-08-221-2/+2
| | | | | | | should be used for everyone. Also move arch-specific section away from generic sections. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Move EXTRA_LIB_PATH blanking out from within a sparc block, because it ↵Donnie Berkholz2005-08-222-6/+13
| | | | | | should be used for everyone. Also move arch-specific section away from generic sections. (Portage version: 2.0.51.22-r2)
* Bump to latest devel release. The assembly files in DRI drivers didn't get ↵Donnie Berkholz2005-08-221-1/+4
| | | | | | | packaged, so add mesa-add-dri-asm-files.patch to patch them in. I think this release will also fix 32/64 systems, if they also have the latest DRM. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Bump to latest devel release. The assembly files in DRI drivers didn't get ↵Donnie Berkholz2005-08-224-1/+1206
| | | | | | packaged, so add mesa-add-dri-asm-files.patch to patch them in. I think this release will also fix 32/64 systems, if they also have the latest DRM. (Portage version: 2.0.51.22-r2)
* Pull old versions.Donnie Berkholz2005-08-221-10/+1
| | | | | (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Pull old versions.Donnie Berkholz2005-08-2210-918/+7
| | | | (Portage version: 2.0.51.22-r2)
* Stop installing glut headers to avoid conflicts with virtual/glut providers. ↵Donnie Berkholz2005-08-201-2/+2
| | | | | | | Reported by Andrej Kacian <ticho@gentoo.org>. (Portage version: 2.0.51.22-r2) (Unsigned Manifest commit)
* Stop installing glut headers to avoid conflicts with virtual/glut providers. ↵Donnie Berkholz2005-08-202-2/+10
| | | | | | Reported by Andrej Kacian <ticho@gentoo.org>. (Portage version: 2.0.51.22-r2)
* 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)