1
0
forked from 0ad/0ad
0ad/source/lib/tex
janwas cc243f67eb fixes/improvements made at work:
- fix lots of 64-bit warnings
- round_up/down now templates
- avoid warning with definition of byte swap functions; remove
duplication of that in wsdl
- codec_zlib.cpp: avoid domination warning
- vfs/file_cache: VFS is now responsible for handling zero-length files
(no longer considered an error; just returns zero pointer and size=0)
- cpu: export all functions (thus obviating cpu_memcpy_thunk). this
required renaming asm functions and adding thunk functions that call
them
- winit: fix segment merge statement, reinstate /include (otherwise init
functions are stripped by linker)
- wstartup: VC CRT init section definitions have changed in amd64 build;
match their definition
- wsysdep.cpp: more descriptive text for osError = 0

This was SVN commit r5899.
2008-05-01 15:41:42 +00:00
..
tex_bmp.cpp timer: display clocks instead of seconds if using rdtsc (avoids needing cpu_ClockFrequency on linux, which isn't currently implemented; also avoids differing results due to CPU freq throttling) 2008-01-13 11:25:19 +00:00
tex_codec.cpp Fixed h_mgr crash on Linux 2008-01-10 00:50:05 +00:00
tex_codec.h fixes and improvements 2007-12-22 18:15:52 +00:00
tex_dds.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
tex_internal.h pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
tex_jpg.cpp fixes and improvements 2007-12-22 18:15:52 +00:00
tex_png.cpp fixes and improvements 2007-12-22 18:15:52 +00:00
tex_tga.cpp timer: display clocks instead of seconds if using rdtsc (avoids needing cpu_ClockFrequency on linux, which isn't currently implemented; also avoids differing results due to CPU freq throttling) 2008-01-13 11:25:19 +00:00
tex.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
tex.h improvements and fixes: 2008-01-07 20:03:19 +00:00