265 Commits (be4e1929033aff005472163164ab0ccc80d81c19)

Author SHA1 Message Date
lat9nq 92bc51b66a cmake: Add VDPAU and NVDEC support to FFmpeg 4 years ago
yzct12345 5566f3dbc0
texture_cache: Address ameerj's review 4 years ago
yzct12345 f9563c8f24
texture_cache: Split templates out 4 years ago
yzct12345 2868d4ba84
nvdec: Implement VA-API hardware video acceleration (#6713) 4 years ago
ReinUsesLisp 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics 4 years ago
ameerj 74f683787e gl_shader_cache: Implement async shaders 5 years ago
ReinUsesLisp eacf18cce9 gl_shader_cache: Rename Program abstractions into Pipeline 5 years ago
ReinUsesLisp 69b910e9e7 video_core: Abstract transform feedback translation utility 5 years ago
ReinUsesLisp d621e96d0d shader: Initial OpenGL implementation 5 years ago
ReinUsesLisp 025b20f96a shader: Move pipeline cache logic to separate files 5 years ago
lat9nq 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
ReinUsesLisp 260743f371 shader: Add partial rasterizer integration 5 years ago
ReinUsesLisp 85cce78583 shader: Primitive Vulkan integration 5 years ago
ReinUsesLisp c67d64365a shader: Remove old shader management 5 years ago
Morph a47704f4dd video_core: Enforce C4242 5 years ago
ReinUsesLisp 03abe8bf85 video_core: Enforce C4244 5 years ago
ameerj c4ff7ecf51 textures: Reintroduce CPU ASTC decoder 5 years ago
ameerj 2f83d9a61b astc_decoder: Refactor for style and more efficient memory use 5 years ago
ReinUsesLisp 82c2601555 video_core: Reimplement the buffer cache 5 years ago
Chloe Marcec c5f109bc50 video_core: Delete morton 5 years ago
lat9nq 1d19eac415 CMake: Port citra-emu/citra FindFFmpeg.cmake 5 years ago
lat9nq 47401016bf CMake: Implement YUZU_USE_BUNDLED_FFMPEG 5 years ago
ReinUsesLisp 748551dafb cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 5 years ago
ReinUsesLisp cc4335a9c6 video_core/cmake: Enforce -Warray-bounds and -Wmissing-field-initializers 5 years ago
ReinUsesLisp 966896daad video_core/cmake: Properly generate fatal errors on Aftermath 5 years ago
ReinUsesLisp fade63b58e vulkan_common: Move allocator to the common directory 5 years ago
ReinUsesLisp cc2c3e447f video_core/cmake: Remove Werror flags already defined code-base wide 5 years ago
ReinUsesLisp 06e0506cb3 cmake: Enforce -Wunused-function code-base wide 5 years ago
ReinUsesLisp 71264ce9a7 video_core: Enforce -Wunused-function 5 years ago
ReinUsesLisp a4bfae1b55 buffer_cache/buffer_base: Add a range tracking buffer container 5 years ago
ReinUsesLisp d235cf3933 renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common 5 years ago
ReinUsesLisp 3753553b6a renderer_vulkan: Move device abstraction to vulkan_common 5 years ago
ReinUsesLisp 11f0f7598d renderer_vulkan: Initialize surface in separate file 5 years ago
ReinUsesLisp 47843b4f09 renderer_vulkan: Create debug callback on separate file and throw 5 years ago
ReinUsesLisp 25f88d99ce renderer_vulkan: Move instance initialization to a separate file 5 years ago
ReinUsesLisp d1435009ed vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h 5 years ago
ReinUsesLisp d937421422 vulkan_common: Move dynamic library load to a separate file 5 years ago
ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp 9106ac1e6b video_core: Add a delayed destruction ring abstraction 5 years ago
bunnei 14c825bd1c video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 5 years ago
ReinUsesLisp 1b9e08ab78 cmake: Always enable Vulkan 5 years ago
ReinUsesLisp 1e191cc837 video_core: Enforce C4715 (not all control paths return a value) 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
ReinUsesLisp 79da90cea8 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 4a451e5849 video_core: Enforce -Werror=type-limits 5 years ago
ameerj eb67a45ca8 video_core: NVDEC Implementation 5 years ago
Lioncash 678d012c2c video_core: Conditially activate relevant compiler warnings 5 years ago
ReinUsesLisp e1600b0962 video_core: Enforce -Wclass-memaccess 5 years ago
ReinUsesLisp 2a24b1c973 video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 5 years ago
ReinUsesLisp 58b0ae84b5 renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore 5 years ago