Age | Commit message (Expand) | Author | Files | Lines |
2015-05-12 | Fix build on DragonFlyBSD. | nros | 1 | -1/+4 |
2015-05-11 | Update to MesaLib-10.5.5. | tnn | 2 | -7/+7 |
2015-05-11 | Assume that __GNUC__ implies that it has __builtin_ffsll as a last | tnn | 2 | -10/+12 |
2015-04-29 | Fix DRI3 build on Linux | tnn | 1 | -1/+14 |
2015-04-29 | Unbreak on FreeBSD by also ensuring that ERSTART is defined and set to the | sevan | 2 | -4/+12 |
2015-04-28 | PR pkg/49867: circular dependency between MesaLib and libva on Linux. | tnn | 1 | -5/+1 |
2015-04-26 | drop llvm as suggested option until build issues can be figured out | tnn | 1 | -2/+2 |
2015-04-25 | Update to MesaLib-10.5.3. | tnn | 53 | -1063/+823 |
2015-04-25 | Assume that whatever problems this patch set fixed are fixed upstream in | tnn | 11 | -346/+0 |
2015-04-03 | fold "common" makefile fragments back into MesaLib/Makefile since | tnn | 1 | -5/+74 |
2015-03-09 | Force a full dependency on libpciaccess in situations where we definitely | tnn | 2 | -3/+4 |
2015-01-29 | Fix segfaults and crashing with applications that use libGLU. | nat | 2 | -1/+51 |
2014-08-06 | Use __attribute__((__destructor__)) instead of magic __dso_handle, and | wiz | 4 | -8/+56 |
2014-05-03 | Fix build under OpenBSD/amd64 5.5 | ryoon | 2 | -4/+8 |
2014-03-22 | Look for gl.pc in lib${LIBABISUFFIX}/pkgconfig too. Fixes some Linux | jperkin | 1 | -1/+2 |
2014-03-14 | Overall dri related dependency clean up. | obache | 2 | -4/+14 |
2014-02-04 | inlucde machine/endian.h on NetBSD and OpenBSD to detect endian for neigher | obache | 2 | -7/+16 |
2014-01-24 | Bump PKGREVISION | ryoon | 3 | -3/+20 |
2014-01-10 | Fix build of MesaLib on PowerPC platforms without GCC >= 4.1 (like MacOS X 10... | pho | 2 | -1/+109 |
2013-12-12 | Fix for the integer overflow possibility reported in | is | 3 | -3/+44 |
2013-11-29 | Fix build of MesaLib on MirBSD. The mklib script needed some prodding, and | bsiegert | 3 | -7/+11 |
2013-09-23 | Treat FreeBSD and NetBSD uniformly. This fixes building the package on FreeBSD. | asau | 2 | -6/+10 |
2013-09-23 | Suggest DRI option for FreeBSD. | asau | 1 | -2/+2 |
2013-08-27 | MesaLib's configure insists on glproto>=1.4.11, so depend on that version. | wiz | 1 | -1/+2 |
2013-06-17 | Fix the builtin version detection by checking the pkgconfig files if | dholland | 1 | -6/+15 |
2013-06-16 | Change MESA_BIG_ENDIAN condition check for PR pkg/47919. | obache | 2 | -8/+22 |
2013-06-13 | Add missing patch checksum. | wiz | 1 | -1/+2 |
2013-06-13 | Check for symbol existence with #ifdef, not #if. | wiz | 2 | -2/+18 |
2013-06-10 | PR pkg/47913, fix build problem on powerpc | mef | 2 | -5/+16 |
2013-05-28 | Mark the package as broken on NetBSD when dri is not enabled. | wiz | 1 | -1/+4 |
2013-05-27 | Allow the dri option on NetBSD even with native x (compile-tested by | wiz | 2 | -13/+7 |
2013-05-20 | Make dri a suggested option on Linux i386 and x86_64. | sbd | 1 | -1/+4 |
2013-05-20 | Fixes for non-dri build: | sbd | 3 | -3/+21 |
2013-05-20 | The configure arg --with-driver= takes 'xlib' OR 'osmesa' not 'xlib,osmesa'. | sbd | 1 | -2/+2 |
2013-05-19 | Add band-aid patch for missing exp2f(3) on NetBSD<6, inspired by wiz@. | obache | 2 | -1/+22 |
2013-05-18 | regen distinfo | obache | 1 | -3/+3 |
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 | 63 | -1244/+711 |
2013-04-19 | reorder condition of the previous change, to be bit faster. | obache | 1 | -2/+2 |
2013-04-19 | assume builtin MesaLib on Cygwin is not usind dri. | obache | 1 | -2/+2 |
2012-10-17 | Don't enable dri on Solaris 10 and lower. | jperkin | 1 | -2/+2 |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 |
2012-09-28 | Enable dri by default on Solaris. The 'vmware' driver from modular-xorg is | jperkin | 1 | -2/+2 |
2012-09-12 | Expose glXGetProcAddress. | dsainty | 3 | -6/+20 |
2012-05-09 | Move libpciaccess to dri option section. | wiz | 2 | -3/+3 |
2012-05-08 | Needs libpciaccess now when pulling in libdrm. Bump PKGREVISION. | wiz | 2 | -3/+4 |
2012-04-08 | Assume that native MesaLib is built with dri if builin dri exists. | obache | 1 | -1/+5 |
2012-03-19 | Drop imake-check logic from X11 components' builtin.mk. | joerg | 1 | -5/+4 |
2012-03-13 | Unlock the 'dri' option for SunOS, since x11/libdrm now builds there. | fhajny | 2 | -4/+5 |