dhewm3/neo
Daniel Gibson 78eef43d50 Fix rendering of mars globe in main menu with some drivers
The problem was that negative values (from dhewm3tmpres.xyz) were passed
to POW, and POW doesn't have to support negative bases, according to
ARB_fragment_program.txt, and Intels Linux drive apparently doesn't,
see also https://gitlab.freedesktop.org/mesa/mesa/-/issues/5131

Using MUL_SAT instead of MUL to clamp the value that gets passed to POW
afterwards to [0, 1] fixes the problem without any disadvantages.
2021-08-17 19:43:01 +02:00
..
cm Disable Assertions in Release builds 2018-11-11 23:21:23 +01:00
d3xp Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
framework Merge branch 'debugger' 2021-07-16 02:21:16 +02:00
game Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
idlib Merge branch 'debugger' 2021-07-16 02:21:16 +02:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Fix rendering of mars globe in main menu with some drivers 2021-08-17 19:43:01 +02:00
sound Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
sys correctly reset iconvDesc 2021-07-19 01:28:43 +02:00
tools - another margin size fix 2021-07-18 22:06:38 +02:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Improve handling of "console key", add in_ignoreConsoleKey CVar 2021-07-15 07:00:18 +02:00
CMakeLists.txt Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00