0ad/source/lib/res
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
..
graphics Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
sound Fix build error on 32-bit Linux 2010-08-05 14:24:32 +00:00
h_mgr.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
h_mgr.h fix: don't generate spurious resize events in fullscreen mode when interacting with another topmost window 2010-07-04 11:12:50 +00:00
handle.h 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