577 Commits (81249bc3112abfeac31f7800735d6b336f777c4e)

Author SHA1 Message Date
Lioncash ea0e85b869 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
comex 2451a59949 renderer_vulkan: Add missing `override` specifier 5 years ago
comex 38f4b34610 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
Lioncash 341083a5e1 video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
Lioncash 2f181b6a90 video_core: Resolve more variable shadowing scenarios 5 years ago
ReinUsesLisp fe1efa971f vk_shader_decompiler: Implement force early fragment tests 5 years ago
ameerj 942dff1fd8 cleanup unneeded comments and newlines 5 years ago
ameerj a981e7d69c Refactor MaxwellToSpirvComparison. Use Common::BitCast 5 years ago
ameerj 7d48b8be54 Address PR feedback from Rein 5 years ago
ameerj 47f8e43c22 vulkan_renderer: Alpha Test Culling Implementation 5 years ago
comex bb729eefce Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
Lioncash 3e654ff0d0 General: Resolve a few missing initializer warnings 6 years ago
ReinUsesLisp de16b5a409 video_core: Enforce -Wredundant-move and -Wpessimizing-move 6 years ago
ReinUsesLisp 038503cd6b vk_graphics_pipeline: Manage primitive topology as fixed state 6 years ago
goldenx86 bd36d1ba36 vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices 6 years ago
ReinUsesLisp 17fe00bcee renderer_vulkan/wrapper: Fix physical device sorting 6 years ago
Matías Locatti d532207085 Remove ext_extended_dynamic_state blacklist 6 years ago
lat9nq e12b3fcc9e vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux 6 years ago
Lioncash 8f78956784 vk_command_pool: Move definition of Pool into the cpp file 6 years ago
Lioncash 943d0c8f2c vk_command_pool: Make use of override on destructor 6 years ago
Lioncash 4e2a72b1ef vk_command_pool: Add missing header guard 6 years ago
ReinUsesLisp f4dbeb72d7 renderer_opengl: Remove emulated mailbox presentation 6 years ago
ReinUsesLisp 22fb70406f vk_query_cache: Hack counter destructor to avoid reserving queries 6 years ago
ReinUsesLisp 7c747f9bea renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore 6 years ago
ReinUsesLisp ee7e70cfbc video_core: Enforce -Werror=switch 6 years ago
ReinUsesLisp 8efb2c5537 video_core: Remove all Core::System references in renderer 6 years ago
ReinUsesLisp 6392fc8898 vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state 6 years ago
ReinUsesLisp a7ea965de5 vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state 6 years ago
ReinUsesLisp 1c61cf29b6 video_core: Initialize renderer with a GPU 6 years ago
ReinUsesLisp 39cab995e3 vk_state_tracker: Fix primitive topology 6 years ago
ReinUsesLisp 74e1e7cfca vk_device: Use Vulkan 1.0 properly 6 years ago
ReinUsesLisp b29e2d4656 renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available 6 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 6 years ago
ameerj 4cb6ad9eaf Remove unneeded newlines, optional Registry in shader params 6 years ago
ameerj b467d4dbd0 move thread 1/4 count computation into allocate workers method 6 years ago
ameerj 3fa34fa7bf Address feedback, add shader compile notifier, update setting text 6 years ago
ameerj 5a2879a781 Vk Async Worker directly emplace in cache 6 years ago
ameerj f029fa19bf Address feedback. Bruteforce delete duplicates 6 years ago
ameerj 77698ae7d6 Vk Async pipeline compilation 6 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 6 years ago
Lioncash cde4447257 vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() 6 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 6 years ago
Lioncash 29ee53cb35 vulkan: Silence more -Wmissing-field-initializer warnings 6 years ago
Lioncash 0ab49b988e vulkan: Resolve -Wmissing-field-initializer warnings 6 years ago
Lioncash 074f382a39 video_core: Remove unused variables 6 years ago
Lioncash 09172c0347 vk_rasterizer: Remove unused variable in Clear() 6 years ago
ReinUsesLisp 1e30bdee64 vk_device: Fix build error on old MSVC versions 6 years ago
Lioncash daa19f1894 wrapper: Make use of designated initializers where applicable 6 years ago
Lioncash 28c7c4e06c vk_texture_cache: Make use of designated initializers where applicable 6 years ago