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 66b324a4c0 Fix: [MacOS] screen looks blue-ish when using newer SDKs (#11207)
The define kCGBitmapByteOrder32Host changed (around SDK 12?)
into an enum, which means an old #ifndef was triggering,
overwriting the value to 0. Sadly, 0 means Order16Big, causing
RGBA to become GRAB, which results in strange colours.

As we no longer support PPC, drop that piece of code completely.

(cherry picked from commit 5ac333c2cc)
10 months ago
..
cocoa Fix: [MacOS] screen looks blue-ish when using newer SDKs (#11207) 10 months ago
CMakeLists.txt
allegro_v.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
allegro_v.h
dedicated_v.cpp Move upstream saveload to src/saveload/, move jgrpp saveload to src/sl/ 1 year ago
dedicated_v.h
null_v.cpp Move upstream saveload to src/saveload/, move jgrpp saveload to src/sl/ 1 year ago
null_v.h
opengl.cpp Merge branch 'master' into jgrpp 1 year ago
opengl.h Cleanup: remove/replace trailing ; with . in comments 1 year ago
sdl2_default_v.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
sdl2_default_v.h
sdl2_opengl_v.cpp
sdl2_opengl_v.h Make VideoDriver::GetAnimBuffer a non-virtual/inlinable function 11 months ago
sdl2_v.cpp Merge branch 'master' into jgrpp 1 year ago
sdl2_v.h Add various missing includes 12 months ago
sdl_v.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
sdl_v.h
video_driver.cpp Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 12 months ago
video_driver.hpp Make VideoDriver::GetAnimBuffer a non-virtual/inlinable function 11 months ago
win32_v.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
win32_v.h Make VideoDriver::GetAnimBuffer a non-virtual/inlinable function 11 months ago