summaryrefslogtreecommitdiff
path: root/lib/mesa
AgeCommit message (Collapse)Author
2024-07-25Pass no-verify-fixpoint option to instcombine in LLVM 18Jonathan Gray
From Nikita Popov 99f0449987bec1f82cd42a06f40bb4a863a37792 in mainline Mesa
2024-07-25fix: ac/llvm: LLVM 18: remove useless passes, partially removed upstreamJonathan Gray
From Kai Wasserbaech bc7e363f8e1a26342e6fd7241c1f0ebb722338d6 in mainline Mesa robert@ reports this is required to build with llvm 18
2024-07-25test WITH_GALLIUM_VA for libva_st (frontends/va)Jonathan Gray
matches src/gallium/meson.build
2020-08-26Import Mesa 20.1.6Jonathan Gray
2024-07-25install Mesa vaapi .so files into the dri directoryJonathan Gray
closer matches the Mesa meson defaults ok matthieu@ rsadowski@
2024-07-23don't define VA_DRIVER_INIT_FUNC twiceJonathan Gray
use pkg-config to get va api version ok matthieu@ rsadowski@
2024-07-23rename WITH_VAAPI to WITH_GALLIUM_VA to match mesonJonathan Gray
and when set build with -DHAVE_VA_SURFACE_ATTRIB_DRM_FORMAT_MODIFIERS ok matthieu@
2024-07-22move includes to stop installing libgallium_drv_video.aJonathan Gray
link identical .so files ok matthieu@
2024-07-21don't build libgallium_drv_video when WITH_VAAPI==noJonathan Gray
ok matthieu@ rsadowski@
2024-07-21start with WITH_VAAPI=noJonathan Gray
octeon build error reported by deraadt@
2024-07-19Enable VA-API in xenocaraRafael Sadowski
2024-07-19Enable VA-API gallium frontendRafael Sadowski
2024-07-19Add gallium_drv_video (AMD VA-API supported driver)Rafael Sadowski
With lot of help from martijn@
2024-07-19Include DRI and DRM support in libgalliumvlRafael Sadowski
2024-07-19Enable VA-API gallium frontendRafael Sadowski
2024-06-18we need to unconditionally build libvtn nowJonathan Gray
sparc64 build error reported by deraadt@
2024-06-17libvtn is now required where libmesa is usedJonathan Gray
Fixes missing symbols at runtime on macppc. Reported and tested by Donovan Watteau.
2024-04-09intel/dev: Add 0x56be and 0x56bf DG2 PCI IDsJonathan Gray
From Jordan Justen 98f3d072b428f93d799d17ab4e56f963206c9a2f in mainline Mesa
2024-04-09intel/dev: Add ATS-M PCI ID for Data Center GPU Flex 170GJonathan Gray
From Jordan Justen ce900dcbb133e2e9b8b2478fce8aa1c146d741bb in mainline Mesa
2024-04-09intel/dev: Adjust device strings for ATS-M devicesJonathan Gray
From Jordan Justen 59e0c38427df012ded895229dbf3d955efb59362 in mainline Mesa
2024-04-09intel/dev: update DG2 device namesJonathan Gray
2777a4c692c78bc373b89a74f76471c6aef7f7ff in mainline Mesa
2024-04-03fix the build on archs where vulkan is not builtJonathan Gray
reported by deraadt@
2024-04-03Enable PAC in addition to BTI on arm64 such that JIT code matches theMark Kettenis
default branch protection provided by our base compiler. ok jsg@
2024-04-02Merge Mesa 23.3.6Jonathan Gray
2024-04-02Import Mesa 23.3.6Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan Gray
2022-09-02Import Mesa 22.1.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2021-09-09Import Mesa 21.1.8Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2024-03-18Tell LLVM to generate code with BTI instructions.Mark Kettenis
"looks ok" jsg@, ok deraadt@
2024-02-29intel/dev: Add 2 additional ADL-N PCI idsJonathan Gray
From Jordan Justen 62b72b6be9742c655d381348c6b161afc6b5396f in mainline Mesa
2024-02-09Fix off-by-one in dlist allocation when checking whether to allocate aThomas Frohwein
new block. This fixes segfaults in dlist functions that occur on applications making heavy use of display lists that exceed BLOCK_SIZE. ok jsg@ and stsp@, who also both helped me track down the issue.
2023-12-01r600/sfn: Don't try to re-use iterators when the set is made emptyJonathan Gray
From Gert Wollny c13de0509c43f9b9764dc939aa64fe70c6a80870 in mainline Mesa fixes games/xonotic crash on r600 reported by edd@ on bugs@
2023-01-28Import Mesa 22.3.4Jonathan Gray