270 Commits (94dddbc155190ab1acc4ea22e23b1a855b8409fb)

Author SHA1 Message Date
liushuyu 18ddfcc0cf video_core/cmake: link against libva explicitly ... 4 years ago
Marshall Mohror 71e8b72b01 Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings 4 years ago
Marshall Mohror c2f855fb98 Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan 4 years ago
Marshall Mohror 2173534da5 vulkan: Implement FidelityFX Super Resolution 4 years ago
ameerj 538647f62b codecs: Add VP8 codec class 4 years ago
lat9nq 3714fd580f cmake: Add VDPAU and NVDEC support to FFmpeg 4 years ago
yzct12345 4436e63616 texture_cache: Address ameerj's review 4 years ago
yzct12345 e85149c507 texture_cache: Split templates out 4 years ago
yzct12345 e13e98d99d nvdec: Implement VA-API hardware video acceleration (#6713) 4 years ago
ReinUsesLisp 482c1ec8e5 renderer_vulkan: Add setting to log pipeline statistics 5 years ago
ameerj 7e661303d5 gl_shader_cache: Implement async shaders 5 years ago
ReinUsesLisp ddb24146b6 gl_shader_cache: Rename Program abstractions into Pipeline 5 years ago
ReinUsesLisp 06ae1bff4b video_core: Abstract transform feedback translation utility 5 years ago
ReinUsesLisp 5ca5988c63 shader: Initial OpenGL implementation 5 years ago
ReinUsesLisp ed6c131c92 shader: Move pipeline cache logic to separate files 5 years ago
lat9nq a4e7a41e7f shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
ReinUsesLisp 33090a74dd shader: Add partial rasterizer integration 5 years ago
ReinUsesLisp a5f87011d3 shader: Primitive Vulkan integration 5 years ago
ReinUsesLisp 65069df8aa shader: Remove old shader management 5 years ago
Morph a487c17aff video_core: Enforce C4242 5 years ago
ReinUsesLisp cc3a6c6f51 video_core: Enforce C4244 5 years ago
ameerj e5da434498 textures: Reintroduce CPU ASTC decoder 5 years ago
ameerj e0977af861 astc_decoder: Refactor for style and more efficient memory use 5 years ago
ReinUsesLisp 2dfce2fca6 video_core: Reimplement the buffer cache 5 years ago
Chloe Marcec 66c653566c video_core: Delete morton 5 years ago
lat9nq 1eaff4546b CMake: Port citra-emu/citra FindFFmpeg.cmake 5 years ago
lat9nq e6211c3753 CMake: Implement YUZU_USE_BUNDLED_FFMPEG 5 years ago
ReinUsesLisp ae349957c3 cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 5 years ago
ReinUsesLisp bd946059c0 video_core/cmake: Enforce -Warray-bounds and -Wmissing-field-initializers 5 years ago
ReinUsesLisp 80f235a8cc video_core/cmake: Properly generate fatal errors on Aftermath 5 years ago
ReinUsesLisp fa012cc7e6 vulkan_common: Move allocator to the common directory 5 years ago
ReinUsesLisp 98ad500af1 video_core/cmake: Remove Werror flags already defined code-base wide 5 years ago
ReinUsesLisp 4bd143ca76 cmake: Enforce -Wunused-function code-base wide 5 years ago
ReinUsesLisp 4d9ee82fca video_core: Enforce -Wunused-function 5 years ago
ReinUsesLisp 77efe79868 buffer_cache/buffer_base: Add a range tracking buffer container 5 years ago
ReinUsesLisp eb04c63df5 renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common 5 years ago
ReinUsesLisp fc515aed5f renderer_vulkan: Move device abstraction to vulkan_common 5 years ago
ReinUsesLisp 7334e9e212 renderer_vulkan: Initialize surface in separate file 5 years ago
ReinUsesLisp d7f0249d2e renderer_vulkan: Create debug callback on separate file and throw 5 years ago
ReinUsesLisp 74276df159 renderer_vulkan: Move instance initialization to a separate file 5 years ago
ReinUsesLisp ddddd25033 vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h 5 years ago
ReinUsesLisp b05cecfbd8 vulkan_common: Move dynamic library load to a separate file 5 years ago
ReinUsesLisp d25b097e84 video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp 2d951b73bf video_core: Add a delayed destruction ring abstraction 5 years ago
bunnei 927976c86c video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 5 years ago
ReinUsesLisp 4df8b8a0f5 cmake: Always enable Vulkan 5 years ago
ReinUsesLisp 472e86da85 video_core: Enforce C4715 (not all control paths return a value) 5 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
ReinUsesLisp de16b5a409 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 1ae83819d9 video_core: Enforce -Werror=type-limits 5 years ago