File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Level zero loader changelog
2+ ## v1.28.3
3+ * Address clang build warnings for empty structures
4+ * Fix successive calls to zeInitDivers when no drivers found failing
5+ * Fix Resource Copyright date and Company Name in compiled objects
6+ * Add /vendor/lib64 search path for android
27## v1.28.2
38* fix logging of apis in validation layer to only print successful apis given ZEL_LOADER_LOGGING_ENABLE_SUCCESS_PRINT
49## v1.28.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313endif ()
1414
1515# This project follows semantic versioning (https://semver.org/)
16- project (level-zero VERSION 1.28.2 )
16+ project (level-zero VERSION 1.28.3 )
1717include (GNUInstallDirs )
1818
1919find_package (Git )
You can’t perform that action at this time.
0 commit comments