yuzu/src/video_core
Morph d607ceacf4 gl_rasterizer: Remove unused includes
This removes unused includes, especially the core includes which were causing this file to be recompiled every time files included by those headers are modified.
2021-10-31 23:57:51 -04:00
..
buffer_cache buffer_cache: Minor fixes 2021-09-19 20:35:07 -04:00
command_classes Merge pull request #7157 from ameerj/vic-surface-size 2021-10-13 20:41:17 -04:00
engines gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
host_shaders host_shaders: Remove opengl_copy_bgra.comp 2021-09-16 19:49:13 -04:00
macro
renderer_opengl gl_rasterizer: Remove unused includes 2021-10-31 23:57:51 -04:00
renderer_vulkan Merge pull request #7206 from vonchenplus/fix_vulkan_viewport_issue 2021-10-24 01:53:04 +02:00
texture_cache Merge pull request #7070 from FernandoS27/want-you-bad 2021-10-23 18:02:23 -04:00
textures
vulkan_common Merge pull request #7070 from FernandoS27/want-you-bad 2021-10-23 18:02:23 -04:00
cdma_pusher.cpp gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
cdma_pusher.h gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
CMakeLists.txt
compatible_formats.cpp
compatible_formats.h
delayed_destruction_ring.h
dirty_flags.cpp
dirty_flags.h Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan. 2021-09-23 03:49:10 +02:00
dma_pusher.cpp
dma_pusher.h
fence_manager.h
framebuffer_config.h gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
gpu_thread.cpp gpu: Use std::jthread for async gpu thread 2021-09-15 20:49:07 -04:00
gpu_thread.h gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
gpu.cpp nvhost_ctrl: Refactor usage of gpu.LockSync() 2021-10-03 00:35:57 -04:00
gpu.h nvhost_ctrl: Refactor usage of gpu.LockSync() 2021-10-03 00:35:57 -04:00
memory_manager.cpp video_core/memory_manager: Add missing <algorithm> include 2021-09-11 17:19:15 -04:00
memory_manager.h
query_cache.h Merge pull request #7077 from FernandoS27/face-down 2021-10-16 21:41:54 -04:00
rasterizer_accelerated.cpp
rasterizer_accelerated.h RasterizerInterface: Correct size of CPU addresses to cache. 2021-10-04 20:47:31 +02:00
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
shader_cache.cpp
shader_cache.h
shader_environment.cpp gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
shader_environment.h gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
shader_notify.cpp
shader_notify.h
surface.cpp
surface.h
transform_feedback.cpp
transform_feedback.h
video_core.cpp
video_core.h