projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20caac0
)
Add comment regarding sse disable
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 6 Jan 2004 12:20:20 +0000
(12:20 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 6 Jan 2004 12:20:20 +0000
(12:20 +0000)
src/mesa/x86/common_x86.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/common_x86.c
b/src/mesa/x86/common_x86.c
index b13618097942adab223509dec639eb7c8e305990..6afc16456693a0adfb288554eb9383326c027e7f 100644
(file)
--- a/
src/mesa/x86/common_x86.c
+++ b/
src/mesa/x86/common_x86.c
@@
-354,6
+354,8
@@
void _mesa_init_all_x86_transform_asm( void )
check_os_sse_support();
}
if ( cpu_has_xmm ) {
+ /* SSE segfaults when running conform, disabled for now - KW.
+ */
if ( 0 && getenv( "MESA_NO_SSE" ) == 0 ) {
message( "SSE cpu detected.\n" );
_mesa_init_sse_transform_asm();