mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
oops... This was not meant to be here
svn path=/trunk/; revision=31806
This commit is contained in:
+2
@@ -15,6 +15,8 @@
|
||||
<define name="USE_EXTERNAL_DXTN_LIB=1" />
|
||||
<define name="USE_X86_ASM" />
|
||||
<define name="USE_MMX_ASM" />
|
||||
<define name="USE_SSE_ASM" />
|
||||
<define name="USE_3DNOW_ASM" />
|
||||
<include base="mesa32">include</include>
|
||||
<include base="mesa32">src</include>
|
||||
<include base="mesa32">src/main</include>
|
||||
|
||||
+1
-1
@@ -114,7 +114,7 @@ static const struct {
|
||||
{ ON, "GL_EXT_subtexture", F(EXT_subtexture) },
|
||||
{ ON, "GL_EXT_texture", F(EXT_texture) },
|
||||
{ ON, "GL_EXT_texture3D", F(EXT_texture3D) },
|
||||
{ ON, "GL_EXT_texture_compression_s3tc", F(EXT_texture_compression_s3tc) },
|
||||
{ OFF, "GL_EXT_texture_compression_s3tc", F(EXT_texture_compression_s3tc) },
|
||||
{ ON, "GL_EXT_texture_edge_clamp", F(SGIS_texture_edge_clamp) },
|
||||
{ OFF, "GL_EXT_texture_env_add", F(EXT_texture_env_add) },
|
||||
{ OFF, "GL_EXT_texture_env_combine", F(EXT_texture_env_combine) },
|
||||
|
||||
@@ -134,6 +134,8 @@ static void check_os_sse_support( void )
|
||||
if ( cpu_has_xmm ) {
|
||||
_mesa_debug(NULL, "Testing OS support for SSE unmasked exceptions...\n");
|
||||
|
||||
_mesa_test_os_sse_exception_support();
|
||||
|
||||
if ( cpu_has_xmm ) {
|
||||
_mesa_debug(NULL, "Yes.\n");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user