[Mesa-dev] crash with git version of r600 gallium (ut2004)

2010-12-16 Thread Gwendal Le Guevel
Hello, / My life I'm try to follow the dev of r600 drivers gallium and dri, for some time. I'm Happy to the progress of driver (kms, 3D performances, ...). Even if I would like it growing faster. ;) / End my life With the git version I have a crash when i try to launch a map in ut2004. Failed to

[Mesa-dev] [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]];

2010-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31907 --- Comment #7 from Sven Arvidsson 2010-12-16 13:15:22 PST --- With git from today (290a114) I can't reproduce the crash if the game is launched by gdb, only by attaching after it's started. I also had to move up three frames in the stack to be

Re: [Mesa-dev] [PATCH] r600g: Why all this fiddling with tgsi_helper_copy?

2010-12-16 Thread Christian König
Am Mittwoch, den 15.12.2010, 14:17 -0500 schrieb Jerome Glisse: > Can you resend with attaching the patch, i am getting corrupted patch > here dunno why. I attached the original patch and also an additional because Alex mentioned that my assumption that you can't writemask reduction operations is w

Re: [Mesa-dev] varient -> variant

2010-12-16 Thread Roland Scheidegger
Am 16.12.2010 16:37, schrieb Brian Paul: > Unless there's some objection, I'm going to replace occurances of > 'varient' with 'variant' in the gallium code. I believe the later is > the correct spelling (unless the former is a European convention). Looks good to me. I don't think varient is cor

Re: [Mesa-dev] [PATCH] os: add spinlocks

2010-12-16 Thread Marek Olšák
Thanks for a lot of info. The more I think about spinlocks, the more I see they don't really give as much as I thought. I was just trying to optimize some code in a wrong way and probably at a wrong place too. It doesn't even deserve a comment as it was quite a banal thing. FYI, I am not going to

[Mesa-dev] varient -> variant

2010-12-16 Thread Brian Paul
Unless there's some objection, I'm going to replace occurances of 'varient' with 'variant' in the gallium code. I believe the later is the correct spelling (unless the former is a European convention). -Brian ___ mesa-dev mailing list mesa-dev@lists.

Re: [Mesa-dev] Uploading PIPE_FORMAT_B8G8R8A8_UNORM to pixmap texture in PIPE_FORMAT_B8G8R8X8_UNORM

2010-12-16 Thread Michel Dänzer
On Mit, 2010-12-15 at 14:46 -0500, Jerome Glisse wrote: > On Wed, Dec 15, 2010 at 2:42 PM, Christoph Bumiller > wrote: > > On 12/15/2010 08:25 PM, Jerome Glisse wrote: > >> On Wed, Dec 15, 2010 at 2:20 PM, Christoph Bumiller > >> wrote: > >>> On 12/15/2010 07:55 PM, Jerome Glisse wrote: > >