suyu/src/video_core
ReinUsesLisp fc8a8789da gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs
Since the data is doing the path CPU -> GPU -> GPU copy is the most
approximate hint. Using GL_STREAM_DRAW generated a performance warning
on Nvidia's stack. Changing this hint removed the warning.
2019-01-05 02:27:55 -03:00
..
debug_utils
engines shader_bytecode: Fixup TEXS.F16 encoding 2018-12-26 01:35:44 -03:00
renderer_opengl gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs 2019-01-05 02:27:55 -03:00
textures Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
CMakeLists.txt gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
dma_pusher.cpp dma_pushbuffer: Optimize to avoid loop and copy on Push. 2018-11-27 19:17:33 -05:00
dma_pusher.h dma_pushbuffer: Optimize to avoid loop and copy on Push. 2018-11-27 19:17:33 -05:00
gpu.cpp Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
gpu.h gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
macro_interpreter.cpp Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
macro_interpreter.h
memory_manager.cpp
memory_manager.h
morton.cpp gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 2018-12-28 15:36:45 -05:00
morton.h
rasterizer_cache.cpp
rasterizer_cache.h
rasterizer_interface.h
renderer_base.cpp yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
renderer_base.h yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
surface.cpp gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 2018-12-28 15:36:45 -05:00
surface.h gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 2018-12-28 15:36:45 -05:00
video_core.cpp yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
video_core.h yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00