5056 Commits (3b85ac2ac4d72ca4acf83ef9642b9a42e912993e)

Author SHA1 Message Date
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
Morph a745d87971 general: Fix various spelling errors 5 years ago
ReinUsesLisp cdbee27692 vulkan_instance: Allow different Vulkan versions and enforce 1.1 5 years ago
ReinUsesLisp 7344a7c447 vk_device: Use an array to report lacking device limits 5 years ago
ReinUsesLisp f687392e6f vk_device: Stop initialization when device is not suitable 5 years ago
ReinUsesLisp 53ea06dc17 renderer_vulkan: Remove two step initialization on VKDevice 5 years ago
ReinUsesLisp 085adfea00 renderer_vulkan: Throw when enumerating devices fails 5 years ago
ReinUsesLisp 11f0f7598d renderer_vulkan: Initialize surface in separate file 5 years ago
ReinUsesLisp dce8720780 renderer_vulkan: Catch and report exceptions 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
Lioncash bcafef4b94 half_set: Resolve -Wmaybe-uninitialized warnings 5 years ago
Lioncash f0d9ab0717 maxwell_to_vk: Initialize usage variable in SurfaceFormat() 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
ReinUsesLisp 21b18057f7 host_shaders: Add Vulkan assembler compute shaders 5 years ago
ReinUsesLisp 87ff58b1d7 host_shaders: Add helper to blit depth stencil fragment shader 5 years ago
ReinUsesLisp ae5725b709 host_shaders: Add texture color blit fragment shader 5 years ago
ReinUsesLisp 64fbf319f1 host_shaders: Add shaders to present to the swapchain 5 years ago
ReinUsesLisp 82b7daed9c host_shaders: Add shaders to convert between depth and color images 5 years ago
ReinUsesLisp dc81a90640 host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8 5 years ago
ReinUsesLisp 5169ce9fcd host_shaders: Add shader to render a full screen triangle 5 years ago
ReinUsesLisp 59c46f9de9 host_shaders: Add pitch linear upload compute shader 5 years ago
ReinUsesLisp 12d16248dd host_shaders: Add block linear upload compute shaders 5 years ago
ReinUsesLisp f20e18f60d host_shaders: Add copyright headers to OpenGL present shaders 5 years ago
ReinUsesLisp 95d156a150 video_core/host_shaders: Add support for prebuilt SPIR-V shaders 5 years ago