Update to 1.2.148.1 loader - fixes layer loading issue
This commit is contained in:
parent
9faae51f15
commit
2e25ab8290
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/Vulkan-Loader-sdk-1.2.131.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.135.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.148.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.148.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Vulkan-Loader-sdk-1.2.148.0.tar.gz) = 3af9e502bc5738fec46db4d9c764e92c215dd0e94c57dbe327f51ba5416afde60b28149c30b1220ab1104491104737a86c581f0df8e93f34f63a2f6af65af606
|
||||
SHA512 (Vulkan-Loader-sdk-1.2.148.1.tar.gz) = 7335e2f0b42341e491b158be40b40d8e15fe8f67491200d70727a648114299cc480f8bc29cf471855971b3631944e44e3e3431fbe8b8afb1e42f7a58e3a4f4dc
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-loader
|
||||
Version: 1.2.148.0
|
||||
Version: 1.2.148.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
@ -91,6 +91,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 08 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.1-1
|
||||
- Update to 1.2.148.1 loader - fixes layer loading issue
|
||||
|
||||
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
||||
- Update to 1.2.148.0 loader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user