Skip to content

Commit

Permalink
Update xgl from commit: b2e4ae5bef
Browse files Browse the repository at this point in the history
* Misc cleanup changes
* Set shader*Float64Atomic in GetFeatures2()
* Support defer compile optimized pipeline for early compile
* VK_EXT_pageable_device_local_memory - implementation
* Update PAL version in Vulkan to 678
* Removed unnecessary checks.
* Set Quad Sample Pattern State Bug Fixes
* Enable extension: VK_KHR_shader_integer_dot_product
* [AMDVLK-203][DXVK-1.8]Skyrim Special Edition: Rendering issues with menu spell effects
* Enable extension: VK_EXT_shader_atomic_float/VK_EXT_shader_atomic_float2
* Update Khronos Headers to 1.2.191
* Support cache convert shader module
* Workaround for Quake II RTX performance until bug is fixed
* Support uber-fetch shader in Vulkan driver
* Enable flat scratch for navi21
* Fix SwapChain::Create
* Update PAL version in Vulkan to 677
* Align subpasses in RenderPassCreateInfo
* Disable module cache for x86 build
  • Loading branch information
JaxLinAMD committed Sep 30, 2021
1 parent 7e2070b commit a9ae5bd
Show file tree
Hide file tree
Showing 55 changed files with 2,167 additions and 1,939 deletions.
2 changes: 1 addition & 1 deletion cmake/XglOverrides.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ macro(xgl_overrides_vkgc)
set(LLPC_BUILD_TESTS ${XGL_BUILD_TESTS} CACHE BOOL "${PROJECT_NAME} override." FORCE)

set(LLPC_BUILD_LIT ${XGL_BUILD_LIT} CACHE BOOL "${PROJECT_NAME} override." FORCE)

if(XGL_BUILD_LIT)
message(DEPRECATION "XGL_BUILD_LIT is deprecated, use XGL_BUILD_TESTS instead")
endif()

set(LLPC_BUILD_NAVI12 ${XGL_BUILD_NAVI12} CACHE BOOL "${PROJECT_NAME} override." FORCE)

set(LLPC_BUILD_NAVI22 ${XGL_BUILD_NAVI22} CACHE BOOL "${PROJECT_NAME} override." FORCE)
Expand Down
3 changes: 0 additions & 3 deletions icd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ target_sources(xgl PRIVATE
api/vk_descriptor_update_template.cpp
api/appopt/barrier_filter_layer.cpp
api/appopt/strange_brigade_layer.cpp
api/appopt/async_layer.cpp
api/appopt/async_shader_module.cpp
api/appopt/async_partial_pipeline.cpp
api/appopt/g_shader_profile.cpp
api/render_state_cache.cpp
api/renderpass/renderpass_builder.cpp
Expand Down
4 changes: 2 additions & 2 deletions icd/Loader/LunarG/Lnx/amd-icd.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]",
"api_version": "1.2.188"
"api_version": "1.2.191"
},
"layer": {
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@",
"type": "GLOBAL",
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]",
"api_version": "1.2.188",
"api_version": "1.2.191",
"implementation_version": "1",
"description": "AMD switchable graphics layer",
"functions": {
Expand Down
216 changes: 0 additions & 216 deletions icd/api/appopt/async_layer.cpp

This file was deleted.

129 changes: 0 additions & 129 deletions icd/api/appopt/async_layer.h

This file was deleted.

Loading

0 comments on commit a9ae5bd

Please sign in to comment.