Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 15d5ac34 | 2024-07-25 19:40:55 | Disable libva-glx. It depends on mesa which is built later (and depends on libva). ok sthen@OA | ||
| 6cb46c6e | 2024-07-25 00:23:49 | also search ${LOCALBASE}/lib/dri for vaapi .so files will make the intel ports less awkward ok matthieu@ rsadowski@ | ||
| 3e7572da | 2024-07-25 00:18:21 | install Mesa vaapi .so files into the dri directory closer matches the Mesa meson defaults ok matthieu@ rsadowski@ | ||
| fd9eca3c | 2024-07-20 19:32:30 | regen | ||
| 6d6cb27c | 2024-07-20 19:32:11 | Set AM_MAINTAINER_MODE explicitely. This directory file doesn't use xorg-macros so it was missing. | ||
| 2827b2de | 2024-07-19 18:38:00 | force update | ||
| df3bb4ee | 2024-07-19 18:37:28 | force update | ||
| 7fe68cb7 | 2024-07-19 18:37:00 | force update | ||
| eebd2c3a | 2024-07-19 18:04:52 | regen | ||
| e1f7e754 | 2024-07-19 18:03:42 | Oops I meant to set MAINTAINERCLEANFILES to an empty value | ||
| 6840cd4f | 2024-07-19 17:59:11 | remove MAINTAINERCLEANFILES - can cause missing files to regenerate | ||
| 41e0f837 | 2024-07-19 17:58:27 | Remove TODAY - can only cause harm and non reproductible builds. | ||
| cef4a91b | 2024-07-19 17:42:37 | regen | ||
| bd590eff | 2024-07-19 17:42:17 | Use foreign option correctly for automake 1.12 | ||
| e5de94e5 | 2024-07-19 17:13:34 | regen | ||
| 607c2e6f | 2024-07-19 14:37:41 | Add missing m4 in the previous merge commit | ||
| e7389cf5 | 2024-07-19 14:35:16 | Merge libva 2.22.0 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@ | ||
| d4c4344e | 2024-07-19 14:27:39 | Import libva 2.22.0 |