yuzu-mainline/src/video_core
ReinUsesLisp c573920c01 vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state
'driver_id' can only be known on Vulkan 1.1 after creating a logical
device. Move the driver id check to disable
VK_EXT_extended_dynamic_state after the logical device is successfully
initialized.

The Vulkan device will have the extension enabled but it will not be
used.
2020-08-30 20:22:48 -03:00
..
buffer_cache
engines video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
host_shaders video_core/host_shaders: Add CMake integration for string shaders 2020-08-23 21:37:20 -03:00
macro Merge pull request #4542 from ReinUsesLisp/gpu-init-base 2020-08-24 22:56:11 -04:00
renderer_opengl Merge pull request #4569 from ReinUsesLisp/glsl-cmake 2020-08-26 22:57:39 -04:00
renderer_vulkan vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state 2020-08-30 20:22:48 -03:00
shader Merge pull request #4524 from lioncash/memory-log 2020-08-27 00:16:10 -04:00
texture_cache Merge pull request #4389 from ogniK5377/redundant-format-type 2020-08-07 09:33:58 -04:00
textures textures/decoders: Fix block linear to pitch copies 2020-08-10 20:45:03 -03:00
CMakeLists.txt video_core/host_shaders: Add CMake integration for string shaders 2020-08-23 21:37:20 -03:00
compatible_formats.cpp
compatible_formats.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
fence_manager.h video_core/fence_manager: Remove unnecessary includes 2020-08-23 21:44:50 -04:00
gpu_asynch.cpp video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
gpu_asynch.h video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
gpu_synch.cpp video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
gpu_synch.h video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
gpu_thread.cpp
gpu_thread.h
gpu.cpp video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
gpu.h video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
guest_driver.cpp
guest_driver.h
memory_manager.cpp Merge pull request #4574 from lioncash/const-fn 2020-08-25 11:24:13 -04:00
memory_manager.h memory_manager: Make use of [[nodiscard]] in the interface 2020-08-26 20:15:03 -04:00
morton.cpp
morton.h
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h
renderer_base.cpp video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
renderer_base.h video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
sampler_cache.cpp
sampler_cache.h
shader_cache.h
shader_notify.cpp
shader_notify.h
surface.cpp
surface.h
video_core.cpp video_core: Initialize renderer with a GPU 2020-08-22 01:51:45 -03:00
video_core.h