Rodrigo Locatti 2ef4591e58 Merge pull request #5746 from lioncash/sign-compare 5 years ago
..
buffer_cache 40acc2c079 video_core: Resolve -Wdocumentation warnings 5 years ago
command_classes 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
engines 3ff978aa4f common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
host_shaders 21b18057f7 host_shaders: Add Vulkan assembler compute shaders 5 years ago
macro 4c5f5c9bf3 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
renderer_opengl 7d904fef2e gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
renderer_vulkan 432f045dba vk_texture_cache: Use Download memory types for texture flushes 5 years ago
shader 3753553b6a renderer_vulkan: Move device abstraction to vulkan_common 5 years ago
texture_cache 5f4e7c77bd texture_cache/util: Resolve -Wsign-compare warning 5 years ago
textures fe494a0ccd common/alignment: Rename AlignBits to AlignUpLog2 5 years ago
vulkan_common 132f2006af Merge pull request #5745 from lioncash/documentation 5 years ago
CMakeLists.txt fd873fd369 Merge pull request #5262 from ReinUsesLisp/buffer-base 5 years ago
cdma_pusher.cpp 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
cdma_pusher.h 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
compatible_formats.cpp 7d904fef2e gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
compatible_formats.h 7d904fef2e gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
delayed_destruction_ring.h 9106ac1e6b video_core: Add a delayed destruction ring abstraction 5 years ago
dirty_flags.cpp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
dirty_flags.h 9764c13d6d video_core: Rewrite the texture cache 5 years ago
dma_pusher.cpp 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
dma_pusher.h 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
fence_manager.h 9764c13d6d video_core: Rewrite the texture cache 5 years ago
framebuffer_config.h 14c825bd1c video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 5 years ago
gpu.cpp 40571c073f video_core: gpu: Implement synchronous mode using threaded GPU. 5 years ago
gpu.h 3ff978aa4f common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
gpu_thread.cpp 954341763a gpu: gpu_thread: Ensure MicroProfile is shutdown on exit. 5 years ago
gpu_thread.h 40571c073f video_core: gpu: Implement synchronous mode using threaded GPU. 5 years ago
guest_driver.cpp bd8b9bbcee gl_shader_cache: Rework shader cache and remove post-specializations 6 years ago
guest_driver.h 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
memory_manager.cpp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
memory_manager.h 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
morton.cpp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
morton.h 9764c13d6d video_core: Rewrite the texture cache 5 years ago
query_cache.h f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
rasterizer_accelerated.cpp 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
rasterizer_accelerated.h 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
rasterizer_interface.h 9764c13d6d video_core: Rewrite the texture cache 5 years ago
renderer_base.cpp da53bcee60 video_core: Initialize renderer with a GPU 6 years ago
renderer_base.h a78021580d render_base: Make use of [[nodiscard]] where applicable 5 years ago
shader_cache.h 969100d41a shader_cache: Make use of std::erase_if 6 years ago
shader_notify.cpp 967307d3be Fix style issues 6 years ago
shader_notify.h 468bd9c1b0 async shaders 6 years ago
surface.cpp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
surface.h 9764c13d6d video_core: Rewrite the texture cache 5 years ago
video_core.cpp 14c825bd1c video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 5 years ago
video_core.h 282adfc70b Frontend/GPU: Refactor context management 6 years ago