Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-02-16 | Explicitly tell CPP that it should parse stdin as C-header when building glu.... | hans | 2 | -4/+4 |
2012-01-23 | Disable integrated assembler for clang and force default visiblity to | joerg | 1 | -1/+7 |
2011-08-21 | Ensure PTHREAD_STUBLIB is set in MAKE_ENV not just PKGSRC_MAKE_ENV - fixes cl... | abs | 1 | -1/+2 |
2010-05-05 | The BUILDLINK API dependency should be for xf86driproto not | reed | 2 | -3/+5 |
2010-04-16 | revision bump for libdrm update. | tnn | 1 | -2/+2 |
2010-03-27 | another sparc64-only build fix; define memory barrier macro in sis_context.h | tnn | 2 | -6/+8 |
2010-03-27 | fix a wrong #include in patch-aa which caused sparc64 build to fail. | tnn | 2 | -6/+6 |
2009-09-02 | Look for libGL.so, not any particular libGL.so.<X>, on NetBSD. | wiz | 3 | -3/+20 |
2009-08-25 | - Fix MESA_TINY missed in last version bump. | hasso | 3 | -4/+12 |
2009-08-08 | As suggested by Tom Spindler, remove the libdrm version requirement | drochner | 2 | -3/+3 |
2009-08-08 | Fix symbol handling in glu. Patch from upstream via Jörn Clausen | wiz | 2 | -9/+18 |
2009-07-29 | the dri module wants intel_bufmgr.h which we got with libdrm-2.4.9 | drochner | 1 | -1/+2 |
2009-07-08 | Update to 7.4.4. Make software ratserizer actually work. Add one patch from | hasso | 7 | -85/+55 |
2009-06-19 | Attempt to make it build cleanly and to solve PLIST problems without dri | hasso | 4 | -5/+65 |
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -3/+1 |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 |
2009-06-11 | patch-cc: libtoolize src/mesa/drivers/x11/Makefile. | tnn | 2 | -1/+40 |
2009-06-10 | Use correct macros for installation, from FUKAUMI Naoki in PR 41563. | wiz | 5 | -8/+39 |
2009-06-10 | Fix "freeze on exit" issue with many GL games. Bump PKGREVISION. | hasso | 3 | -2/+28 |