0ad/source/lib/res/graphics
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
..
tests Fix S3TC decoder bug. 2010-09-10 20:25:23 +00:00
cursor.cpp Using .png for session cursors 2010-07-21 20:35:26 +00:00
cursor.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
ogl_shader.cpp less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00
ogl_shader.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
ogl_tex.cpp Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
ogl_tex.h Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
unifont.cpp C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
unifont.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00