Commit graph

74 commits

Author SHA1 Message Date
Rodrigo Osorio
ed0a3abbff multimedia/gmmlib: update to 22.5.4
Summary:
New supported plateforms:
  * Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
  * Xe2_HPG (BMG: Battlemage, LNL: Lunar Lake)

Remove unneeded patches:
    * https://github.com/intel/gmmlib/pull/67

Differential Revision: https://reviews.freebsd.org/D47728

Reviewed by:	jbeich
Tested by:	jbeich
2024-11-26 09:02:37 +01:00
Rodrigo Osorio
ed6a009a76 multimedia/gmmlib: update to 22.3.18
Summary:
Changelog: https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.9...intel-gmmlib-22.3.18

Major changes:
    * Introducing ARL-S Support
    * Add more device IDs for RPL
    * Fix Multiadapter ULT issue reproducibilty
    * Add new PVC Device ID
    * Add more DG2 Device IDs
    * Fix to align HAlign to 128bytes for Linear Packed YUV format
    * Add PVC device ID
    * Guard FormatTable to be within bound
    * Fix possible integer overflow
    * Remove structurally dead code
    * Assert and return on divide by zero
    * Update DG2 device ID macro
    * Introduce ARL-H support
    * Added new ADL-N Device IDs
    * Add new Xe_HP Device IDs
    * Handle out of memory case
    * Correct DG2 Depth/Stencil MSAA 16x 8x Texture Allocation
    * Failing the resource allocation if the U plane offset exceeds the HW limitations

Patches apply cleanly
Successfull poudriere build on 15-amd64 for:
 multimedia/gmmlib
 multimedia/libva-intel-media-driver
 lang/intel-compute-runtime
 multimedia/libva-intel-media-driver

Reviewed by:	jbeich
Differential Revision: https://reviews.freebsd.org/D44460
2024-03-30 10:28:37 +01:00
Jan Beich
be1126b3ed multimedia/gmmlib: restore upstreamable patch after 41f2281cb3 2023-07-18 14:49:43 +00:00
Renato Botelho
41f2281cb3 multimedia/gmmlib: Update to 22.3.9 2023-07-18 09:55:27 -03:00
Fernando Apesteguía
a38f7cb647 multimedia/gmmlib: update to 22.3.6
Reported by:	portscout
2023-06-07 10:13:21 +02:00
Jan Beich
d2256036a4 multimedia/gmmlib: drop maintainership 2023-05-04 05:00:13 +00:00
Jan Beich
3db5dcd899 multimedia/gmmlib: update to 22.3.5
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.4...intel-gmmlib-22.3.5
Reported by:	portscout
2023-03-22 15:36:26 +00:00
Jan Beich
b9012ea9bb multimedia/gmmlib: update to 22.3.4
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.3...intel-gmmlib-22.3.4
Reported by:	portscout
2023-02-22 16:31:04 +00:00
Jan Beich
1a228580c3 multimedia/gmmlib: update to 22.3.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.2...intel-gmmlib-22.3.3
Reported by:	portscout
2023-01-06 23:35:21 +00:00
Jan Beich
fa607a7ccf multimedia/gmmlib: update to 22.3.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.1...intel-gmmlib-22.3.2
Reported by:	portscout
2022-12-13 00:36:32 +00:00
Jan Beich
2cebcc3671 multimedia/gmmlib: update to 22.3.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.0...intel-gmmlib-22.3.1
Reported by:	portscout
2022-11-18 21:02:03 +00:00
Jan Beich
b9a0508182 multimedia/gmmlib: update to 22.3.0
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.2.1...intel-gmmlib-22.3.0
Reported by:	portscout
2022-10-25 09:00:19 +00:00
Jan Beich
1f87ae260b multimedia/gmmlib: update to 22.2.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.2.0...intel-gmmlib-22.2.1
Reported by:	portscout
2022-10-13 18:15:22 +00:00
Jan Beich
da6231b072 multimedia/gmmlib: update to 22.2.0
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.8...intel-gmmlib-22.2.0
Reported by:	portscout
2022-09-17 18:24:33 +00:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Jan Beich
e3b595fb6a multimedia/gmmlib: update to 22.1.8
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.7...intel-gmmlib-22.1.8
Reported by:	portscout
2022-09-03 00:13:30 +00:00
Jan Beich
93a7d331e0 multimedia/gmmlib: update to 22.1.7
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.6...intel-gmmlib-22.1.7
Reported by:	portscout
2022-07-18 21:23:12 +00:00
Jan Beich
900e505409 multimedia/gmmlib: update to 22.1.6
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.5...intel-gmmlib-22.1.6
Reported by:	portscout
2022-07-16 21:38:44 +00:00
Jan Beich
b9939d1daa multimedia/gmmlib: update to 22.1.5
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.4...intel-gmmlib-22.1.5
Reported by:	portscout
2022-07-09 00:44:55 +00:00
Jan Beich
e628209cc0 multimedia/gmmlib: update to 22.1.4
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.3...intel-gmmlib-22.1.4
Reported by:	portscout
2022-06-25 19:31:17 +00:00
Jan Beich
716c98d5fc multimedia/gmmlib: update to 22.1.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.2...intel-gmmlib-22.1.3
Reported by:	portscout
2022-05-13 00:04:57 +00:00
Jan Beich
f815166b86 multimedia/gmmlib: update to 22.1.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.1...intel-gmmlib-22.1.2
Reported by:	portscout
2022-03-24 18:52:21 +00:00
Jan Beich
b1d6c33c2a multimedia/gmmlib: update to 22.1.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.1.0...intel-gmmlib-22.1.1
Reported by:	portscout
2022-03-18 15:48:36 +00:00
Jan Beich
8ff8ef6d9a multimedia/gmmlib: update to 22.1.0
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.0.3...intel-gmmlib-22.1.0
Reported by:	portscout
2022-03-16 11:35:13 +00:00
Jan Beich
b0b51dd2a7 multimedia/gmmlib: update to 22.0.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.0.2...intel-gmmlib-22.0.3
Reported by:	portscout
2022-03-03 17:50:30 +00:00
Jan Beich
01bd2e1082 multimedia/gmmlib: update to 22.0.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.0.1...intel-gmmlib-22.0.2
Reported by:	Repology
2022-01-26 23:09:40 +00:00
Jan Beich
ae99e074aa multimedia/gmmlib: update to 22.0.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-22.0.0...intel-gmmlib-22.0.1
Reported by:	Repology
2021-12-24 16:40:00 +00:00
Jan Beich
7d6e0af31e multimedia/gmmlib: update to 22.0.0
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.3.3...intel-gmmlib-22.0.0
Reported by:	Repology
2021-12-20 17:43:49 +00:00
Jan Beich
afb0287d3f multimedia/gmmlib: update to 21.3.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.3.2...intel-gmmlib-21.3.3
Reported by:	Repology
2021-11-19 02:25:14 +00:00
Jan Beich
25d5bc5599 multimedia/gmmlib: update to 21.3.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.3.1...intel-gmmlib-21.3.2
Reported by:	portscout
2021-10-26 22:16:10 +00:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
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.
2021-10-25 12:58:29 +00:00
Jan Beich
ee7b6b7428 multimedia/gmmlib: update to 21.3.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.2.2...intel-gmmlib-21.3.1
Reported by:	portscout
2021-09-17 15:00:32 +00:00
Jan Beich
2164259fba multimedia/gmmlib: update to 21.2.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.2.1...intel-gmmlib-21.2.2
2021-08-27 09:14:47 +00:00
Jan Beich
c4001276b1 multimedia/gmmlib: update to 21.2.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.1.3...intel-gmmlib-21.2.1
Reported by:	portscout
2021-06-30 10:24:57 +00:00
Jan Beich
c86be8a40c multimedia/gmmlib: convert TEST option to USES=cmake:testing 2021-05-18 00:47:15 +00:00
Jan Beich
68df3e7b9e multimedia/gmmlib: update to 21.1.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.1.2...intel-gmmlib-21.1.3
Reported by:	portscout
2021-05-04 11:49:17 +00:00
Jan Beich
b126b061ee multimedia/gmmlib: update to 21.1.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.1.1...intel-gmmlib-21.1.2
Reported by:	portscout
2021-04-23 16:13:15 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich
8c16874b81 multimedia/gmmlib: update to 21.1.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.4.1...intel-gmmlib-21.1.1
Reported by:	Repology
2021-04-06 08:11:40 +00:00
Jan Beich
20eb57701d multimedia/gmmlib: update to 20.4.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.3.3...intel-gmmlib-20.4.1
Reported by:	Repology
2020-12-31 00:59:42 +00:00
Jan Beich
903fd6b2a9 multimedia/gmmlib: update to 20.3.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.3.2...intel-gmmlib-20.3.3
Reported by:	Repology
2020-10-31 00:47:55 +00:00
Jan Beich
b2189fecd3 multimedia/gmmlib: update to 20.3.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.3.1...intel-gmmlib-20.3.2
Reported by:	Repology
2020-09-15 18:55:43 +00:00
Jan Beich
7899b738da multimedia/gmmlib: update to 20.3.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.2.5...intel-gmmlib-20.3.1
2020-09-14 13:36:31 +00:00
Jan Beich
9109470488 multimedia/gmmlib: update to 20.2.5
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.2.4...intel-gmmlib-20.2.5
Reported by:	Repology
2020-08-24 21:11:52 +00:00
Jan Beich
8eb232db31 multimedia/gmmlib: update to 20.2.4
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.2.3...intel-gmmlib-20.2.4
Reported by:	Repology
2020-08-18 00:53:14 +00:00
Jan Beich
9e574582e8 multimedia/gmmlib: update to 20.2.3
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.2.2...intel-gmmlib-20.2.3
Reported by:	Repology
2020-07-25 02:20:05 +00:00
Jan Beich
55c8cf4491 multimedia/gmmlib: update to 20.2.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-20.1.1...intel-gmmlib-20.2.2
Reported by:	portscout
2020-06-24 12:08:21 +00:00
Jan Beich
11e99ba77d multimedia/gmmlib: update to 20.1.1
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-19.4.1...intel-gmmlib-20.1.1
Reported by:	portscout
2020-03-25 11:24:05 +00:00