0ad/source/lib/res/graphics
janwas e2f25f4598 - self test: rename stuff to SELF_TEST*; add provision for delayed all-at-once self tests (allows for init before the test and makes measuring elapsed time easier)
- config: add CONFIG_TRACE
- display_error_impl->sys_display_error
- cleaned up sysdep; add sys_ prefix everywhere and document everything
- add to vfs_load dox
- cursor: sys_cursor_load -> sys_cursor_create. sysdep code is no longer
dependent on tex; instead of calling tex_load, the caller passes a BGRA
texture in.
memcpy: huge kick in the pants for accompanying paper; now even faster.
- on_each_cpu -> sys_on_each_cpu (removed manager function also)
- wsdl: explain PeekMessage CPU usage issue

This was SVN commit r3203.
2005-12-07 03:38:39 +00:00
..
cursor.cpp - self test: rename stuff to SELF_TEST*; add provision for delayed all-at-once self tests (allows for init before the test and makes measuring elapsed time easier) 2005-12-07 03:38:39 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_shader.cpp Extension function pointers are renamed from glXyzARB to pglXyzARB 2005-10-30 01:18:15 +00:00
ogl_shader.h Add ARB_vertex_shader specific functions to glext_funcs.h 2005-10-30 00:22:22 +00:00
ogl_tex.cpp editordata: use tex_load to load the heightmap - don't need the ogl_tex functionality and this avoids the POT check (which would fail) 2005-11-20 14:35:52 +00:00
ogl_tex.h lib: only debug_warn in UNREACHABLE in paranoia builds - avoids lots of warnings in debug mode 2005-11-18 16:23:39 +00:00
tex_bmp.cpp -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
tex_codec.cpp lib error codes moved to errors.h and made X macros. this allows adding a corresponding text message, which is now output by debug_warn_err. 2005-11-19 18:12:16 +00:00
tex_codec.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
tex_dds.cpp tex_dds now supports uncompressed images. also armor-plated the loader and split up decompression vs dds format code. 2005-10-27 00:51:30 +00:00
tex_jpg.cpp -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
tex_png.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
tex_tga.cpp -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
tex.cpp Various hacks to make ScEd work. Should be removed once ScEd is no longer needed. 2005-11-20 00:41:45 +00:00
tex.h tex_dds now supports uncompressed images. also armor-plated the loader and split up decompression vs dds format code. 2005-10-27 00:51:30 +00:00
unifont.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00