Gallium: Fix for tgsi_emit_sse2()

2008-03-26 Thread Victor Stinner
y, eg. tgsi_emit_sse2_fs() is not fixed. I don't know Gallium enough to write better fix ;-) Victor Stinner aka haypo diff --git a/src/gallium/auxiliary/draw/draw_vs_sse.c b/src/gallium/auxiliary/draw/draw_vs_sse.c index a4503c1..f11f9c6 100644 diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c b/s

Re: Gallium: Fix for tgsi_emit_sse2()

2008-03-27 Thread Victor Stinner
t;temp base"). About the crash: it occurs with Nouveau driver (yesterday GIT version) and NeverBall game. The bug only occurs with gcc 4.2, not with gcc 4.1. Gallium (mesa) is compiled with -O (-O1). Victor Stinner PS: I just subscribed to the mailing list diff --git a/src/gallium/auxi