1
0
forked from 0ad/0ad
0ad/source/lib/sysdep
janwas 22e4d2fd98 # win/macosx compat, add hooks to disable OpenGL feature usage
config: add 2 parameters to allow disabling s3tc/auto mipmap gen
wpthread: add support for named semaphores (required for macosx compat)
openal, ogghack: remove direct use of __APPLE__ macro (replace with
OS_MACOSX)
GraphicsSetupHandlers.cpp: fix incorrect usage of OS_ macros (they're
always defined, so the test should be if their value is != 0)

This was SVN commit r5316.
2007-09-02 21:44:56 +00:00
..
ia32 POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :) 2007-08-25 16:32:00 +00:00
tests . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
unix Fixed Linux build 2007-09-02 17:18:45 +00:00
win # win/macosx compat, add hooks to disable OpenGL feature usage 2007-09-02 21:44:56 +00:00
acpi.cpp # fix: ACPI code now safely handles concurrent memory accesses 2007-07-25 19:16:00 +00:00
acpi.h # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
compiler.h # MacOSX compat 2007-05-16 16:32:12 +00:00
cpu.cpp POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :) 2007-08-25 16:32:00 +00:00
cpu.h POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :) 2007-08-25 16:32:00 +00:00
dir_watch.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
gfx.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
gfx.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
snd.cpp # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
snd.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
stl.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
sysdep.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
sysdep.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00