dhewm3/neo
Yamagi Burmeister 9a9babf8d6 Add a new cvar "r_waylandcompat"
Commit 9e158470 set the SDL OpenGL attribut SDL_GL_ALPHA_SIZE to 0 since
the alpha channel is used by Wayland. But for X11 the GLX 1.4 specification
clearly states: "If the requested number of bits in attrib_list for a
particular color component is 0 or GLX_DONT_CARE, then the number of
bits for that component is not considered." So if SDL_GL_ALPHA_SIZE is
0 a framebuffer without an alpha channel is created. This is no problem
on the default GLX module due to a non standard implementation but
manifests with Nvidias GLX module. The consequence are render mistakes
like in game display showing static or the flashlight looking weird.
2012-11-13 23:33:00 +01:00
..
cm Don't use long in CollisionModel_local.h 2012-06-28 13:02:46 +02:00
d3xp Fix several bugs from iodoom3 bugtracker 2012-07-20 21:08:04 +02:00
framework Get rid of some compiler warnings 2012-11-13 23:24:13 +01:00
game More logging cleanup 2012-07-20 00:12:55 +02:00
idlib List.h needs sys/platform.h for ID_INLINE 2012-11-13 23:28:21 +01:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Get rid of some compiler warnings 2012-11-13 23:24:13 +01:00
sound Fix dedicated server for Windows 2012-11-12 20:18:00 +01:00
sys Add a new cvar "r_waylandcompat" 2012-11-13 23:33:00 +01:00
tools Disable editor related rendering 2012-07-20 00:13:05 +02:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Silence warnings for removed cvars in ChoiceWindow 2012-07-20 00:12:56 +02:00
CMakeLists.txt Win32: Statically link libgcc and libstdc++ 2012-11-13 23:12:42 +01:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00