Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | 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 | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2023-01-17 | Fix several issues in libXpm : | Matthieu Herrb | |
CVE-2022-46285: Infinite loop on unclosed comments CVE-2022-44617: Runaway loop on width of 0 and enormous height CVE-2022-4883: compression commands depend on $PATH | |||
2023-01-07 | Update to libXpm 3.5.14. This adds manual pages and fixes typos in comments. | Matthieu Herrb | |
2022-11-16 | Update libXft to version 2.3.7. | Matthieu Herrb | |
This is a fix for a stack overflow that was introduced in 2.3.5. | |||
2022-11-14 | Merge libdrm 2.4.114 | Jonathan Gray | |
2022-11-14 | Import libdrm 2.4.114 | Jonathan Gray | |
2022-11-09 | Fix running totally unprivileged with startx(1). | Matthieu Herrb | |
Issue reported by Walter Alejandro Iglesias. | |||
2022-11-07 | Update to libpciaccess 0.17. while there fix small leaks in openbsd_pci.c | Matthieu Herrb | |
with help from an ok tb@ | |||
2022-11-07 | Update libXmu to version 1.1.4 | Matthieu Herrb | |
2022-11-07 | Update libXext to version 1.3.5 | Matthieu Herrb | |
2022-11-06 | Update xcb-util-wm to version 0.4.2 | Matthieu Herrb | |
2022-11-06 | Update xcb-util-renderutil to version 0.3.10 | Matthieu Herrb | |
2022-11-06 | Update xcb-util-keysyms to version 0.4.1 | Matthieu Herrb | |
2022-11-06 | Update xcb-util-image to version 0.4.1 | Matthieu Herrb | |
2022-11-06 | Update xcb-util-cursor to version 0.1.4 | Matthieu Herrb | |
2022-11-06 | merge libxshmfence version 1.3.1 | Matthieu Herrb | |
2022-11-06 | Update libxkbfile to version 1.1.1 | Matthieu Herrb | |
2022-11-06 | Update libXxf86vm to version 1.1.5 | Matthieu Herrb | |
2022-11-06 | libXtst 1.2.4: forgot to cvs add/remove files | Matthieu Herrb | |
2022-11-06 | Update libXtst to version 1.2.4 | Matthieu Herrb | |
2022-11-06 | Update libXrender to version 0.9.11 | Matthieu Herrb | |
2022-11-06 | Update libXpresent to version 1.0.1 | Matthieu Herrb | |
2022-11-06 | Update libXinerama to version 1.1.5. No functional changes. | Matthieu Herrb | |
2022-11-06 | CVE 2022-44638 An integer overflow in pixman mat lead to out-of-bounds | Matthieu Herrb | |
write. | |||
2022-11-06 | Add a local configuration file to put back the DejaVu family as | Matthieu Herrb | |
default for the latin fonts, replacing Noto which is the default upstreams since fontconfig 2.14. One can get back Noto as default by removing /etc/fonts/conf.d/59-obsd-latin.conf Prodded by robert@ and others, ok robert@ | |||
2022-10-16 | Update to libXft 2.3.6 - bug fixes + new manual pages. | Matthieu Herrb | |
2022-10-16 | Update to fontconfig 2.14. Tested and ok gkoehler@ | Matthieu Herrb | |
2022-09-13 | iris: check i915 features after hw gen | Jonathan Gray | |
when running recent Mesa on i855 (gen 2) without amber drivers: error: Kernel is too old for Iris. Consider upgrading to kernel v4.16. libGL error: glx: failed to create dri3 screen libGL error: failed to load driver: iris error: Kernel is too old for Iris. Consider upgrading to kernel v4.16. libGL error: glx: failed to create dri2 screen libGL error: failed to load driver: iris move the i915 feature check to after the hardware generation check which results in: MESA: warning: Driver does not support the 0x3582 PCI ID. libGL error: glx: failed to create dri3 screen libGL error: failed to load driver: iris MESA: warning: Driver does not support the 0x3582 PCI ID. libGL error: glx: failed to create dri2 screen libGL error: failed to load driver: iris | |||
2022-09-03 | Document the XIfEvent(3) and friends callbacks are not allowed | Matthieu Herrb | |
to call function that can take the Display lock. |