1
0
forked from 0ad/0ad
0ad/source
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
..
collada warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
graphics warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
gui Rename CTextureManager and CTextureEntry since they are only for terrain textures 2010-09-04 21:26:52 +00:00
i18n MSVC warning fixes 2010-05-25 19:12:00 +00:00
lib Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
maths # Initial support for formation movement. 2010-09-03 09:55:14 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
pch MSVC warning 'fix' 2010-04-19 21:57:56 +00:00
ps warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
renderer warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
scripting Add setTurnLength() function for hacky fixing of network lag. 2010-08-13 16:42:53 +00:00
scriptinterface warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
simulation # Support alt+enter to toggle fullscreen mode. Make game window resizable. 2010-06-03 19:07:59 +00:00
simulation2 warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
sound add proper OGG support, a near-total rewrite of a patch by Kyniker/Heron. not yet integrated into snd_mgr. also remove the no longer used CMusicPlayer and CPlayList. 2010-08-01 10:52:12 +00:00
tools warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
contributors.txt Update contributors list 2010-08-06 00:18:45 +00:00
main.cpp Fix crash in replay mode. 2010-09-03 09:50:16 +00:00
test_setup.cpp Fix missing includes 2010-01-10 11:31:31 +00:00