4829 Commits (de522657dd2516cf4a4222aa7392f1031aee98f3)

Author SHA1 Message Date
Lioncash 105a345f4e vp9: std::move buffer within ComposeFrameHeader() 5 years ago
Lioncash c0992fd760 vp9: Remove dead code 5 years ago
Lioncash 617f016746 vp9: Join declarations with assignments 5 years ago
Lioncash 9efecc310b vp9: Remove pessimizing moves 5 years ago
Lioncash 4e10e539d8 vp9: Resolve variable shadowing 5 years ago
Lioncash 31d9c3c75e nvdec: Tidy up header includes 5 years ago
ameerj 9ef5c53e52 video_core: NVDEC Implementation 5 years ago
Lioncash 09a096c6ff video_core: Conditially activate relevant compiler warnings 5 years ago
ReinUsesLisp 1f6b67df03 gl_arb_decompiler: Implement robust buffer operations 5 years ago
ReinUsesLisp 038503cd6b vk_graphics_pipeline: Manage primitive topology as fixed state 5 years ago
ReinUsesLisp 31c5fbd15d video_core: Enforce -Wclass-memaccess 5 years ago
goldenx86 bd36d1ba36 vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices 5 years ago
ReinUsesLisp be7e8a4f08 shader/texture: Implement CUBE texture type for TMML and fix arrays 5 years ago
ReinUsesLisp 17fe00bcee renderer_vulkan/wrapper: Fix physical device sorting 5 years ago
ReinUsesLisp ca90a52bea video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 5 years ago
Matías Locatti d532207085 Remove ext_extended_dynamic_state blacklist 5 years ago
lat9nq e12b3fcc9e vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux 5 years ago
Lioncash 8f78956784 vk_command_pool: Move definition of Pool into the cpp file 5 years ago
Lioncash 943d0c8f2c vk_command_pool: Make use of override on destructor 5 years ago
Lioncash 4e2a72b1ef vk_command_pool: Add missing header guard 5 years ago
Lioncash a31702acaf arithmetic_integer_immediate: Make use of std::move where applicable 5 years ago
ReinUsesLisp 85ff87488d video_core: Fix instances where msbuild always regenerated host shaders 5 years ago
Lioncash 2da5a0c30d shader/registry: Silence a -Wshadow warning 5 years ago
Lioncash 34af344aad shader/registry: Remove unnecessary namespace qualifiers 5 years ago
Lioncash b050a95af8 shader/registry: Make use of designated initializers where applicable 5 years ago
Lioncash cc4e8c247d control_flow: emplace elements in place within TryQuery() 5 years ago
Lioncash 13df9625be control_flow: Make use of std::move in InsertBranch() 5 years ago
Lioncash e457001dce General: Make use of std::nullopt where applicable 5 years ago
ReinUsesLisp f4dbeb72d7 renderer_opengl: Remove emulated mailbox presentation 5 years ago
ReinUsesLisp 22fb70406f vk_query_cache: Hack counter destructor to avoid reserving queries 5 years ago
ReinUsesLisp 7c747f9bea renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore 5 years ago
Lioncash e486fc26a8 fermi_2d: Make use of designated initializers 5 years ago
Lioncash 888cca3dfc decode/image: Eliminate switch fallthrough in DecodeImage() 5 years ago
Lioncash 8f587c15ac decoder/texture: Eliminate narrowing conversion in GetTldCode() 5 years ago
ReinUsesLisp ee7e70cfbc video_core: Enforce -Werror=switch 5 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 5 years ago
Lioncash 1233d14175 externals: Update Xbyak to 5.96 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 e95290cfaf async_shaders: Mark getters as const member functions 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
ReinUsesLisp 74e1e7cfca vk_device: Use Vulkan 1.0 properly 6 years ago