OpenTTD/src/video
Michael Lutz df958dc907 Fix f0f96e31: [OpenGL] Broken window resizing due to invalid buffer pitch on texture creation. 2021-03-21 22:26:55 +01:00
..
cocoa Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
CMakeLists.txt Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
allegro_v.cpp Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
allegro_v.h Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
dedicated_v.cpp Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
null_v.cpp Add: [Video] move GameLoop into its own thread 2021-03-08 19:18:55 +01:00
null_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
opengl.cpp Fix f0f96e31: [OpenGL] Broken window resizing due to invalid buffer pitch on texture creation. 2021-03-21 22:26:55 +01:00
opengl.h Fix #8825: [OpenGL] Don't clear cursor cache from the game loop thread. 2021-03-08 21:35:35 +01:00
sdl2_default_v.cpp Add: [Video] move GameLoop into its own thread 2021-03-08 19:18:55 +01:00
sdl2_default_v.h Remove: [Video] no longer draw in a thread 2021-03-08 19:18:55 +01:00
sdl2_opengl_v.cpp Fix #8871: [OpenGL] Initialize all buffers after resize and clear back buffer. (#8877) 2021-03-20 19:43:54 +01:00
sdl2_opengl_v.h Add: [Video] move GameLoop into its own thread 2021-03-08 19:18:55 +01:00
sdl2_v.cpp Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
sdl2_v.h Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
sdl_v.cpp Add: [Video] move GameLoop into its own thread 2021-03-08 19:18:55 +01:00
sdl_v.h Remove: [Video] no longer draw in a thread 2021-03-08 19:18:55 +01:00
video_driver.cpp Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
video_driver.hpp Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
win32_v.cpp Fix #8871: [OpenGL] Initialize all buffers after resize and clear back buffer. (#8877) 2021-03-20 19:43:54 +01:00
win32_v.h Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00