Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c9d37eac4c | |||
| 3c43f019f7 | |||
| 914e8bc733 | |||
| 628473a0d6 | |||
| e2ebd133bf | |||
| 023ef3437c | |||
| b75d9d9f5e | |||
| a504a1e0bc | |||
| 116771bf1d |
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 05:54:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 22.8.2:
|
||||
* Add assertions before pointer access (#257)
|
||||
* Fix duplicate format check to YUV Surface Check (#254)
|
||||
* Fix duplicate assignment of Unaligned Height in Planar Offset
|
||||
Address (#253)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 08:19:26 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 22.8.1:
|
||||
* Promote OCL false sharing usages L3 to WB together with 2-way
|
||||
on xe2 (#249)
|
||||
* Mark GO:L3 as Uncachebale on MTL (#248)
|
||||
* Increment minor number for WCL support (#247)
|
||||
* Enable Multi-engine compression 64KB WA (#175)
|
||||
* Update XAdapater to be L3 Cacheable (#246)
|
||||
* Add new BMG device IDs (#244)
|
||||
* Introduce WCL support (#240)
|
||||
* Correct "Use GO:L3 on OCL Usages (#242)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 19:17:38 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- fixed source line in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 14:36:00 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 22.7.2
|
||||
* Add BMG Device ID (#232)
|
||||
* Add BMG Device ID (#233)
|
||||
* Add new BMG Device ID (#234)
|
||||
* Disable compression on GMM_FORMAT_I420 format (#236)
|
||||
* Handle Coherent and compressible resources (#235)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 14:28:51 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 22.7.1:
|
||||
* Use GO:L3 on OCL Usages (#231)
|
||||
* Add Size Check When checking NoOptimizationPadding (#230)
|
||||
* Add MOCS variable for Xe2 (#228)
|
||||
* Force Tile4 instead of Linear for flipchain resources (#229)
|
||||
* Fix for type incompatibilities (#227)
|
||||
* Fix to resolve Media and NEO sharing issue with Xe2compression
|
||||
on BMG (#226)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 12:19:14 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gmmlib
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,13 @@
|
||||
%global somajor 12
|
||||
%global libname libigdgmm%{somajor}
|
||||
Name: gmmlib
|
||||
Version: 22.6.0
|
||||
Version: 22.8.2
|
||||
Release: 0
|
||||
Summary: Intel Graphics Memory Management Library Package
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/intel/gmmlib
|
||||
Source0: %{url}/archive/intel-gmmlib-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/intel-%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
|
||||
BIN
intel-gmmlib-22.6.0.tar.gz
LFS
BIN
intel-gmmlib-22.6.0.tar.gz
LFS
Binary file not shown.
3
intel-gmmlib-22.8.2.tar.gz
Normal file
3
intel-gmmlib-22.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e43e538a002574f45d480a24e02297c960963dc7914b7328791d9836832ff43
|
||||
size 872485
|
||||
Reference in New Issue
Block a user