[Mesa-dev] [PATCH] i915: Fix INTEL_DEBUG=wm segmentation fault

2010-12-14 Thread Shuang He
The program should be disassembled after it's uploaded --- src/mesa/drivers/dri/i915/i915_fragprog.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i915/i915_fragprog.c b/src/mesa/drivers/dri/i915/i915_fragprog.c index 7a9fb7f..1c6e984 10064

[Mesa-dev] [Bug 29199] Using negation as an argument to a shader function sometimes negates twice

2010-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29199 Ian Romanick changed: What|Removed |Added Platform|Other |All Status|NEW

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

2010-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31907 --- Comment #6 from Brian Paul 2010-12-14 15:17:08 PST --- Can you provide more debugging info? After the program crashes in gdb, please do: (gdb) up (gdb) call _mesa_print_program(program) -- Configure bugmail: https://bugs.freedesktop.org/u

[Mesa-dev] [Bug 24531] ARB FP shaders appear to have locale-dependant syntax

2010-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24531 Brian Paul changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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

2010-12-14 Thread Thomas Hellstrom
Hmm, for the uninformed, where do we need to use spinlocks in gallium and how do we avoid using them on an UP system? /Thomas On 12/14/2010 02:15 PM, Marek Olšák wrote: --- src/gallium/auxiliary/os/os_thread.h | 51 ++ 1 files changed, 51 insertions(+), 0

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

2010-12-14 Thread Keith Whitwell
Looks good to me. Keith On Tue, 2010-12-14 at 05:15 -0800, Marek Olšák wrote: > --- > src/gallium/auxiliary/os/os_thread.h | 51 > ++ > 1 files changed, 51 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/auxiliary/os/os_thread.h > b/src/gallium/aux

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

2010-12-14 Thread Marek Olšák
--- src/gallium/auxiliary/os/os_thread.h | 51 ++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/os/os_thread.h b/src/gallium/auxiliary/os/os_thread.h index a084310..6c25b33 100644 --- a/src/gallium/auxiliary/os/os_thread.h

[Mesa-dev] [Bug 30037] [i945] textures in wined3d+pixelshader broken with commit 22cd6f2cb4996de0a30c8f865f7011898ac8b8e2

2010-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30037 Christopher Egert changed: What|Removed |Added Component|Mesa core |Drivers/DRI/i915 AssignedTo|

[Mesa-dev] [Bug 30037] [i945] textures in wined3d+pixelshader broken with commit 22cd6f2cb4996de0a30c8f865f7011898ac8b8e2

2010-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30037 --- Comment #1 from Christopher Egert 2010-12-14 04:16:05 PST --- Created an attachment (id=41102) --> (https://bugs.freedesktop.org/attachment.cgi?id=41102) INTEL_DEBUG=all output before and after commit -- Configure bugmail: https://bugs.fr