Skip to content

Commit

Permalink
multimedia/gmmlib: update to 22.3.18
Browse files Browse the repository at this point in the history
Summary:
Changelog: intel/gmmlib@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
  • Loading branch information
rosorio committed Mar 30, 2024
1 parent 42dbda2 commit ed6a009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion multimedia/gmmlib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gmmlib
DISTVERSIONPREFIX= intel-${PORTNAME}-
DISTVERSION= 22.3.9
DISTVERSION= 22.3.18
CATEGORIES= multimedia

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Expand Down
6 changes: 3 additions & 3 deletions multimedia/gmmlib/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1689680240
SHA256 (intel-gmmlib-intel-gmmlib-22.3.9_GH0.tar.gz) = 62d2f8333f1da3361952546a83dd40d1eb23d8bddacf67a160e63f565b68b5a6
SIZE (intel-gmmlib-intel-gmmlib-22.3.9_GH0.tar.gz) = 845228
TIMESTAMP = 1710968459
SHA256 (intel-gmmlib-intel-gmmlib-22.3.18_GH0.tar.gz) = 381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f
SIZE (intel-gmmlib-intel-gmmlib-22.3.18_GH0.tar.gz) = 846277
SHA256 (f17dd87c7f57.patch) = 0bdfd22e8f36a097c875796c7bbf7003a16cc7535fdf5d3caa3a7de9dc21c28e
SIZE (f17dd87c7f57.patch) = 1485
SHA256 (4356a33c787c.patch) = bfcb39e72f470bc695a6c356bc0ad06c7ac6b8f0f4b64b41deb3d0678ec29171
Expand Down

0 comments on commit ed6a009

Please sign in to comment.