forked from GPUOpen-Drivers/xgl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed memory leak in ImportWin32Fence by moving = nullptr. * Add ColorTargetInfo and DepthTargetInfo to ShaderEarlyCompileInfo * Stop allocating framebuffer memory for immutable descriptors * Fix segfault in resource opt * dEQP-GLES2.functional.clipping.point.wide_point_clip fail on angle * Implement fast-link mode * Enable extension VK_EXT_index_type_uint8 * Fix assert in PalToVkSwapChainFormat * Implementation of indirect pipelinel layout scheme * Update Khronos Vulkan Headers to 1.2.197 * VkGraphicsPipelineCreateInfo::flags should not inherit from library * Move some of multisampling states to FOI * VK_KHR_format_feature_flags2 - Expose the extension * Reduce size of extensions class * Early_fragment_test: Add depth and stencil state for pipelineInfo * Update PAL Version in XGL 687 * VK_EXT_border_color_swizzle - Expose the extension * VK_KHR_dynamic_rendering Expose Extension * Refactor code about pipeline layout for the new scheme * VK_EXT_primitive_topology_list_restart - Expose the extension * Expose VK_EXT_pageable_device_local_memory * VK_KHR_format_feature_flags2 - Expose the extension * Fix include issue about vk_pipeline.h * VK_EXT_ycbcr_image_arrays - Expose the extension * Separate shader early compilation from BuildShaderModule() * Change opensource package libssl dependency to soft dependency * Build resouce mapping if PRS or FGS is available * Sets sample pattern before DS clears/resolves * World War Z: Aftermath - Tuning Opts * Segmentfault when build with VKI_DYNAMIC_RENDERING=ON using gcc>=6.1 * Disable NGG culling for Rainbow Six Siege perf
- Loading branch information
Showing
88 changed files
with
4,623 additions
and
1,244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"file_format_version": "1.0.0", | ||
"ICD": { | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.2.195" | ||
"api_version": "1.2.197" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.2.195", | ||
"api_version": "1.2.197", | ||
"implementation_version": "1", | ||
"description": "AMD switchable graphics layer", | ||
"functions": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.