Compare commits

...

No commits in common. "imports/c8-beta/vulkan-loader-1.2.182.0-1.el8_4" and "c8" have entirely different histories.

4 changed files with 34 additions and 17 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Vulkan-Loader-sdk-1.2.182.0.tar.gz SOURCES/Vulkan-Loader-sdk-1.3.250.1.tar.gz

View File

@ -1 +0,0 @@
af235e746bb4229311b28a1606d66344e2642c60 SOURCES/Vulkan-Loader-sdk-1.2.182.0.tar.gz

View File

@ -1,12 +1,12 @@
diff -up Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt.da Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt diff -up Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt.dma Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt
--- Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt.da 2019-08-08 11:12:09.817782355 +1000 --- Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt.dma 2022-06-20 12:14:17.371384329 +1000
+++ Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt 2019-08-08 11:13:10.812416417 +1000 +++ Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt 2022-06-20 12:14:25.743510904 +1000
@@ -149,7 +149,7 @@ elseif(APPLE) @@ -178,7 +178,7 @@ else() # i.e.: Linux
add_custom_target(loader_asm_gen_files) # This causes no assembly files to be generated. if(USE_GAS)
else(UNIX AND NOT APPLE) # i.e.: Linux enable_language(ASM)
enable_language(ASM)
- set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS}")
+ set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -Wa,--generate-missing-build-notes=yes")
check_include_file("cet.h" HAVE_CET_H) - set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS}")
if(HAVE_CET_H) + set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -Wa,--generate-missing-build-notes=yes")
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")

View File

@ -1,5 +1,5 @@
Name: vulkan-loader Name: vulkan-loader
Version: 1.2.182.0 Version: 1.3.250.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Vulkan ICD desktop loader Summary: Vulkan ICD desktop loader
@ -34,7 +34,7 @@ Obsoletes: vulkan-filesystem < %{version}-%{release}
Requires: mesa-vulkan-drivers%{?_isa} Requires: mesa-vulkan-drivers%{?_isa}
%endif %endif
%else %else
Requires: mesa-vulkan-drivers%{?_isa} Recommends: mesa-vulkan-drivers%{?_isa}
%endif %endif
%description %description
@ -94,8 +94,26 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
%changelog %changelog
* Thu Jul 08 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-1 * Wed Jul 12 2023 Dave Airlie <airlied@redhat.com> - 1.3.250.1-1
- Update to 1.2.182.0 - Update to 1.3.250.1
* Tue Feb 14 2023 Dave Airlie <airlied@redhat.com> - 1.3.239.0-1
- Update to 1.3.239.0
* Wed Aug 24 2022 Dave Airlie <airlied@redhat.com> - 1.3.224.0-2
- Change to recommends
* Wed Aug 24 2022 Dave Airlie <airlied@redhat.com> - 1.3.224.0-1
- Update to 1.3.224.0
* Mon Jun 20 2022 Dave Airlie <airlied@redhat.com> - 1.3.216.0-1
- Update to 1.3.216.0
* Thu Feb 24 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-2
- Fix aarch64 TEXTREL
* Mon Feb 21 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-1
- Update to 1.3.204.0
* Mon Feb 01 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1 * Mon Feb 01 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
- Update to 1.2.162.0 - Update to 1.2.162.0