[Mesa-dev] [Bug 31925] [GLSL 1.20] "#pragma STDGL invariant(all)" fail

2010-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31925 Gordon Jin changed: What|Removed |Added Component|Mesa core |glsl-compiler AssignedTo|mesa-...@l

[Mesa-dev] [Bug 29164] [GLSL 1.20] invariant variable shouldn't be used before declaration

2010-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29164 Gordon Jin changed: What|Removed |Added Component|Mesa core |glsl-compiler AssignedTo|mesa-...@l

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

2010-12-15 Thread Christoph Bumiller
On 12/15/2010 09:30 PM, Christoph Bumiller wrote: > On 12/15/2010 08:20 PM, Christoph Bumiller wrote: >> On 12/15/2010 07:55 PM, Jerome Glisse wrote: >>> Hi, >>> >>> I am facing an issue which i am not sure what is the proper things to >>> do about. piglit tfp test try to upload PIPE_FORMAT_B8G8R8A

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

2010-12-15 Thread Christoph Bumiller
On 12/15/2010 08:20 PM, Christoph Bumiller wrote: > On 12/15/2010 07:55 PM, Jerome Glisse wrote: >> Hi, >> >> I am facing an issue which i am not sure what is the proper things to >> do about. piglit tfp test try to upload PIPE_FORMAT_B8G8R8A8_UNORM to >> texture pixmap which is PIPE_FORMAT_B8G8R8

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

2010-12-15 Thread Jerome Glisse
On Wed, Dec 15, 2010 at 3:12 PM, José Fonseca wrote: > Jerome, > > Hmm. B8G8R8A8 -> B8G8R8X8 should be accepted by > util_is_format_compatible. > > It looks like util_is_format_compatible arguments are swapped, ie., it > should be > >    assert(util_is_format_compatible(util_format_description(src

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

2010-12-15 Thread José Fonseca
Jerome, Hmm. B8G8R8A8 -> B8G8R8X8 should be accepted by util_is_format_compatible. It looks like util_is_format_compatible arguments are swapped, ie., it should be assert(util_is_format_compatible(util_format_description(src->format), util_format_description(dst->format))); instead of

[Mesa-dev] Pipe Driver Overview video from the Gallium3D Online Developers Workshop

2010-12-15 Thread Rune K. Svendsen
Hello list I tried posting this message to the freedesktop mailing list, but it seems pretty dead, and I only got a response suggesting to resend the message to either mesa-dev or mesa-user. So I'm trying here to see if someone here knows anything about this: I'm glad I found this page on the wik

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

2010-12-15 Thread Jerome Glisse
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: Hi, I am facing an issue which i am not sure what is the prope

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

2010-12-15 Thread Christoph Bumiller
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: >>> Hi, >>> >>> I am facing an issue which i am not sure what is the proper things to >>> do about. piglit tfp test try to upload PIPE_FORMAT_

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

2010-12-15 Thread Jerome Glisse
On Wed, Dec 15, 2010 at 2:20 PM, Christoph Bumiller wrote: > On 12/15/2010 07:55 PM, Jerome Glisse wrote: >> Hi, >> >> I am facing an issue which i am not sure what is the proper things to >> do about. piglit tfp test try to upload PIPE_FORMAT_B8G8R8A8_UNORM to >> texture pixmap which is  PIPE_FOR

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

2010-12-15 Thread Christoph Bumiller
On 12/15/2010 07:55 PM, Jerome Glisse wrote: > Hi, > > I am facing an issue which i am not sure what is the proper things to > do about. piglit tfp test try to upload PIPE_FORMAT_B8G8R8A8_UNORM to > texture pixmap which is PIPE_FORMAT_B8G8R8X8_UNORM r600g assert in > blitter util because format a

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

2010-12-15 Thread Jerome Glisse
Can you resend with attaching the patch, i am getting corrupted patch here dunno why. Cheers, Jerome ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2010-12-15 Thread Jerome Glisse
Hi, I am facing an issue which i am not sure what is the proper things to do about. piglit tfp test try to upload PIPE_FORMAT_B8G8R8A8_UNORM to texture pixmap which is PIPE_FORMAT_B8G8R8X8_UNORM r600g assert in blitter util because format are not compatible. Should all pixmap texture considered w

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

2010-12-15 Thread Keith Whitwell
On Wed, 2010-12-15 at 09:19 -0800, Kristian Høgsberg wrote: > On Wed, Dec 15, 2010 at 10:10 AM, Thomas Hellstrom > wrote: > ... > > Given this, I would advise strongly against building spinlocks into any code > > that might be run on a uni-processor system. Particularly gallium utility > > code.

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

2010-12-15 Thread Kristian Høgsberg
On Wed, Dec 15, 2010 at 10:10 AM, Thomas Hellstrom wrote: ... > Given this, I would advise strongly against building spinlocks into any code > that might be run on a uni-processor system.  Particularly gallium utility > code. > If we want to get rid of unnecessary locking overhead we should probab

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

2010-12-15 Thread Thomas Hellstrom
OK, Some info to back this up, please see inline. On 12/15/2010 01:20 PM, Thomas Hellstrom wrote: On 12/15/2010 09:23 AM, Marek Olšák wrote: On Tue, Dec 14, 2010 at 8:10 PM, Thomas Hellstrom mailto:thellst...@vmware.com>> wrote: Hmm, for the uninformed, where do we need to use spinlo

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 Pavel Ondračka changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

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

2010-12-15 Thread Thomas Hellstrom
On 12/15/2010 09:23 AM, Marek Olšák wrote: On Tue, Dec 14, 2010 at 8:10 PM, Thomas Hellstrom mailto:thellst...@vmware.com>> wrote: Hmm, for the uninformed, where do we need to use spinlocks in gallium and how do we avoid using them on an UP system? I plan to use spinlocks to

[Mesa-dev] [Bug 31084] 7.9 configure doesn't check for python

2010-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31084 Michal Suchanek changed: What|Removed |Added CC||hramr...@centrum.cz -- Configure bugm

[Mesa-dev] [Bug 31084] 7.9 configure doesn't check for python

2010-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31084 --- Comment #1 from Michal Suchanek 2010-12-15 03:36:24 PST --- fixed in trunk. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. _

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

2010-12-15 Thread Patrick Baggett
UP = Uniprocessor system, (S)MP = (Symmetric) multiprocessor system. On Wed, Dec 15, 2010 at 2:23 AM, Marek Olšák wrote: > On Tue, Dec 14, 2010 at 8:10 PM, Thomas Hellstrom > wrote: > >> Hmm, >> >> for the uninformed, where do we need to use spinlocks in gallium and how >> do >> we avoid using

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

2010-12-15 Thread Marek Olšák
On Tue, Dec 14, 2010 at 8:10 PM, Thomas Hellstrom wrote: > Hmm, > > for the uninformed, where do we need to use spinlocks in gallium and how do > we avoid using them on an UP system? > I plan to use spinlocks to guard very simple code like the macro remove_from_list, which might be, under some ci