summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-07-01Import Mesa 19.0.8Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2017-02-26Import Mesa 13.0.5Jonathan Gray
2017-01-19Import Mesa 13.0.3Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-01-24Import Mesa 11.0.9Jonathan Gray
2015-12-23Import Mesa 11.0.8Jonathan Gray
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2021-07-05add a file to avoid build time python depJonathan Gray
2021-07-05Merge libdrm 2.4.107Jonathan Gray
2021-07-05Import libdrm 2.4.107Jonathan Gray
2021-06-25support xf86-video-radeon and xf86-video-amdgpu drivers on riscv64.Matthieu Herrb
from jsg@, ok kettenis@
2021-05-25remove 'si_init_perfcounters: max_sh_per_se' warningJonathan 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-22Check 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-18Reject string longer than USHRT_MAX before sending them on the wireMatthieu Herrb
The X protocol uses CARD16 values to represent the length so this would overflow. CVE-2021-31535
2021-03-11aco: fix disassembly with LLVM 11Jonathan Gray
From Rhys Perry bcb0038c8399f7050eb49cfdb227d3d91c1e8804 in mainline Mesa
2021-03-11gallivm: fix half to float conversions with llvm 11Jonathan Gray
From Roland Scheidegger 51a82ec3e437d1d2dc4c688578640d25b3e7f0a2 in mainline Mesa
2021-03-11ac: don't set old denormals flags with LLVM >= 11Jonathan Gray
From Marek Olsak 8dc5e174c7b96b6d4b5a6923068410f298167a39 in mainline Mesa
2020-08-26Import Mesa 20.1.6Jonathan Gray
2021-03-11ac: set new LLVM denormal flagsJonathan Gray
From Marek Olsak 63a5051ea6bf4d72a02594d21a3351e44bd70da7 in mainline Mesa
2021-03-11ac: unify denorm setting enforcementJonathan Gray
From Marek Olsak 56cc10bd27b24d513de88bf7fa94a6c8f43e348f in mainline Mesa
2021-03-09gallium/gallivm: remove unused header include for newer LLVMJonathan Gray
From Jan Zielinski 52aa730d07618513d6c055618069b2f4680974cc in mainline Mesa Encountered by naddy@ when doing a clang 11 build. This commit suggested by patrick@
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2021-02-27util: enable futex usage on BSDs after 7dc2f4788288Jonathan 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-20change from /dev/drm to /dev/dri/ in xenocaraJonathan Gray
ok matthieu@ kettenis@
2021-02-19fix amdgpu.ids path to point to installed version. ok jsg@Matthieu Herrb