1
0
forked from 0ad/0ad
0ad/source/lib/tex
Ykkrosh b15c5c1c45 Add anisotropic filtering support to ogl_tex.
Shrink some OglTex fields so that it fits in the size limit.
Add function to efficiently read the 1x1 mipmap level's colour.
Add RGB->RGBA and BGR->RGBA transforms.
Fix DXT1a detection logic.
Fix OglTex_validate failing when ogl_max_tex_size == -1 (e.g. before
ogl_Init is called).

This was SVN commit r8097.
2010-09-10 20:37:54 +00:00
..
tex_bmp.cpp C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
tex_codec.cpp Add basic help page into the main menu. 2010-07-07 21:47:31 +00:00
tex_codec.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
tex_dds.cpp Fix S3TC decoder bug. 2010-09-10 20:25:23 +00:00
tex_internal.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
tex_jpg.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
tex_png.cpp Fix use of deprecated libpng feature. 2010-06-30 21:17:39 +00:00
tex_tga.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
tex.cpp Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
tex.h Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00