mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
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. |
||
|---|---|---|
| .. | ||
| tex.cpp | ||
| tex.h | ||
| tex_bmp.cpp | ||
| tex_codec.cpp | ||
| tex_codec.h | ||
| tex_dds.cpp | ||
| tex_internal.h | ||
| tex_jpg.cpp | ||
| tex_png.cpp | ||
| tex_tga.cpp | ||