|
|
@ -71,10 +71,6 @@ struct CGlExtensions
|
|
|
|
bool GLXSGISwapControl;
|
|
|
|
bool GLXSGISwapControl;
|
|
|
|
bool GLXMESASwapControl;
|
|
|
|
bool GLXMESASwapControl;
|
|
|
|
|
|
|
|
|
|
|
|
// ATI Extensions.
|
|
|
|
|
|
|
|
bool ATITextureEnvCombine3;
|
|
|
|
|
|
|
|
bool ATIXTextureEnvRoute;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ARB Extensions
|
|
|
|
// ARB Extensions
|
|
|
|
bool ARBTextureCompression;
|
|
|
|
bool ARBTextureCompression;
|
|
|
|
bool ARBTextureNonPowerOfTwo;
|
|
|
|
bool ARBTextureNonPowerOfTwo;
|
|
|
@ -90,8 +86,6 @@ public:
|
|
|
|
EXTTextureCompressionS3TC= false;
|
|
|
|
EXTTextureCompressionS3TC= false;
|
|
|
|
EXTVertexWeighting= false;
|
|
|
|
EXTVertexWeighting= false;
|
|
|
|
EXTSeparateSpecularColor= false;
|
|
|
|
EXTSeparateSpecularColor= false;
|
|
|
|
ATITextureEnvCombine3= false;
|
|
|
|
|
|
|
|
ATIXTextureEnvRoute= false;
|
|
|
|
|
|
|
|
ARBTextureCubeMap= false;
|
|
|
|
ARBTextureCubeMap= false;
|
|
|
|
EXTSecondaryColor= false;
|
|
|
|
EXTSecondaryColor= false;
|
|
|
|
WGLARBPBuffer= false;
|
|
|
|
WGLARBPBuffer= false;
|
|
|
@ -125,8 +119,6 @@ public:
|
|
|
|
result += ARBMultiTexture ? "ARBMultiTexture " : "";
|
|
|
|
result += ARBMultiTexture ? "ARBMultiTexture " : "";
|
|
|
|
result += ARBTextureCompression ? "ARBTextureCompression " : "";
|
|
|
|
result += ARBTextureCompression ? "ARBTextureCompression " : "";
|
|
|
|
result += EXTTextureCompressionS3TC ? "EXTTextureCompressionS3TC " : "";
|
|
|
|
result += EXTTextureCompressionS3TC ? "EXTTextureCompressionS3TC " : "";
|
|
|
|
result += ATITextureEnvCombine3 ? "ATITextureEnvCombine3 " : "";
|
|
|
|
|
|
|
|
result += ATIXTextureEnvRoute ? "ATITextureEnvRoute " : "";
|
|
|
|
|
|
|
|
result += ARBTextureCubeMap ? "ARBTextureCubeMap " : "";
|
|
|
|
result += ARBTextureCubeMap ? "ARBTextureCubeMap " : "";
|
|
|
|
result += NVTextureRectangle ? "NVTextureRectangle " : "";
|
|
|
|
result += NVTextureRectangle ? "NVTextureRectangle " : "";
|
|
|
|
result += EXTTextureRectangle ? "EXTTextureRectangle " : "";
|
|
|
|
result += EXTTextureRectangle ? "EXTTextureRectangle " : "";
|
|
|
|