Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-19 | Restore local change to handle Ctrl+Alt+Backspace to kill X by default. | Matthieu Herrb | |
2017-02-08 | Update to xkeyboard-config 2.20 | Daniel Jakots | |
ok matthieu@ | |||
2016-10-09 | Update to xkeyboard-config 2.19 | Alexandr Shadchin | |
ok matthieu@ | |||
2016-09-02 | Update to xcb-proto/libxcb 1.12. "Just commit it" naddy@ | Matthieu Herrb | |
2016-08-09 | Update to fontconfig 2.12.1. | Matthieu Herrb | |
Tested by krw@, dcoppa@, ok dcoppa@. | |||
2016-06-28 | Update to xkeyboard-config 2.18 | Alexandr Shadchin | |
ok matthieu@, test danj@ | |||
2016-02-06 | Update to xkeyboard-config 2.17 | Alexandr Shadchin | |
ok matthieu@ | |||
2016-02-02 | Make sure the socket send buffer is at least 64KB. This reduces the number of | Mark Kettenis | |
writev(2) system calls made for largish requests. A similar change was made to the libxtrans code a while ago. This should speed up applications that send images to the X server, like Firefox. The seedupmight not be noticable though. But it reduces the noice in ktrace logs. ok matthieu@ | |||
2015-12-23 | remove the now unused Mesa 10.2.9 code | Jonathan Gray | |
2015-01-25 | Import Mesa 10.4.3 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-07-09 | Import Mesa 10.2.3 | Jonathan Gray | |
2014-01-19 | Import Mesa 9.2.5 | Jonathan Gray | |
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-09 | Import Mesa 9.2.2 | Jonathan Gray | |
2013-10-05 | Import Mesa 9.2.1 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2006-11-25 | Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib | Matthieu Herrb | |
and xserver)... | |||
2015-11-14 | Update to xkeyboard-config 2.16. | Alexandr Shadchin | |
ok matthieu@ | |||
2015-09-30 | Update to libxcb-1.11.1 | David Coppa | |
ok matthieu@ | |||
2015-08-20 | Merge libepoxy 1.3.1 | Jonathan Gray | |
2015-08-20 | Import libepoxy 1.3.1 | Jonathan Gray | |
2015-07-29 | Make the Gallium r300 works on big-endian architectures. | Martin Pieuchot | |
Diff provided by Michel Daenzer [0] as a possible solution for a regression introduced in Mesa 9 [1]. This diff allows macppc users to use OpenGL accelerated appplications (i.e. GNOME3). As disucssed during c2k15 we won't try to keep this patch during the next Mesa update. [0] https://bugs.freedesktop.org/show_bug.cgi?id=71789 [1] http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html Tested by myself and ajacoutot@, regression test and ok jsg@ | |||
2015-04-15 | don't include library major numbers when calling dlopen for gl | Jonathan Gray | |
libraries on OpenBSD | |||
2015-04-15 | Import libepoxy 1.2 | Jonathan Gray | |
2015-03-30 | Update to xkeyboard-config 2.14. | Alexandr Shadchin | |
ok matthieu@ | |||
2015-03-18 | Backport a Mesa fix from Andreas Boll. | Jonathan Gray | |
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA | |||
2015-02-22 | Backport support for GLX_MESA_query_renderer for non Intel drivers. | Jonathan Gray | |
This is desirable as the chromium port now uses this extension to obtain pci vendor/device ids for use in feature/extension blacklists. Prompted by a mail from byrnet@, tested on r600g by krw@ The newly added os_get_total_physical_memory() was passing the length of a pointer rather than the type which made the sysctl call fail on non 64 bit archs. And it was passing the wrong pointer for the result. Fixes for these problems have been submitted back upstream. | |||
2014-07-09 | Import Mesa 10.2.3 | Jonathan Gray | |
2015-02-20 | Merge Mesa 10.2.9 | Jonathan Gray | |
2015-02-20 | Import Mesa 10.2.9 | Jonathan Gray | |
2015-01-25 | Import Mesa 10.4.3 | Jonathan Gray | |
2015-01-31 | Remove the local workaround for alignment faults in the VBO code on | Jonathan Gray | |
archs with strict 64 bit pointer alignment and use Brian Paul's fix which has been committed upstream and should end up in future releases of 10.4.x. | |||
2015-01-26 | Update to libxcb and xcb-proto 1.11. | Matthieu Herrb | |
Tested on a bulk ports build by naddy@. Lots of churn due to white-space and comments changes in generated code. | |||
2015-01-25 | Merge Mesa 10.4.3 | Jonathan Gray | |
Tested by matthieu@ mpi@ and myself. landry@ ran a ports bulk build. kettenis@ tracked down the cause of an alignment fault on archs that require strict eight byte pointer alignment. | |||
2015-01-25 | Import Mesa 10.4.3 | Jonathan Gray | |
2014-07-09 | Import Mesa 10.2.3 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2015-01-03 | Fix buffer overflow in copying PS name | Matthieu Herrb | |
As reported on the fontconfig mailing list by Tanel Liiv. Found using American Fuzzy Lop. Upstream patch adapted to use strlcpy(). | |||
2014-12-28 | Update to xkeyboard-config 2.13. | Alexandr Shadchin | |
ok matthieu@ | |||
2014-09-28 | Match the behaviour of Mesa when built by autoconf and link | Jonathan Gray | |
libEGL against libgbm and libglapi. The libgbm requirement comes from the drm EGL backend that was enabled with the 10.2.3 update. ok matthieu@ kettenis@ | |||
2014-09-17 | Update to xkeyboard-config 2.12. | Alexandr Shadchin | |
plus fix for fr(oss) from Daniel Jakots <vigdis at chown dot me> ok matthieu@ | |||
2014-09-07 | Merge Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |