summaryrefslogtreecommitdiff
path: root/graphics/Mesa
AgeCommit message (Collapse)AuthorFilesLines
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-12update to Mesa 3.4drochner1-5/+5
Changes: New: - optimized glDrawPixels for glPixelZoom(1,-1) Bug Fixes: - widgets-mesa/src/*.c files were missing from 3.3 distro - include/GL/mesa_wgl.h file was missing from 3.3 distro - fixed some Win32 compile problems - texture object priorities weren't getting initialized to 1.0 - glAreTexturesResident return value was wrong when using hardware - glXUseXFont segfaulted when using 3dfx driver (via MESA_GLX_FX) - glReadPixels with GLushort packed types was broken - fixed a few bugs in the GL_EXT_texture_env_combine texture code - glPush/PopAttrib(GL_ENABLE_BIT) mishandled multi-texture enables - fixed some typos/bugs in the VB code - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work - optimized glDrawPixels paths weren't being used - per-fragment fog calculation didn't work without a Z buffer - improved blending accuracy, fixes Glean blendFunc test failures - glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly - glXGetProcAddressARB() didn't always return the right address - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format - texture matrix changes weren't always detected (GLUT projtex demo) - fixed random color problem in vertex fog code - fixed Glide-related bug that let Quake get a 24-bit Z buffer Changes: - finished internal support for compressed textures for DRI
2000-10-15Update Mesa to 3.2.1 (changes are bugfixes only) making this a meta packagerh8-89/+33
that works under both XFree86-3.x and 4.x (with partially built-in Mesa).
2000-09-21Make this build under NetBSD-alpha.tron2-1/+16
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-06-21USE_LIBTOOL instead of packages libtool.jlam1-18/+18
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-04Set "${EXTRACT_SUFX}" so that "bzip2" is used instead of "gzip".tron1-3/+4
2000-04-04Use smaller ".tar.bz2" distribution files.tron2-6/+6
2000-04-03update to Mesa-3.1drochner9-558/+46
changes: many bugfixes, added support - see the changelog core lib has X copyright now libtoolized installs as "libGL", not "libMesaGL" now my change: don't install samples
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-7/+7
1999-12-02Use 'ln -f -s' instead of 'ln -fs' to keep solaris happy.bouyer1-3/+3
1999-10-27Fix build problem on i386 a.out systems if hardware acceleration is enabledtron2-1/+214
via the "Mesa-glx" package. Patch supplied by Allen Briggs in PR pkg/8685.
1999-10-10"CONFLICT" -> "CONFLICTS".tron1-2/+2
1999-09-29Add conflict with "Mesa-glx" package.tron1-1/+3
1999-07-15Make this package work on Solaris.agc4-8/+69
1999-07-09Add package patch-sum filesagc1-0/+5
1999-04-22Fix the X library linkage for the demos, so that this works on he Alpha.mycroft1-5/+12
From garbled.
1999-04-14Now that we are at 1.4, we don't need to exclude this from alpha anymore.garbled1-3/+1
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-12-18chown -> ${CHOWN}kleink1-2/+2
1998-09-30Update Mesa package to version 3.0.tron6-131/+111
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-05Remove unwanted files prior to installation.tron1-2/+2
1998-09-05Don't install backup (*~) files.hubertf2-4/+3
Fixes PR 6104 by John Kohl <jtk@kolvir.arlington.ma.us>.
1998-08-20The Grand Homepagification:tsarna1-2/+3
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-07-15Use automatic shared object handlingagc2-13/+10
1998-05-08Don't install the demo binaries, just their source. Fixes pr 5218.frueauf2-120/+16
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-5/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-26portlint: add missing / to URL.frueauf1-4/+4
1998-03-24Add mirror "ftp.fu-berlin.de" to "${MASTER_SITES}".tron1-2/+3
1998-03-20Tidy this up, and make me the `maintainer'.mycroft1-7/+4
1998-03-05Update for Mesa 2.6.mycroft4-65/+124
1998-02-25"${PREFIX}/share/examples/Mesa" should be owned by "bin:bin" not by thetron1-1/+5
owner of "pkgsrc/graphics/Mesa". And all files should be world readable.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf2-5/+5
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-24portlint: use /usr/bin/truehubertf1-3/+3
1998-01-24portlint: no -p needed with ${MKDIR}, ldconfig||/usr/bin/truehubertf1-4/+4
1997-12-17Revoke last (errorous) change.hubertf1-2/+2
1997-12-17Add alternative path for old versions.hubertf2-4/+5
1997-12-02fix ldconfighubertf1-3/+3
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-11-03Fix RCS-Idhubertf1-1/+2
1997-11-03This is the real update for NetBSD and V2.4hubertf4-26/+50
1997-11-03Not needed on NetBSDhubertf1-11/+0
1997-11-03Fix RCS-Id, update to V2.4 & NetBSDhubertf1-1/+2