aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cmrt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 Notes: svn path=/head/; revision=507372
* multimedia/cmrt{,lib}: update COMMENTJan Beich2019-07-051-1/+1
| | | | | | | | https://github.com/intel/media-driver/commit/5c1325683430 https://01.org/c-for-metal-development-package Notes: svn path=/head/; revision=505900
* 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 Notes: svn path=/head/; revision=487272
* multimedia/cmrt: pacify -Wmacro-redefinedJan Beich2018-11-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | In file included from cm_program.cpp:30: In file included from ./cm_device.h:37: In file included from ./cm_array.h:31: ./cm_mem.h:44:9: warning: '__fastcall' macro redefined [-Wmacro-redefined] #define __fastcall ^ /usr/include/sys/cdefs.h:383:9: note: previous definition is here #define __fastcall __attribute__((__fastcall__)) ^ In file included from cm_task.cpp:29: In file included from ./cm_task.h:29: In file included from ./cm_def.h:42: In file included from ./cm_common.h:32: In file included from ./oscl_impl_linux.h:34: ./oscl_platform_def.h:34:9: warning: 'UINT_MAX' macro redefined [-Wmacro-redefined] #define UINT_MAX 0xffffffff ^ /usr/include/sys/limits.h:59:9: note: previous definition is here #define UINT_MAX __UINT_MAX /* max value for an unsigned int */ ^ Notes: svn path=/head/; revision=485568
* multimedia/cmrt: expand patch commentsJan Beich2018-11-221-0/+26
| | | | Notes: svn path=/head/; revision=485567
* multimedia/cmrt: improve i386 fix to not break x32Jan Beich2018-11-221-6/+19
| | | | Notes: svn path=/head/; revision=485566
* multimedia/libva-intel-driver: expose Hybrid decodingJan Beich2018-11-036-0/+113
On Skylake this reduces CPU usage by half when decoding VP9. Notes: svn path=/head/; revision=483899