mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
oops... This was not meant to be here
svn path=/trunk/; revision=31806
This commit is contained in:
parent
01e0b16188
commit
0513bf6885
3 changed files with 5 additions and 1 deletions
2
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
2
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue