4975 Commits (2fb77adb9f3fca7c4243ffe20df14c45d928fa96)

Author SHA1 Message Date
ReinUsesLisp 9e88ad8da9 vk_scheduler: Fix unaligned placement new expressions 5 years ago
Rodrigo Locatti ef6cc3aa1d
vulkan_device: Blacklist Intel from float16 math (#5798) 5 years ago
ReinUsesLisp 34c3ec2f8c Revert "Start of Integer flags implementation" 5 years ago
ReinUsesLisp 9dc4a80b17 vk_graphics_pipeline: Fix narrowing conversion on MSVC 5 years ago
ReinUsesLisp 6b00443bc1 vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo 5 years ago
ReinUsesLisp 6a0143400f vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA 5 years ago
ReinUsesLisp 748551dafb cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 5 years ago
ReinUsesLisp f81c783b5b host_shaders/cmake: Pass --quiet to glslang to keep it quiet 5 years ago
ReinUsesLisp cc4335a9c6 video_core/cmake: Enforce -Warray-bounds and -Wmissing-field-initializers 5 years ago
ReinUsesLisp 1b76e7e890 video_core: Silence -Wmissing-field-initializers warnings 5 years ago
ReinUsesLisp 80a673a27f maxwell_3d: Silence array bounds warnings 5 years ago
ReinUsesLisp ad48259d7e maxwell_to_vk: Silence -Wextra warnings about using different enum types 5 years ago
Levi Behunin 9477d23d70
shader_ir: Fix comment typo 5 years ago
ReinUsesLisp 966896daad video_core/cmake: Properly generate fatal errors on Aftermath 5 years ago
ReinUsesLisp 625a011888 nsight_aftermath_tracker: Fix build issues when enabled 5 years ago
ReinUsesLisp 37ef2ee595 vk_pipeline_cache: Properly bypass VertexA shaders 5 years ago
ReinUsesLisp 436457b6e7 gl_shader_decompiler: Fix constant buffer size calculation 5 years ago
ReinUsesLisp b7febb5625 video_core/memory_manager: Remove unused CopyBlockUnsafe 5 years ago
ReinUsesLisp 0e9a6759f9 video_core/memory_manager: Flush destination buffer on CopyBlock 5 years ago
ReinUsesLisp dd790abab0 video_core/memory_manager: Add GPU address based flush method 5 years ago
ReinUsesLisp 51512d01d8 renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
Lioncash 5f4e7c77bd texture_cache/util: Resolve -Wsign-compare warning 5 years ago
Lioncash 40acc2c079 video_core: Resolve -Wdocumentation warnings 5 years ago
Lioncash c61b973968 vulkan_debug_callback: Add missing header guard 5 years ago
ReinUsesLisp c3c7603076 vk_shader_decompiler: Show comments as OpUndef with a type 5 years ago
ReinUsesLisp 3ff978aa4f common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
ReinUsesLisp 301e2b5b7a vulkan_memory_allocator: Remove unnecesary 'device' memory from commits 5 years ago
ReinUsesLisp 432f045dba vk_texture_cache: Use Download memory types for texture flushes 5 years ago
ReinUsesLisp 8f22f5470c vulkan_memory_allocator: Add allocation support for download types 5 years ago
ReinUsesLisp 72541af3bc vulkan_memory_allocator: Add "download" memory usage hint 5 years ago
ReinUsesLisp fade63b58e vulkan_common: Move allocator to the common directory 5 years ago
ReinUsesLisp c2b550987b renderer_vulkan: Rename Vulkan memory manager to memory allocator 5 years ago
ReinUsesLisp e996f1ad09 vk_memory_manager: Improve memory manager and its API 5 years ago
Lioncash 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp fe494a0ccd common/alignment: Rename AlignBits to AlignUpLog2 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 3e03391a49 vk_buffer_cache: Remove unused function 5 years ago
ReinUsesLisp be8fd5490e vulkan_common: Silence missing initializer warnings 5 years ago
ReinUsesLisp ba2ea7eeac vulkan_device: Enable shaderStorageImageMultisample conditionally 5 years ago
ReinUsesLisp 22be115eb2 astc: Increase integer encoded vector size 5 years ago
ReinUsesLisp 0ec71b78fb astc: Return zero on out of bound bits 5 years ago
ReinUsesLisp d9a15a935b vulkan_device: Remove requirement on shaderStorageImageMultisample 5 years ago
ReinUsesLisp a4bfae1b55 buffer_cache/buffer_base: Add a range tracking buffer container 5 years ago
ReinUsesLisp 154a7653f9 vk_fence_manager: Use timeline semaphores instead of spin waits 5 years ago
Ameer J 16392a23cc remove inaccurate reference 5 years ago
ameerj 06cef3355e fix for nvdec disabled, cleanup host1x 5 years ago
ameerj 2c27127d04 nvdec syncpt incorporation 5 years ago
MerryMage 21199cb965 vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] 5 years ago