Age | Commit message (Expand) | Author | Files | Lines |
2014-05-03 | Fix build under OpenBSD/amd64 5.5 | ryoon | 1 | -2/+6 |
2014-02-04 | inlucde machine/endian.h on NetBSD and OpenBSD to detect endian for neigher | obache | 1 | -5/+14 |
2014-01-24 | Bump PKGREVISION | ryoon | 1 | -0/+16 |
2014-01-10 | Fix build of MesaLib on PowerPC platforms without GCC >= 4.1 (like MacOS X 10... | pho | 1 | -0/+107 |
2013-12-12 | Fix for the integer overflow possibility reported in | is | 1 | -0/+40 |
2013-11-29 | Fix build of MesaLib on MirBSD. The mklib script needed some prodding, and | bsiegert | 1 | -4/+4 |
2013-09-23 | Treat FreeBSD and NetBSD uniformly. This fixes building the package on FreeBSD. | asau | 1 | -4/+8 |
2013-06-16 | Change MESA_BIG_ENDIAN condition check for PR pkg/47919. | obache | 1 | -6/+20 |
2013-06-13 | Check for symbol existence with #ifdef, not #if. | wiz | 1 | -0/+16 |
2013-06-10 | PR pkg/47913, fix build problem on powerpc | mef | 1 | -3/+14 |
2013-05-20 | Fixes for non-dri build: | sbd | 1 | -0/+16 |
2013-05-19 | Add band-aid patch for missing exp2f(3) on NetBSD<6, inspired by wiz@. | obache | 1 | -0/+20 |
2013-05-18 | Fixes build on big endian FreeBSD and DragonFly. | obache | 1 | -1/+11 |
2013-05-18 | make sure MESA_{BIG,LITTLE}_ENDIAN are defined correctly on *BSD. | obache | 1 | -4/+10 |
2013-05-16 | upgrade to MesaLib-7.11.2 | richard | 45 | -839/+591 |
2012-09-12 | Expose glXGetProcAddress. | dsainty | 1 | -2/+16 |
2012-02-16 | Explicitly tell CPP that it should parse stdin as C-header when building glu.... | hans | 1 | -2/+2 |
2010-03-27 | another sparc64-only build fix; define memory barrier macro in sis_context.h | tnn | 1 | -4/+6 |
2010-03-27 | fix a wrong #include in patch-aa which caused sparc64 build to fail. | tnn | 1 | -4/+4 |
2009-09-02 | Look for libGL.so, not any particular libGL.so.<X>, on NetBSD. | wiz | 1 | -0/+16 |
2009-08-08 | Fix symbol handling in glu. Patch from upstream via Jörn Clausen | wiz | 1 | -7/+16 |
2009-07-08 | Update to 7.4.4. Make software ratserizer actually work. Add one patch from | hasso | 5 | -70/+41 |
2009-06-19 | Attempt to make it build cleanly and to solve PLIST problems without dri | hasso | 1 | -0/+57 |
2009-06-11 | patch-cc: libtoolize src/mesa/drivers/x11/Makefile. | tnn | 1 | -0/+38 |
2009-06-10 | Use correct macros for installation, from FUKAUMI Naoki in PR 41563. | wiz | 2 | -3/+24 |
2009-06-10 | Fix "freeze on exit" issue with many GL games. Bump PKGREVISION. | hasso | 1 | -0/+24 |
2009-06-05 | Update Mesa and friends to 7.4.2. | wiz | 15 | -312/+239 |
2008-10-21 | Sync MesaLib with upstream mesa_7_0_branch. While here, patch | bjs | 1 | -0/+15 |
2008-08-17 | #define bswap_32 bswap32 for NetBSD in the mach64 driver; also, for the | bjs | 2 | -0/+39 |
2008-07-27 | Update to Mesa-7.0.4 (the head of the 7.0 branch in GIT). Basically, | bjs | 10 | -1043/+75 |
2008-06-27 | graphics/MesaLib/hacks.mk: revert to rev 1.8 | tnn | 1 | -0/+12 |
2008-06-03 | Add Linux to DRI platforms. Add a patch to fix compilation under Linux. Bum... | dsainty | 1 | -0/+19 |
2008-05-01 | Remove second -o argument in libOSMesa link command (which was obviously | bjs | 1 | -3/+2 |
2008-04-30 | Mesa | bjs | 1 | -4/+4 |
2008-04-25 | PR pkg/38506: Rob Quinn: Work around Solaris /bin/sh brain damage. | tnn | 1 | -3/+3 |
2008-04-24 | remove stale patch | tnn | 1 | -18/+0 |
2008-04-24 | Welcome to Mesa-7.0.3. | bjs | 20 | -311/+807 |
2007-08-13 | As discussed on tech-pkg@ revert for now the last updates of the Mesa packages. | seb | 9 | -169/+184 |
2007-08-12 | Changes 7.0.1: | adam | 9 | -184/+169 |
2007-08-06 | Allow MesaLib to be cross-compiled. This is horrible slow, but working | joerg | 2 | -0/+33 |
2007-04-13 | Need to include inttypes.h on Tru64. Submitted upstream in: | tnn | 1 | -5/+9 |
2007-01-24 | Fix the Interix fix. gcc 3.3 supplies its own <stddef.h>, which shadows | tv | 1 | -3/+7 |
2006-11-21 | Interix doesn't have <inttypes.h>, but <stdlib.h> is guaranteed to pull | tv | 1 | -0/+13 |
2006-10-01 | added support for IRIX 5. Including inttypes.h, as introduced through patch-am, | schwarz | 1 | -4/+13 |
2006-07-06 | On Solaris with "gcc -m64" make sure int64_t defined correctly. | markd | 1 | -0/+13 |
2006-06-01 | Explicitly add --tag for libtool calls to fix problems on SunOS. | joerg | 1 | -4/+4 |
2006-03-21 | Compensate for lossage I've caused by not explicitely linking against | drochner | 1 | -2/+2 |
2006-03-02 | don't link libGL explicitely against libpthread, it is not | drochner | 1 | -2/+2 |
2006-02-09 | 6.4.2 February 2, 2006 | adam | 2 | -86/+0 |
2006-01-31 | Fix some more places where the evil macro RENDER_SPAN prevents this | kristerw | 2 | -0/+882 |