You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/video
Patric Stout e75858ce5e Codechange: [SDL2] Allow several places to hook into the SDL driver
This allows future subdrivers to use these to manage their
own flow.
4 years ago
..
cocoa Codechange: [OSX] remove final bits of old debugging code (#8714) 4 years ago
CMakeLists.txt Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to the screen. 4 years ago
allegro_v.cpp Codechange: deduplicate tick-handlers of all video drivers 4 years ago
allegro_v.h Codechange: be consistent in what CheckPaletteAnim() does and when it is called 4 years ago
dedicated_v.cpp Codechange: deduplicate tick-handlers of all video drivers 4 years ago
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_v.cpp Add: draw the screen at a steady pace, also during fast-forward 4 years ago
null_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
opengl.cpp Codechange: [OpenGL] Let OpenGL clear the pixel buffer if possible. 4 years ago
opengl.h Codechange: [OpenGL] Use persistently mapped pixel buffers when supported. 4 years ago
sdl2_v.cpp Codechange: [SDL2] Allow several places to hook into the SDL driver 4 years ago
sdl2_v.h Codechange: [SDL2] Allow several places to hook into the SDL driver 4 years ago
sdl_v.cpp Remove: [SDL] SDL 1.3 never happened, so remove all the special code for it 4 years ago
sdl_v.h Codechange: be consistent in what CheckPaletteAnim() does and when it is called 4 years ago
video_driver.cpp Codechange: deduplicate tick-handlers of all video drivers 4 years ago
video_driver.hpp Add: [OpenGL] Support for a separate animation buffer that stores the palette values of the screen in addition to the colour buffer. 4 years ago
win32_v.cpp Add: [OpenGL] Support for a separate animation buffer that stores the palette values of the screen in addition to the colour buffer. 4 years ago
win32_v.h Add: [OpenGL] Support for a separate animation buffer that stores the palette values of the screen in addition to the colour buffer. 4 years ago