4975 Commits (2fb77adb9f3fca7c4243ffe20df14c45d928fa96)

Author SHA1 Message Date
ReinUsesLisp fe90c4fd7b vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state 5 years ago
Lioncash 7b50c48df7 memory_manager: Make use of [[nodiscard]] in the interface 5 years ago
Lioncash d12d59f62a memory_manager: Make operator+ const qualified 5 years ago
Lioncash bafef3d1c9 async_shaders: Mark getters as const member functions 5 years ago
Lioncash 5bce81c3d6 memory_manager: Mark IsGranularRange() as a const member function 5 years ago
Lioncash bae4e6c2f5 gl_texture_cache: Take std::string by reference in DecorateViewName() 5 years ago
Lioncash f3bb52c0a9 video_core/fence_manager: Remove unnecessary includes 5 years ago
ReinUsesLisp 91df2beee3 video_core/host_shaders: Add CMake integration for string shaders 5 years ago
ReinUsesLisp 0eaf7e1daa gl_shader_util: Use std::string_view instead of star pointer 5 years ago
ReinUsesLisp da53bcee60 video_core: Initialize renderer with a GPU 6 years ago
ReinUsesLisp aed6011d7c vk_state_tracker: Fix primitive topology 5 years ago
ReinUsesLisp c5a78f4480 vk_device: Use Vulkan 1.0 properly 6 years ago
ReinUsesLisp 29a0ca2391 renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available 6 years ago
Lioncash f6bb905182 common/telemetry: Migrate namespace into the Common namespace 5 years ago
ameerj fde8102a41 Remove unneeded newlines, optional Registry in shader params 5 years ago
Ameer J f49ffdd648 Morph: Update worker allocation comment 5 years ago
ameerj 1b829fbd7a move thread 1/4 count computation into allocate workers method 5 years ago
ameerj 31a76410e8 Address feedback, add shader compile notifier, update setting text 5 years ago
ameerj c02464f64e Vk Async Worker directly emplace in cache 6 years ago
ameerj 4539073ce1 Address feedback. Bruteforce delete duplicates 6 years ago
ameerj 6ac97405df Vk Async pipeline compilation 6 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 1ee060ca0d common/compression: Roll back std::span changes 5 years ago
Lioncash dcc5562cd5 shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message 5 years ago
Lioncash 34ec64233a macro-interpreter: Resolve -Wself-assign-field warning 5 years ago
Lioncash 167d36ec3c vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() 5 years ago
Lioncash c8135b3c18 gl_shader_disk_cache: Make use of std::nullopt where applicable 5 years ago
Lioncash 6b13d08822 async_shaders: Resolve -Wpessimizing-move warning 5 years ago
Lioncash 83d8bf9af9 maxwell_3d: Resolve -Wextra-semi warning 5 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 5 years ago
Morph e0ff98dd34 gl_shader_cache: Use std::max() for determining num_workers 5 years ago
ReinUsesLisp f00641459e textures/decoders: Fix block linear to pitch copies 6 years ago
Lioncash 06809ad7bc vulkan: Silence more -Wmissing-field-initializer warnings 5 years ago
Lioncash b249e4e0ce yuzu: Resolve C++20 deprecation warnings related to lambda captures 5 years ago
Morph e8f22730d1 renderer_opengl: Use 1/4 of all threads for async shader compilation 6 years ago
Billy Laws f490b4545d
video_core/gpu: Correct the size of the puller registers 6 years ago
bunnei 05def61398 hle: nvdrv: Rewrite of GPU memory management. 6 years ago
Lioncash 80eedff9e1 vulkan: Resolve -Wmissing-field-initializer warnings 6 years ago
Lioncash c5bdccfecb zstd_compression: Make use of std::span in interfaces 6 years ago
Lioncash 82b7e5c8ee surface_params: Make use of designated initializers where applicable 6 years ago
Lioncash bd9545a3a8 surface_params: Remove redundant assignment 6 years ago
Lioncash c705a1db96 surface_params: Replace questionable usages of the comma operator with semicolons 6 years ago
Lioncash e17fb5ee97 video_core: Remove unused variables 6 years ago
Lioncash 4b369126c4 vk_rasterizer: Remove unused variable in Clear() 6 years ago
Lioncash 059305a6bf compatible_formats: Add missing header guard 6 years ago
Lioncash 6adc824d9d video_core: Allow copy elision to take place where applicable 6 years ago
David Marcec dd4a02d15c video_core: Remove redundant pixel format type 6 years ago
Lioncash 26c6c71837 buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten() 6 years ago
ReinUsesLisp a8a2526128 gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shaders 6 years ago
David Marcec 967307d3be Fix style issues 6 years ago