Citron/src/video_core
ReinUsesLisp a87b16da9a shader/texture: Remove type mismatches management from shader decoder
Since commit e22816a5bb we handle type mismatches from the CPU.
We don't need to hack our shader decoder due to game bugs anymore.

Removed in this commit.
2020-04-10 00:57:32 -03:00
..
buffer_cache Memory: Correct GCC errors. 2020-04-08 18:09:16 -04:00
engines Merge pull request #3601 from ReinUsesLisp/some-shader-encodings 2020-04-09 00:17:39 -04:00
renderer_opengl Memory: Address Feedback. 2020-04-08 13:40:46 -04:00
renderer_vulkan VkRasterizer: Eliminate Legacy code. 2020-04-08 18:59:09 -04:00
shader shader/texture: Remove type mismatches management from shader decoder 2020-04-10 00:57:32 -03:00
texture_cache Merge pull request #3610 from FernandoS27/gpu-caches 2020-04-09 17:59:21 -03:00
textures video_core/textures: Move GetMaxAnisotropy to cpp file 2020-04-07 20:47:31 -03:00
CMakeLists.txt video_core/texture: Use a LUT to convert sRGB texture borders 2020-04-07 20:38:14 -03:00
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
gpu.cpp
gpu.h GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
gpu_asynch.cpp GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
gpu_asynch.h GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
gpu_synch.cpp GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
gpu_synch.h GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
gpu_thread.cpp GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
gpu_thread.h GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
guest_driver.cpp
guest_driver.h
macro_interpreter.cpp
macro_interpreter.h
memory_manager.cpp Memory: Correct GCC errors. 2020-04-08 18:09:16 -04:00
memory_manager.h Memory: Address Feedback. 2020-04-08 13:40:46 -04:00
morton.cpp
morton.h
query_cache.h Clang Format. 2020-04-06 09:23:08 -04:00
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_cache.cpp
rasterizer_cache.h Shader/Pipeline Cache: Use VAddr instead of physical memory for addressing. 2020-04-06 09:23:07 -04:00
rasterizer_interface.h GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 2020-04-06 09:21:46 -04:00
renderer_base.cpp
renderer_base.h
sampler_cache.cpp
sampler_cache.h
surface.cpp
surface.h
video_core.cpp
video_core.h