6185 Commits (78eeefb03049e689bb56424c2278ed7dd4e13a4c)

Author SHA1 Message Date
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 bda177ef40 video_core/memory_manager: Add BytesToMapEnd 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
MerryMage aace20afc7 texture_cache: Replace PAGE_SHIFT with PAGE_BITS 5 years ago
ReinUsesLisp 1ccf805367 vk_rasterizer: Skip binding empty descriptor sets on compute 5 years ago
ReinUsesLisp ac1e4734c2 vulkan_device: Allow creating a device without surface 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 7d904fef2e gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
ReinUsesLisp 3a49c1a691 gl_texture_cache: Create base images with sRGB 5 years ago
ReinUsesLisp 974d731926 renderer_vulkan: Rename VKDevice to Device 5 years ago