|
| allegro_v.cpp |
| Implementation of the Allegro video driver.
|
|
| allegro_v.h |
| Base of the Allegro video driver.
|
|
| dedicated_v.cpp |
| Dedicated server video 'driver'.
|
|
| dedicated_v.h |
| Base for the dedicated video driver.
|
|
| null_v.cpp |
| The video driver that doesn't blit.
|
|
| null_v.h |
| Base of the video driver that doesn't blit.
|
|
| opengl.cpp |
|
| opengl.h |
| OpenGL video driver support.
|
|
| sdl2_default_v.cpp |
| Implementation of the default backend for SDL2 video driver.
|
|
| sdl2_default_v.h |
| Default backend of the SDL2 video driver.
|
|
| sdl2_opengl_v.cpp |
| Implementation of the OpenGL backend for SDL2 video driver.
|
|
| sdl2_opengl_v.h |
| OpenGL backend of the SDL2 video driver.
|
|
| sdl2_v.cpp |
| Implementation of the SDL2 video driver.
|
|
| sdl2_v.h |
| Base of the SDL2 video driver.
|
|
| video_driver.cpp |
| Common code between video driver implementations.
|
|
| video_driver.hpp |
| Base of all video drivers.
|
|
| win32_v.cpp |
| Implementation of the Windows (GDI) video driver.
|
|
| win32_v.h |
| Base of the Windows video driver.
|
|