summaryrefslogtreecommitdiff
path: root/multimedia/libva-intel-hybrid-driver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev2021-10-251-1/+1
| | | | | | | | | ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
* multimedia/libva-intel-hybrid-driver: add a crashfix for BroadwellJan Beich2021-08-182-1/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/libva-intel-hybrid-driver: unbreak with Clang 11Jan Beich2020-08-232-1/+5
| | | | | | | | | | | | | | | | ld: error: duplicate symbol: ME_CURBE_INIT_DATA >>> defined at media_drv_common.c >>> .libs/hybrid_drv_video_la-media_drv_common.o:(ME_CURBE_INIT_DATA) >>> defined at media_drv_hw_g75.c >>> .libs/hybrid_drv_video_la-media_drv_hw_g75.o:(.bss+0x0) ld: error: duplicate symbol: SEARCH_PATH_TABLE >>> defined at media_drv_common.c >>> .libs/hybrid_drv_video_la-media_drv_common.o:(SEARCH_PATH_TABLE) >>> defined at media_drv_hw_g75.c >>> .libs/hybrid_drv_video_la-media_drv_hw_g75.o:(.bss+0x80) Reported by: pkg-fallout
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* multimedia/libva-intel-hybrid-driver: chase HTTP redirectJan Beich2019-06-232-3/+3
|
* multimedia/libva-intel*driver: allow disabling Wayland/X11 independently of ↵Jan Beich2019-03-121-0/+9
| | | | | | | libva PR: 236376 Submitted by: Dries Michiels (based on)
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* multimedia/libva-intel-hybrid-driver: expand patch commentsJan Beich2018-11-221-0/+31
|
* multimedia/libva-*-driver: only used by dlopen, so drop ldconfigJan Beich2018-11-061-1/+0
|
* multimedia/libva-intel-driver: expose Hybrid decodingJan Beich2018-11-034-0/+120
On Skylake this reduces CPU usage by half when decoding VP9.