0ad/source/lib/res/graphics
janwas f45c74c368 thread-safety fixes to debug.cpp - most functions were already reentrant, just CAS-ified the assert suppression flags.
(NB: the debug_filter stuff remains non-reentrant because it's usually
only called from main() or at least the main thread)
closes #654

This was SVN commit r8543.
2010-11-06 19:14:16 +00:00
..
tests Fix S3TC decoder bug. 2010-09-10 20:25:23 +00:00
cursor.cpp Using .png for session cursors 2010-07-21 20:35:26 +00:00
cursor.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
ogl_shader.cpp Fix #612 (passing a program object to glDeleteShader via pglDeleteObjectARB) 2010-10-13 16:45:27 +00:00
ogl_shader.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
ogl_tex.cpp thread-safety fixes to debug.cpp - most functions were already reentrant, just CAS-ified the assert suppression flags. 2010-11-06 19:14:16 +00:00
ogl_tex.h Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
unifont.cpp C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
unifont.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00