yuzu-mirror/src/video_core
Lioncash dd35b4b18a renderer_opengl: Namespace OpenGL code
Namespaces all OpenGL code under the OpenGL namespace.

Prevents polluting the global namespace and allows clear distinction
between other renderers' code in the future.
2018-08-22 06:14:47 +07:00
..
debug_utils Fix crash at exit 2018-06-25 18:01:08 +07:00
engines Merge pull request #1124 from Subv/logic_ops 2018-08-22 01:05:25 +07:00
renderer_opengl renderer_opengl: Namespace OpenGL code 2018-08-22 06:14:47 +07:00
textures textures: Refactor out for Texture/Depth FormatFromPixelFormat. 2018-08-09 20:36:03 +07:00
CMakeLists.txt gl_rasterizer: Implement texture format ASTC_2D_4X4. 2018-06-18 01:56:59 +07:00
command_processor.cpp Lowered down the logging for methods 2018-08-07 19:51:40 +07:00
command_processor.h video_core: Use variable template variants of type_traits interfaces where applicable 2018-08-09 20:45:48 +07:00
gpu.cpp Implemented RGBA8_UINT 2018-08-20 22:26:54 +07:00
gpu.h Implemented RGBA8_UINT 2018-08-20 22:26:54 +07:00
macro_interpreter.cpp MacroInterpreter: Avoid left shifting negative values. 2018-07-30 20:38:24 +07:00
macro_interpreter.h MacroInterpreter: Avoid left shifting negative values. 2018-07-30 20:38:24 +07:00
memory_manager.cpp video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() 2018-07-24 11:56:30 +07:00
memory_manager.h GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. 2018-05-20 14:25:56 +07:00
rasterizer_interface.h rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature 2018-08-20 19:43:05 +07:00
renderer_base.cpp Merge pull request #840 from FearlessTobi/port-3353 2018-08-22 01:19:50 +07:00
renderer_base.h renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 2018-08-20 19:28:00 +07:00
utils.h renderer_opengl: Fix Morton copy byteswap, etc. 2018-04-14 16:01:39 +07:00
video_core.cpp renderer_opengl: Namespace OpenGL code 2018-08-22 06:14:47 +07:00
video_core.h core: Namespace EmuWindow 2018-08-11 20:20:21 +07:00