[Gtkradiant] [Bug 623] Texture Compression / Preferences
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Wed, 13 Nov 2002 08:09:16 -0600
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=623
ttimo@idsoftware.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Texture Problem Under WinXP |Texture Compression /
|Pro |Preferences
------- Additional Comments From ttimo@idsoftware.com 2002-11-13 08:09 -------
it does have a default value though:
m_nTextureCompressionFormat = profile_load_int(PREF_SECTION,
TEXTURECOMPRESSIONFORMAT_KEY, TRUE);
which should read:
m_nTextureCompressionFormat = profile_load_int(PREF_SECTION,
TEXTURECOMPRESSIONFORMAT_KEY, 1);
which means standard GL extension texture compression is default
We have a problem when we startup and extensions that used to be there are no
longer present (driver/card change for instance). The only reliable solution is
to store a fixed string identifier of the compression mode to use.