5392 Commits (52bd1d778889491bc49a3dfd785853224f7a0609)

Author SHA1 Message Date
ReinUsesLisp 4d9ee82fca video_core: Enforce -Wunused-function 5 years ago
ReinUsesLisp bf1d317892 vk_buffer_cache: Remove unused function 5 years ago
ReinUsesLisp 520685e719 vulkan_common: Silence missing initializer warnings 5 years ago
ReinUsesLisp cefa8135c5 vulkan_device: Enable shaderStorageImageMultisample conditionally 5 years ago
ReinUsesLisp c0c51e4be0 astc: Increase integer encoded vector size 5 years ago
ReinUsesLisp 185c16d893 astc: Return zero on out of bound bits 5 years ago
ReinUsesLisp 6c3376b789 vulkan_device: Remove requirement on shaderStorageImageMultisample 5 years ago
ReinUsesLisp 77efe79868 buffer_cache/buffer_base: Add a range tracking buffer container 5 years ago
ReinUsesLisp ecb015995e vk_fence_manager: Use timeline semaphores instead of spin waits 5 years ago
Ameer J 21ff77c366 remove inaccurate reference 5 years ago
ameerj 30f3faf3e2 fix for nvdec disabled, cleanup host1x 5 years ago
ameerj 762de858e6 nvdec syncpt incorporation 5 years ago
MerryMage 6562054749 vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] 5 years ago
MerryMage 7a302cdec2 texture_cache: Replace PAGE_SHIFT with PAGE_BITS 5 years ago
ReinUsesLisp 2fb40db5fc vk_rasterizer: Skip binding empty descriptor sets on compute 5 years ago
ReinUsesLisp ac94649acc vulkan_device: Allow creating a device without surface 5 years ago
ReinUsesLisp eb04c63df5 renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common 5 years ago
ReinUsesLisp fc515aed5f renderer_vulkan: Move device abstraction to vulkan_common 5 years ago
ReinUsesLisp d8569c3af4 gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
ReinUsesLisp 77e7412d3e gl_texture_cache: Create base images with sRGB 5 years ago
ReinUsesLisp aa08e1bfbf renderer_vulkan: Rename VKDevice to Device 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
ReinUsesLisp e92031e767 vulkan_instance: Allow different Vulkan versions and enforce 1.1 5 years ago
ReinUsesLisp 9c39c02012 vk_device: Use an array to report lacking device limits 5 years ago
ReinUsesLisp c5fc83ae74 vk_device: Stop initialization when device is not suitable 5 years ago
ReinUsesLisp 8bc3e20760 renderer_vulkan: Remove two step initialization on VKDevice 5 years ago
ReinUsesLisp 69c145b484 renderer_vulkan: Throw when enumerating devices fails 5 years ago
ReinUsesLisp 7334e9e212 renderer_vulkan: Initialize surface in separate file 5 years ago
ReinUsesLisp bb5903c665 renderer_vulkan: Catch and report exceptions 5 years ago
ReinUsesLisp d7f0249d2e renderer_vulkan: Create debug callback on separate file and throw 5 years ago
ReinUsesLisp 74276df159 renderer_vulkan: Move instance initialization to a separate file 5 years ago
ReinUsesLisp ddddd25033 vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h 5 years ago
ReinUsesLisp b05cecfbd8 vulkan_common: Move dynamic library load to a separate file 5 years ago
Lioncash efc456aa94 half_set: Resolve -Wmaybe-uninitialized warnings 5 years ago
Lioncash ebb8133b6e maxwell_to_vk: Initialize usage variable in SurfaceFormat() 5 years ago
ReinUsesLisp d25b097e84 video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp 2d951b73bf video_core: Add a delayed destruction ring abstraction 5 years ago
ReinUsesLisp b8bc5d95af host_shaders: Add Vulkan assembler compute shaders 5 years ago
ReinUsesLisp 82723df129 host_shaders: Add helper to blit depth stencil fragment shader 5 years ago
ReinUsesLisp 627b4c3387 host_shaders: Add texture color blit fragment shader 5 years ago
ReinUsesLisp 5ed139d5a2 host_shaders: Add shaders to present to the swapchain 5 years ago
ReinUsesLisp 90b5661015 host_shaders: Add shaders to convert between depth and color images 5 years ago
ReinUsesLisp 9d5ab4f22b host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8 5 years ago
ReinUsesLisp 9915ad809e host_shaders: Add shader to render a full screen triangle 5 years ago
ReinUsesLisp 8d49d1bc1f host_shaders: Add pitch linear upload compute shader 5 years ago
ReinUsesLisp e4e49e7fcb host_shaders: Add block linear upload compute shaders 5 years ago
ReinUsesLisp f0b34215b6 host_shaders: Add copyright headers to OpenGL present shaders 5 years ago
ReinUsesLisp 60050f5dd1 video_core/host_shaders: Add support for prebuilt SPIR-V shaders 5 years ago
bunnei 50675db080 gpu: gpu_thread: Ensure MicroProfile is shutdown on exit. 5 years ago
bunnei db49c273db video_core: gpu_thread: Do not wait when system is powered down. 5 years ago