1
1
forked from 0ad/0ad
0ad/source/lib/sysdep
janwas b17fbf003d -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness)
-move tex_codec stuff out of tex.cpp and into tex_codec.cpp
-tex_codec: use linked list of codecs instead of array (simplifies code
and removes limit)
-ogl_tex: add override mechanism for s3tc/automipmapgen extension detect
-tired of keeping of debug_warn text in sync with function name; now use
__func__ everywhere (and emulate that with __FUNCTION__ on MSC)
-add ONCE_NOT (opposite of ONCE)
-fix 3!! stupid bugs in ia32_control87, its caller and the header that
were canceling each other out. float exceptions now enabled except for
"inexact result" (too common). (update: nicolai had already fixed 2 of
these)

This was SVN commit r2964.
2005-10-19 03:06:54 +00:00
..
unix Hardware cursor isn't implemented for X. 2005-09-29 21:48:04 +00:00
win -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
cpu.h Stab at fixing the VertexArray compile error on VC++. 2005-10-03 03:41:42 +00:00
dir_watch.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
gfx.h sysdep: add restrict keyword (placebo if not supported) 2005-10-12 04:22:44 +00:00
ia32.asm -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
ia32.cpp glDrawRangeElements -> glDrawRangeElementsEXT (fixes compilation error; EXT/ARB/etc extensions need to be used for everything not in GL1.1) 2005-10-03 16:04:55 +00:00
ia32.h -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
os.h stomped various lint warnings: 2005-01-23 17:45:25 +00:00
snd.h add include guards; reflect lockfree.h rename 2005-04-27 16:16:52 +00:00
sysdep.cpp read intel doc on multicore, realized it'd break our #cpu detect (which is actually critical because it determines safety of TSC). wrote new CPU detect code which should fix it (wasn't easy, grr); cannot test for lack of Pentium EE hardware ;p 2005-09-14 16:58:10 +00:00
sysdep.h -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00