1
0
forked from 0ad/0ad
0ad/source/lib/res/graphics
janwas cd2f3948dd changed sys_cursor interface to load directly from file; can add createFromMemory version later if ever needed.
cursor: reflects the above; much simplified now.

ogl_tex: preserve all texture state across reloads. add quality
mechanism (perf boost on older cards). split up upload code. add
ogl_tex_transform(). add more docs.

renderer, GUIrenderer, unifont: bring in line with ogl_tex changes (int
-> uint and call setters before ogl_tex_upload)

GameSetup.cpp: add tex quality mechanism

This was SVN commit r2803.
2005-09-29 05:00:20 +00:00
..
cursor.cpp changed sys_cursor interface to load directly from file; can add createFromMemory version later if ever needed. 2005-09-29 05:00:20 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_tex.cpp changed sys_cursor interface to load directly from file; can add createFromMemory version later if ever needed. 2005-09-29 05:00:20 +00:00
ogl_tex.h changed sys_cursor interface to load directly from file; can add createFromMemory version later if ever needed. 2005-09-29 05:00:20 +00:00
tex_bmp.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex_codec.h dyn_array: use memcpy2 2005-09-10 14:28:55 +00:00
tex_dds.cpp inlined bits and bit_mask for efficiency (as suggested by philip - thanks!) 2005-09-19 23:40:33 +00:00
tex_jpg.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex_png.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex_tga.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex.cpp g++ forbis goto across variable declarations. 2005-09-28 18:46:26 +00:00
tex.h ogl_tex: documented and cleaned up. 2005-09-21 16:11:43 +00:00
unifont.cpp changed sys_cursor interface to load directly from file; can add createFromMemory version later if ever needed. 2005-09-29 05:00:20 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00