1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas 98770fa4cc # fix race conditions in ModuleInit and related cleanup.
CAS: uintptr_t->intptr_t to allow use of both cpu_CAS and cpu_AtomicAdd
topology: remove non-thread safe caching, expose ApicIds, use ModuleInit
x86_x64: use ModuleInit instead of unsafe static flags; zero-init regs
instead of just setting ecx
ModuleInitState now holds the LibError returned by the init callback (so
that the second init doesn't appear to succeed despite the first
failing)
wnuma: cleanup, add ACPI SLIT relative distance detection

This was SVN commit r7741.
2010-07-12 12:57:58 +00:00
..
graphics C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
sound # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
h_mgr.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
h_mgr.h fix: don't generate spurious resize events in fullscreen mode when interacting with another topmost window 2010-07-04 11:12:50 +00:00
handle.h less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00