4701 Commits (faea0ddc85a04d15bcf410cc51a9fda26eef9e56)

Author SHA1 Message Date
ReinUsesLisp 6392fc8898 vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state 5 years ago
ReinUsesLisp a7ea965de5 vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state 5 years ago
Lioncash ad83996932 memory_manager: Make use of [[nodiscard]] in the interface 5 years ago
Lioncash 4ccecf6fec memory_manager: Make operator+ const qualified 5 years ago
Lioncash 9a974b8cb9 memory_manager: Mark IsGranularRange() as a const member function 5 years ago
Lioncash 18732e9822 gl_texture_cache: Take std::string by reference in DecorateViewName() 5 years ago
Lioncash d62357c8ae video_core/fence_manager: Remove unnecessary includes 5 years ago
ReinUsesLisp ecde168452 video_core/host_shaders: Add CMake integration for string shaders 5 years ago
ReinUsesLisp 82f88a0203 gl_shader_util: Use std::string_view instead of star pointer 5 years ago
ReinUsesLisp 1c61cf29b6 video_core: Initialize renderer with a GPU 6 years ago
ReinUsesLisp 39cab995e3 vk_state_tracker: Fix primitive topology 5 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 5 years ago
ameerj 4cb6ad9eaf Remove unneeded newlines, optional Registry in shader params 5 years ago
Ameer J 8374d79c4b Morph: Update worker allocation comment 5 years ago
ameerj b467d4dbd0 move thread 1/4 count computation into allocate workers method 5 years ago
ameerj 3fa34fa7bf Address feedback, add shader compile notifier, update setting text 5 years ago
ameerj 5a2879a781 Vk Async Worker directly emplace in cache 5 years ago
ameerj f029fa19bf Address feedback. Bruteforce delete duplicates 5 years ago
ameerj 77698ae7d6 Vk Async pipeline compilation 6 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 0977ef7d7f common/compression: Roll back std::span changes 5 years ago
Lioncash 7557cf39f9 shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message 5 years ago
Lioncash dea59d837b macro-interpreter: Resolve -Wself-assign-field warning 5 years ago
Lioncash cde4447257 vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() 5 years ago
Lioncash cb79f177aa gl_shader_disk_cache: Make use of std::nullopt where applicable 5 years ago
Lioncash a743375791 async_shaders: Resolve -Wpessimizing-move warning 5 years ago
Lioncash 6dd94f94e6 maxwell_3d: Resolve -Wextra-semi warning 5 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 5 years ago
Morph 237d4bb1c5 gl_shader_cache: Use std::max() for determining num_workers 5 years ago
ReinUsesLisp 9a83f8794b textures/decoders: Fix block linear to pitch copies 5 years ago
Lioncash 29ee53cb35 vulkan: Silence more -Wmissing-field-initializer warnings 5 years ago
Lioncash 08e30e0240 yuzu: Resolve C++20 deprecation warnings related to lambda captures 5 years ago
Morph b93b5093a9 renderer_opengl: Use 1/4 of all threads for async shader compilation 6 years ago
Billy Laws 0d1a089177 video_core/gpu: Correct the size of the puller registers 6 years ago
bunnei 991aca142e hle: nvdrv: Rewrite of GPU memory management. 6 years ago
Lioncash 0ab49b988e vulkan: Resolve -Wmissing-field-initializer warnings 6 years ago
Lioncash 84e6115423 zstd_compression: Make use of std::span in interfaces 6 years ago
Lioncash 3245700495 surface_params: Make use of designated initializers where applicable 6 years ago
Lioncash 4ec316a7b2 surface_params: Remove redundant assignment 6 years ago
Lioncash 9758e39655 surface_params: Replace questionable usages of the comma operator with semicolons 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
Lioncash cff696cfbb compatible_formats: Add missing header guard 6 years ago
Lioncash 991e4dc0b3 video_core: Allow copy elision to take place where applicable 6 years ago
David Marcec f3ef6e4fb1 video_core: Remove redundant pixel format type 6 years ago
Lioncash 1842c5df37 buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten() 6 years ago
ReinUsesLisp 76bd3a8843 gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shaders 6 years ago
David Marcec 578f84cdf4 Fix style issues 6 years ago
ReinUsesLisp 1e30bdee64 vk_device: Fix build error on old MSVC versions 6 years ago
David Marcec bab9531cc6 Remove duplicate config 6 years ago