4990 Commits (75ccd9959ca7aa78b71fbb800ed2127d8613e9dc)

Author SHA1 Message Date
Lioncash ff45c39578 General: Make use of std::nullopt where applicable 5 years ago
ReinUsesLisp 7003090187 renderer_opengl: Remove emulated mailbox presentation 5 years ago
ReinUsesLisp 4f5bbe56ba vk_query_cache: Hack counter destructor to avoid reserving queries 5 years ago
ReinUsesLisp 58b0ae84b5 renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore 5 years ago
Lioncash 91bca9eb0b fermi_2d: Make use of designated initializers 5 years ago
Lioncash 4944d48ee8 decode/image: Eliminate switch fallthrough in DecodeImage() 5 years ago
Lioncash ffc66f089d decoder/texture: Eliminate narrowing conversion in GetTldCode() 5 years ago
ReinUsesLisp eb914b6c50 video_core: Enforce -Werror=switch 5 years ago
ReinUsesLisp 9e87193725 video_core: Remove all Core::System references in renderer 6 years ago
ReinUsesLisp c573920c01 vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state 5 years ago
Lioncash a5dcccfdd2 externals: Update Xbyak to 5.96 5 years ago
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 6 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 6 years ago
Lioncash b249e4e0ce yuzu: Resolve C++20 deprecation warnings related to lambda captures 6 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