2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core
Lioncash 523e4be02c renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs
LOG_TRACE is only enabled on debug builds which can be quite slow when
trying to debug graphics issues. Instead we can log the messages to the
debug log, which is available on both release and debug builds.
2018-08-21 00:23:09 -04:00
..
debug_utils
engines shader_bytecode: Replace some UNIMPLEMENTED logs. 2018-08-20 21:53:49 -04:00
renderer_opengl renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs 2018-08-21 00:23:09 -04:00
textures
CMakeLists.txt
command_processor.cpp
command_processor.h
gpu.cpp Implemented RGBA8_UINT 2018-08-20 22:26:54 +10:00
gpu.h Implemented RGBA8_UINT 2018-08-20 22:26:54 +10:00
macro_interpreter.cpp
macro_interpreter.h
memory_manager.cpp
memory_manager.h
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
utils.h
video_core.cpp
video_core.h