Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-11 | regen | Matthieu Herrb | |
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 | |
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. | |||
2016-02-20 | alpha lacks p_atomic_cmpxchg() switch to non atomic ops | Matthieu Herrb | |
2016-02-19 | Don't depend on indirect inclusion to pick up endian.h and define | Jonathan Gray | |
BYTE_ORDER. Tested by and ok visa@ mpi@ | |||
2016-02-18 | Disable another make rule requiring python that could trigger if the | Jonathan Gray | |
timestamps are wrong. We always want to use the generated sources provided with Mesa releases. Encountered by tobias. | |||
2016-01-24 | Import Mesa 11.0.9 | Jonathan Gray | |
2016-01-24 | Import Mesa 11.0.9 | Jonathan Gray | |
2016-01-07 | Disable reading of drirc files by default so chromium processes | Jonathan Gray | |
with OpenGL contexts can drop the ability to read files. Diff from robert@ with a comment added. ok robert@ deraadt@ | |||
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-12-23 | Merge Mesa 11.0.8 | Jonathan Gray | |
2015-12-23 | Import Mesa 11.0.8 | Jonathan Gray | |
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6 | |||
2015-12-23 | Import Mesa 11.0.8 | Jonathan Gray | |
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6 | |||
2015-11-22 | regen | Jonathan Gray | |
2015-11-22 | Disable the bison/lex/python rules to regenerate sources that were | Jonathan Gray | |
included in the tarball. cvs import seems to have changed timestamps of files which caused these rules to trigger and the build to fail. | |||
2015-11-22 | provide an unlocked atomic fallback path | Jonathan Gray | |
sparc < v9, hppa, sh, arm < v6 don't provide these builtins and we don't have kernel assistance to fake them currently. | |||
2015-11-22 | don't install /etc/drirc it's just a bunch of workarounds for closed | Jonathan Gray | |
linux programs | |||
2015-11-22 | don't try to symlink files that don't exist | Jonathan Gray | |
2015-11-22 | dlopen libGL.so not libGL.so.1 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |