Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-26 | Revert to Mesa 13.0.6 to hopefully address rendering issues a handful of | Jonathan Gray | |
people have reported with xpdf/fvwm on ivy bridge with modesetting driver. | |||
2017-08-26 | Make disabling regenerating source files provided in Mesa distfiles that | Jonathan 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-25 | Import Mesa 13.0.6 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2017-08-14 | regen | Jonathan Gray | |
2017-08-14 | cope with cvs import changing timestamps which caused make rules that | Jonathan Gray | |
invoke python to attempt to run and fail | |||
2017-08-14 | Merge Mesa 17.1.6 | Jonathan Gray | |
2017-08-14 | Import Mesa 17.1.6 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2017-07-02 | add a real dependency on the shadow tree, removes the need to run | Marc Espie | |
make depend okay matthieu@ (I added a comment explaining why this comes after bsd.xorg.mk) | |||
2017-05-21 | Make X work with radeondrm(4) hardware on loongson. | Visa Hankala | |
OK jsg@ | |||
2017-03-25 | Merge Mesa 13.0.6 | Jonathan Gray | |
2017-03-25 | Import Mesa 13.0.6 | Jonathan Gray | |
2017-03-25 | Import Mesa 13.0.6 | Jonathan Gray | |
2017-02-26 | Merge Mesa 13.0.5 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2017-01-21 | Disable the shader cache in Mesa on powerpc. Its implementation uses gcc | Stefan Sperling | |
atomic builtins on a 64 bit integer which is not supported on 32 bit powerpc. Makes 3D work again on a PowerBook G4 with an ATI RV350 video card. tweak and ok jsg@ | |||
2017-01-19 | Merge Mesa 13.0.3 | Jonathan Gray | |
2017-01-19 | Import Mesa 13.0.3 | Jonathan Gray | |
2016-12-31 | Use the unlocked atomic path in Mesa when just __arm__ is defined and | Jonathan Gray | |
don't assume the builtin atomics are present with __ARM_ARCH_6__ and later as base gcc with -march=armv6 doesn't have them. | |||
2016-12-11 | disable additional rules to regen sources when xxd is not found | Jonathan Gray | |
Found the hard way by Mark Patruck and naddy. Didn't encounter it here with a post import build for reasons unknown. | |||
2016-12-11 | disable additional rules to regen sources when python is not found | Jonathan Gray | |
After a cvs import timestamps change which triggers rules that attempt to call python to regenerate files. When python is not found this generates empty files that override those from the distfile, breaking the build. When building inside xenocara python is never found as the pkg paths are not searched. | |||
2016-12-11 | Merge Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2016-10-23 | binutils on powerpc now ignores --gc-sections. Remove the local patch | Jonathan Gray | |
to avoid using it on powerpc from Mesa. Tested by matthieu@ on macppc. | |||
2016-10-11 | regen | Matthieu Herrb | |
2016-10-11 | Force AM_MAINTAINER_MODE in all Xenocara packages built by autotools | Matthieu Herrb | |
This prevents autotools to try to rebuild themselve automagically if configure.ac, Makefile.am or a few other have more recent time stamps than the generated files. It will allows to get rid of the NO_REORDER mechanism that touches files in the source tree to ensure nothing gets rebuilt. | |||
2016-07-25 | Disable the code that allocates W|X memory. There is fallback code that | Mark Kettenis | |
gets used if allocating W|X memory fails, which is probably a bit slower. However, that is much better than commit a W^X violation which currently gets you killed. ok jca@ | |||
2016-05-29 | Merge Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2016-04-20 | Make sure we authenticate before calling loader_get_driver_for_fd(). This | Mark Kettenis | |
function invokes some drm ioctls that require the client to be authenticated. tested by espie@ ok jsg@ | |||
2016-03-18 | test some more __ARM_ARCH_* builtin defines | Jonathan Gray | |
2016-02-28 | Back out rev 1.3 and use __sync builtins on alpha. gcc no longer | Jonathan Gray | |
triggers an ICE with p_atomic_cmpxchg/__sync_val_compare_and_swap. Tested by matthieu. |