summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-02updateMatthieu Herrb
2024-07-26syncTheo de Raadt
2024-07-25updateMatthieu Herrb
2024-07-25syncMatthieu Herrb
2024-07-25Disable libva-glx. It depends on mesa which is built laterMatthieu Herrb
(and depends on libva). ok sthen@OA
2024-07-25Update to xterm 393. tested by op@ and naddy@Matthieu Herrb
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
2024-07-25also search ${LOCALBASE}/lib/dri for vaapi .so filesJonathan Gray
will make the intel ports less awkward ok matthieu@ rsadowski@
2020-08-26Import Mesa 20.1.6Jonathan Gray
2024-07-25syncJonathan 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-22Readme cosmeticRafael Sadowski
Remove some unwanted Markdown syntax features and remove some double spaces. OK matthieu@
2024-07-22sync; from matthieu@Jonathan Gray
2024-07-22move includes to stop installing libgallium_drv_video.aJonathan Gray
link identical .so files ok matthieu@
2024-07-21syncMatthieu Herrb
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-20Convert README to markdown. From rsadowski@ with suggestions by ratchov@Matthieu Herrb
2024-07-20regenMatthieu Herrb
2024-07-20Set AM_MAINTAINER_MODE explicitely.Matthieu Herrb
This directory file doesn't use xorg-macros so it was missing.
2024-07-19udateMatthieu Herrb
2024-07-19force updateMatthieu Herrb
2024-07-19regenMatthieu Herrb
2024-07-19Oops I meant to set MAINTAINERCLEANFILES to an empty valueMatthieu Herrb
2024-07-19remove MAINTAINERCLEANFILES - can cause missing files to regenerateMatthieu Herrb
2024-07-19Remove TODAY - can only cause harm and non reproductible builds.Matthieu Herrb
2024-07-19regenMatthieu Herrb
2024-07-19Use foreign option correctly for automake 1.12Matthieu Herrb
2024-07-19regenMatthieu Herrb
2024-07-19updateMatthieu Herrb
2024-07-19Import libva 2.22.0Rafael Sadowski
2024-07-19syncMatthieu Herrb
2024-07-19vaapi sets updatesRafael Sadowski
riscv64 will follow soon From matthieu@, merci
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-07-19Add missing m4 in the previous merge commitRafael Sadowski
2024-07-19Merge libva 2.22.0Rafael Sadowski
Libva is an implementation for VA-API (Video Acceleration API). VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor. Imported version is based on commit: 217da1c28336d6a7e9c0c4cb8f1c303968a675f1 https://github.com/intel/libva This work was created during the c2k24. With a lot of help and feedback from matthieu@, tb@, and martijn@. AMD drivers tested by landry@, martijn@, kn@, op@ and a few more Intel driver tested by matthieu@ and me. The Intel drivers can find in ports graphics/intel-media-driver and graphics/intel-vaapi-driver. (Depending on your hw) The ports will be adjusted over time. Everyone has reported fantastic performance results in Firefox or mpv(1). OK matthieu@
2024-07-19Import libva 2.22.0Rafael Sadowski
2024-07-16sync ./usr/X11R6/include/vaTheo Buehler
part of a larger diff by matthieu
2024-07-11Disable code that breaks parsing of DISPLAY=unix:0 on OpenBSDMatthieu Herrb
issue reported by tb@, ok tb@
2024-07-11updateMatthieu Herrb
2024-07-11syncMatthieu Herrb
2024-07-11Update to libxcb 1.17.0Matthieu Herrb