summaryrefslogtreecommitdiff
path: root/lib/mesa
AgeCommit message (Collapse)Author
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2018-08-27Build radeon drivers on arm64.Mark Kettenis
ok jsg@, matthieu@
2018-06-28The futex-based implementation of libxshmfence requires atomic operationsMark Kettenis
that hppa, m88k and sh don't provide. Since DRI3 requires libxshmfence, this means we can't enable DRI3 on these platforms. ok matthieu@
2018-06-26Enable various bits of DRI3 support.Mark Kettenis
ok matthieu@
2018-06-07Make sure HAVE_DRI3 is defined when DRI3 support is enabled.Mark Kettenis
Matches what is done for Linux. ok jsg@
2018-03-02use clock_gettime() path on PIPE_OS_BSD in os_time_get_nano()Jonathan Gray
committed upstream as 7bea40e56652a1ded4374d92fb340b454fbac475 clock_nanosleep() isn't available yet so the usleep() path stays for os_time_sleep()
2018-02-21No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymoreJonathan Gray
as the configure scripts have been changed to avoid pthread-stubs.
2018-02-21Don't try to use pthread-stubs on OpenBSD.Jonathan Gray
A similiar change is already committed upstream.
2018-02-04armv7 has builtin atomics since the switch to clangJonathan Gray
2018-01-08fix some files cvs got wrong when checking out 13.0.6Jonathan Gray
2018-01-08Revert to Mesa 13.0.6 again.Jonathan Gray
Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well.
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2018-01-08Revert to Mesa 13.0.6 again.Jonathan Gray
Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well.
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-12-31Merge Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-10-23Remove all references to libpthread-stubs from xenocara.Matthieu Herrb
"looks sane" guenther@.
2017-08-26Revert to Mesa 13.0.6 to hopefully address rendering issues a handful ofJonathan Gray
people have reported with xpdf/fvwm on ivy bridge with modesetting driver.
2017-08-26Make disabling regenerating source files provided in Mesa distfiles thatJonathan Gray
require python/bison a configure flag instead of the previous way of testing whether python was found (which shouldn't be the case in xenocara even with ports packages installed). This is required when timestamps change on files causing targets to be invoked that will break if python and bison aren't available and found in path by the configure script.
2017-03-25Import Mesa 13.0.6Jonathan Gray
2017-02-26Import Mesa 13.0.5Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-08-14regenJonathan Gray
2017-08-14cope with cvs import changing timestamps which caused make rules thatJonathan Gray
invoke python to attempt to run and fail