Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2019-07-01 | Import Mesa 19.0.8 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | 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 | |
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 | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2017-02-26 | Import Mesa 13.0.5 | Jonathan Gray | |
2017-01-19 | Import Mesa 13.0.3 | 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-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 | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-01-24 | Import Mesa 11.0.9 | 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-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 | |
2021-07-05 | add a file to avoid build time python dep | Jonathan Gray | |
2021-07-05 | Merge libdrm 2.4.107 | Jonathan Gray | |
2021-07-05 | Import libdrm 2.4.107 | Jonathan Gray | |
2021-06-25 | support xf86-video-radeon and xf86-video-amdgpu drivers on riscv64. | Matthieu Herrb | |
from jsg@, ok kettenis@ | |||
2021-05-25 | remove 'si_init_perfcounters: max_sh_per_se' warning | Jonathan Gray | |
In drm from linux >= 5.9 renoir no longer uses the gpu info firmware and some reported hardware information changes. 'drm/amdgpu: use IP discovery table for renoir' c1cf79ca5ced46ea6a7843cbe98836e4d51c6c52 Remove warning which is known to be harmless https://gitlab.freedesktop.org/drm/amd/-/issues/1332 and was removed with mesa 20.2 in 'radeonsi/gfx10: implement most performance counters' 38a4b861459b02401d3ff71670218506e7acf019 | |||
2021-05-22 | Check strlen(spec) only once at the beginning of XLookupColor(). | Alexander Bluhm | |
Also remove a superfluous include. This synchronises -current with upstream and the code we shipped in the errata. OK matthieu@ | |||
2021-05-18 | Reject string longer than USHRT_MAX before sending them on the wire | Matthieu Herrb | |
The X protocol uses CARD16 values to represent the length so this would overflow. CVE-2021-31535 | |||
2021-03-11 | aco: fix disassembly with LLVM 11 | Jonathan Gray | |
From Rhys Perry bcb0038c8399f7050eb49cfdb227d3d91c1e8804 in mainline Mesa | |||
2021-03-11 | gallivm: fix half to float conversions with llvm 11 | Jonathan Gray | |
From Roland Scheidegger 51a82ec3e437d1d2dc4c688578640d25b3e7f0a2 in mainline Mesa | |||
2021-03-11 | ac: don't set old denormals flags with LLVM >= 11 | Jonathan Gray | |
From Marek Olsak 8dc5e174c7b96b6d4b5a6923068410f298167a39 in mainline Mesa | |||
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2021-03-11 | ac: set new LLVM denormal flags | Jonathan Gray | |
From Marek Olsak 63a5051ea6bf4d72a02594d21a3351e44bd70da7 in mainline Mesa | |||
2021-03-11 | ac: unify denorm setting enforcement | Jonathan Gray | |
From Marek Olsak 56cc10bd27b24d513de88bf7fa94a6c8f43e348f in mainline Mesa | |||
2021-03-09 | gallium/gallivm: remove unused header include for newer LLVM | Jonathan Gray | |
From Jan Zielinski 52aa730d07618513d6c055618069b2f4680974cc in mainline Mesa Encountered by naddy@ when doing a clang 11 build. This commit suggested by patrick@ | |||
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2021-02-27 | util: enable futex usage on BSDs after 7dc2f4788288 | Jonathan Gray | |
From Jan Beich 46c368907fcf333a19881d28c46e997845d00faf in mainline Mesa We had a related local patch in 19.2 which wasn't needed when 20.1 was imported as the above commit was backported to the upstream 20.1 branch. When Mesa 20.0 was imported after issues with 20.1 on Haswell the changes to use futexes for simple_mtx.h and u_queue.h were lost. Noticed by otto@ and kettenis@ when looking for memory leaks. | |||
2021-02-20 | change from /dev/drm to /dev/dri/ in xenocara | Jonathan Gray | |
ok matthieu@ kettenis@ | |||
2021-02-19 | fix amdgpu.ids path to point to installed version. ok jsg@ | Matthieu Herrb | |