Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-02 | update | Matthieu Herrb | |
2024-07-26 | sync | Theo de Raadt | |
2024-07-25 | update | Matthieu Herrb | |
2024-07-25 | sync | Matthieu Herrb | |
2024-07-25 | Disable libva-glx. It depends on mesa which is built later | Matthieu Herrb | |
(and depends on libva). ok sthen@OA | |||
2024-07-25 | Update to xterm 393. tested by op@ and naddy@ | Matthieu Herrb | |
2024-07-25 | Pass no-verify-fixpoint option to instcombine in LLVM 18 | Jonathan Gray | |
From Nikita Popov 99f0449987bec1f82cd42a06f40bb4a863a37792 in mainline Mesa | |||
2024-07-25 | fix: ac/llvm: LLVM 18: remove useless passes, partially removed upstream | Jonathan Gray | |
From Kai Wasserbaech bc7e363f8e1a26342e6fd7241c1f0ebb722338d6 in mainline Mesa robert@ reports this is required to build with llvm 18 | |||
2024-07-25 | test WITH_GALLIUM_VA for libva_st (frontends/va) | Jonathan Gray | |
matches src/gallium/meson.build | |||
2024-07-25 | also search ${LOCALBASE}/lib/dri for vaapi .so files | Jonathan Gray | |
will make the intel ports less awkward ok matthieu@ rsadowski@ | |||
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2024-07-25 | sync | Jonathan Gray | |
2024-07-25 | install Mesa vaapi .so files into the dri directory | Jonathan Gray | |
closer matches the Mesa meson defaults ok matthieu@ rsadowski@ | |||
2024-07-23 | don't define VA_DRIVER_INIT_FUNC twice | Jonathan Gray | |
use pkg-config to get va api version ok matthieu@ rsadowski@ | |||
2024-07-23 | rename WITH_VAAPI to WITH_GALLIUM_VA to match meson | Jonathan Gray | |
and when set build with -DHAVE_VA_SURFACE_ATTRIB_DRM_FORMAT_MODIFIERS ok matthieu@ | |||
2024-07-22 | Readme cosmetic | Rafael Sadowski | |
Remove some unwanted Markdown syntax features and remove some double spaces. OK matthieu@ | |||
2024-07-22 | sync; from matthieu@ | Jonathan Gray | |
2024-07-22 | move includes to stop installing libgallium_drv_video.a | Jonathan Gray | |
link identical .so files ok matthieu@ | |||
2024-07-21 | sync | Matthieu Herrb | |
2024-07-21 | don't build libgallium_drv_video when WITH_VAAPI==no | Jonathan Gray | |
ok matthieu@ rsadowski@ | |||
2024-07-21 | start with WITH_VAAPI=no | Jonathan Gray | |
octeon build error reported by deraadt@ | |||
2024-07-20 | Convert README to markdown. From rsadowski@ with suggestions by ratchov@ | Matthieu Herrb | |
2024-07-20 | regen | Matthieu Herrb | |
2024-07-20 | Set AM_MAINTAINER_MODE explicitely. | Matthieu Herrb | |
This directory file doesn't use xorg-macros so it was missing. | |||
2024-07-19 | udate | Matthieu Herrb | |
2024-07-19 | force update | Matthieu Herrb | |
2024-07-19 | regen | Matthieu Herrb | |
2024-07-19 | Oops I meant to set MAINTAINERCLEANFILES to an empty value | Matthieu Herrb | |
2024-07-19 | remove MAINTAINERCLEANFILES - can cause missing files to regenerate | Matthieu Herrb | |
2024-07-19 | Remove TODAY - can only cause harm and non reproductible builds. | Matthieu Herrb | |
2024-07-19 | regen | Matthieu Herrb | |
2024-07-19 | Use foreign option correctly for automake 1.12 | Matthieu Herrb | |
2024-07-19 | regen | Matthieu Herrb | |
2024-07-19 | update | Matthieu Herrb | |
2024-07-19 | Import libva 2.22.0 | Rafael Sadowski | |
2024-07-19 | sync | Matthieu Herrb | |
2024-07-19 | vaapi sets updates | Rafael Sadowski | |
riscv64 will follow soon From matthieu@, merci | |||
2024-07-19 | Enable VA-API in xenocara | Rafael Sadowski | |
2024-07-19 | Enable VA-API gallium frontend | Rafael Sadowski | |
2024-07-19 | Add gallium_drv_video (AMD VA-API supported driver) | Rafael Sadowski | |
With lot of help from martijn@ | |||
2024-07-19 | Include DRI and DRM support in libgalliumvl | Rafael Sadowski | |
2024-07-19 | Enable VA-API gallium frontend | Rafael Sadowski | |
2024-07-19 | Add missing m4 in the previous merge commit | Rafael Sadowski | |
2024-07-19 | Merge libva 2.22.0 | Rafael 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-19 | Import libva 2.22.0 | Rafael Sadowski | |
2024-07-16 | sync ./usr/X11R6/include/va | Theo Buehler | |
part of a larger diff by matthieu | |||
2024-07-11 | Disable code that breaks parsing of DISPLAY=unix:0 on OpenBSD | Matthieu Herrb | |
issue reported by tb@, ok tb@ | |||
2024-07-11 | update | Matthieu Herrb | |
2024-07-11 | sync | Matthieu Herrb | |
2024-07-11 | Update to libxcb 1.17.0 | Matthieu Herrb | |