0ad/source/lib/res/graphics
janwas 71f7fccd12 split texture loader into codecs (greatly eases navigation)
tex.cpp now has loader API and codec support routines.
provide for codecs "transforming" the image; this allows e.g.
decompressing DDS, which is currently done in ogl code (but belongs
here)

This was SVN commit r2648.
2005-09-02 02:56:54 +00:00
..
cursor.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
jmemdatasrc.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_tex.cpp - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
ogl_tex.h - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
tex_bmp.cpp split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex_codec.h split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex_dds.cpp split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex_jpg.cpp split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex_png.cpp split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex_tga.cpp split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex.cpp split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
tex.h split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
unifont.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00