5392 Commits (52bd1d778889491bc49a3dfd785853224f7a0609)

Author SHA1 Message Date
ReinUsesLisp 758731e48c vulkan_wrapper: Pull Windows symbols 5 years ago
ReinUsesLisp 70b3c29534 gpu: Report renderer errors with exceptions 5 years ago
ReinUsesLisp 9c9afa99b9 buffer_base: Add support for cached CPU writes 5 years ago
ameerj 8ad9e3721a maxwell_to_gl: Remove unused code 5 years ago
Lioncash 3f3fbe779e gl_rasterizer: Remove unused variables 5 years ago
Lioncash cb80206c8c texture_cache/util: Remove unused functions 5 years ago
Chloe Marcec 66c653566c video_core: Delete morton 5 years ago
Morph 657ac39f45 renderer_opengl: Update OpenGL backend version requirement to 4.6 5 years ago
lat9nq e82fa6cce2 Address reviewer comments 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
lat9nq 255834538c video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable 5 years ago
ReinUsesLisp 4f807afdc4 vk_scheduler: Fix unaligned placement new expressions 5 years ago
Rodrigo Locatti b8b0524a9b vulkan_device: Blacklist Intel from float16 math (#5798) 5 years ago
ReinUsesLisp 6dac6f07c2 Revert "Start of Integer flags implementation" 5 years ago
ReinUsesLisp 8778d4a743 vk_graphics_pipeline: Fix narrowing conversion on MSVC 5 years ago
ReinUsesLisp 1d3c309eac vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo 5 years ago
ReinUsesLisp 1aa67cb31c vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA 5 years ago
ReinUsesLisp ae349957c3 cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 5 years ago
ReinUsesLisp 459be8c220 host_shaders/cmake: Pass --quiet to glslang to keep it quiet 5 years ago
ReinUsesLisp bd946059c0 video_core/cmake: Enforce -Warray-bounds and -Wmissing-field-initializers 5 years ago
ReinUsesLisp 7afc85ba3a video_core: Silence -Wmissing-field-initializers warnings 5 years ago
ReinUsesLisp 928831c1cc maxwell_3d: Silence array bounds warnings 5 years ago
ReinUsesLisp 9d882e0000 maxwell_to_vk: Silence -Wextra warnings about using different enum types 5 years ago
Levi Behunin 5a513f7bd6 shader_ir: Fix comment typo 5 years ago
ReinUsesLisp 80f235a8cc video_core/cmake: Properly generate fatal errors on Aftermath 5 years ago
ReinUsesLisp fd5e76dc87 nsight_aftermath_tracker: Fix build issues when enabled 5 years ago
ReinUsesLisp 23a5aed188 vk_pipeline_cache: Properly bypass VertexA shaders 5 years ago
ReinUsesLisp 0e885adf4a video_core/memory_manager: Add BytesToMapEnd 5 years ago
ReinUsesLisp ff383ffbcd gl_shader_decompiler: Fix constant buffer size calculation 5 years ago
ReinUsesLisp 220ba5933c video_core/memory_manager: Remove unused CopyBlockUnsafe 5 years ago
ReinUsesLisp 85390839b0 video_core/memory_manager: Flush destination buffer on CopyBlock 5 years ago
ReinUsesLisp 5c2fdf4e60 video_core/memory_manager: Add GPU address based flush method 5 years ago
ReinUsesLisp 5f0b72553b renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
Lioncash bc509928d4 texture_cache/util: Resolve -Wsign-compare warning 5 years ago
Lioncash c7bd08aad1 video_core: Resolve -Wdocumentation warnings 5 years ago
Lioncash edb202eef8 vulkan_debug_callback: Add missing header guard 5 years ago
ReinUsesLisp 3d5910da6d vk_shader_decompiler: Show comments as OpUndef with a type 5 years ago
ReinUsesLisp 92ca4929f5 common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
ReinUsesLisp d43c0e4c53 vulkan_memory_allocator: Remove unnecesary 'device' memory from commits 5 years ago
ReinUsesLisp 36597c0b38 vk_texture_cache: Use Download memory types for texture flushes 5 years ago
ReinUsesLisp 517400fb71 vulkan_memory_allocator: Add allocation support for download types 5 years ago
ReinUsesLisp 60bb77340f vulkan_memory_allocator: Add "download" memory usage hint 5 years ago
ReinUsesLisp fa012cc7e6 vulkan_common: Move allocator to the common directory 5 years ago
ReinUsesLisp bb1cc99e64 renderer_vulkan: Rename Vulkan memory manager to memory allocator 5 years ago
ReinUsesLisp 550a9cbcb5 vk_memory_manager: Improve memory manager and its API 5 years ago
Lioncash d5bff783bd common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp 4e4056f581 common/alignment: Rename AlignBits to AlignUpLog2 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