Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-06 | Merge Mesa 22.3.7 | Jonathan Gray | |
2023-04-06 | Import Mesa 22.3.7 | Jonathan Gray | |
2023-03-19 | reorder libEGL Makefile so ${X11BASE}/lib is searched after obj dir | Jonathan Gray | |
problem spotted by, feedback from, and ok naddy@ | |||
2023-03-10 | revert upstream Mesa changes to remove non-TLS paths | Jonathan Gray | |
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17814 https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17213 Emulated TLS isn't enough when many shared libraries are involved. This caused problems with some ports: kitty, calibre, qutebrowser. reported by tb@ and others | |||
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.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-03-03 | build libmesa_util_sse41 on all archs | Jonathan Gray | |
swrast_dri.so had an undefined reference to util_streaming_load_memcpy on non-x86 archs. Part of streaming-load-memcpy.c / libmesa_util_sse41. When USE_SSE41 is not defined, memcpy() is used. problem noticed at runtime on arm64 by mlarkin@ with and ok tb@ | |||
2023-02-23 | enable the Mesa shader cache | Jonathan Gray | |
Mesa supports caching compiled shaders in ~/.cache/mesa_shader_cache/. This was disabled on OpenBSD to reduce the amount of syscalls and files the web browser sandboxes would need to deal with. The web browser ports have now been updated to expect a shader cache. Compared to GTK3, GTK4 makes heavy use of shaders. With cached shaders, GNOME programs start noticeably quicker. Slow startup of GTK4 programs on an Intel Alder Lake machine reported by aja@ ok matthieu@ | |||
2023-02-06 | intel/dev: Add another EHL pci id | Jonathan Gray | |
f15f08c3de3d0eeca8abf208c8d2ddc0523b3c23 in mainline Mesa | |||
2023-02-06 | intel/dev: remove invalid EHL pci id | Jonathan Gray | |
a23e04b67367ae90e6fee06e4506bee3f00e6ae6 in mainline Mesa | |||
2023-01-31 | link against libpthread where libmesa_util_c11 is used | Jonathan Gray | |
OpenBSD doesn't have c11 threads.h functions. Instead Mesa's replacements are used. fixes build of graphics/piglit reported by naddy@ | |||
2023-01-29 | only link libmesa_util_sse41 when WITH_SSE41=yes | Jonathan Gray | |
from deraadt@ | |||
2023-01-28 | only link libmesa_util_sse41 when WITH_SSE41=yes | Jonathan Gray | |
build break on powerpc64 reported by deraadt@ | |||
2023-01-28 | Merge Mesa 22.3.4 | Jonathan Gray | |
2023-01-28 | Import Mesa 22.3.4 | Jonathan Gray | |
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
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 | |
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 | |||
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2022-09-02 | match meson; build vulkan json with --api-version 1.3 | Jonathan Gray | |
2022-09-02 | intel/pci_ids: Add 0x468b ADL-S PCI-id | Jonathan Gray | |
From Jordan Justen f4c44444adfb93740363ba6f424ab5f9e673b470 in mainline Mesa | |||
2022-09-02 | intel/pci_ids: Update ADL-S strings | Jonathan Gray | |
From Jordan Justen 6ca37aabfbb04a066d3d440aad3181c087fe3c6d in mainline Mesa | |||
2022-09-02 | Merge Mesa 22.1.7 | Jonathan Gray | |
2022-09-02 | Import Mesa 22.1.7 | Jonathan Gray | |