summaryrefslogtreecommitdiff
path: root/lib/libepoxy
AgeCommit message (Collapse)Author
2018-05-26Use -mxgot to build libepoxy on mips64 and mips64el.Matthieu Herrb
ok visa@ who reported that mips64 is affected too.
2018-05-25Update to libepoxy 1.5.2. ok aja@Matthieu Herrb
2016-10-10Remove the global 'make includes' step from 'make build'.Matthieu Herrb
This is no longer needed and gets in the way of tightening permission used during build. ok and suggestions natano@
2016-10-08use the pkg-config support from bsd.xorg.mk to handleMatthieu Herrb
libGLw and libepoxy .pc files rather than manually generating them as root in postinstall. Spotted by natano@ ok natano@.
2016-09-01remove sparcJonathan Gray
2015-08-20update to libepoxy 1.3.1Jonathan Gray
ok aja@
2015-04-22sparc needs big PICMiod Vallat
2015-04-15Add libepoxy a library for handling gl/glx/egl function pointer management.Jonathan Gray
This is needed by glamor egl in the xserver which is in turn needed to get acceleration with some hardware on xf86-video-ati. Worked on during s2k15. Glamor is not yet enabled in the xserver, but adding this now as libepoxy recently showed up in ports. The libepoxy port will be removed and ports will transition to this version. The xenocara version will be enabled when we're ready to transition.