[Mesa-dev] [Bug 28913] New: [GLSL] allowing two version statements

2010-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28913 Summary: [GLSL] allowing two version statements Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 28913] [GLSL] allowing two version statements

2010-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28913 Gordon Jin changed: What|Removed |Added CC||kenn...@whitecape.org -- Configure bugmail

Re: [Mesa-dev] [Mesa3d-dev] mesa doesn't work with compiz (i965 + tips of all branches)

2010-07-05 Thread Michel Dänzer
On Don, 2010-07-01 at 10:32 -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Note: I'm sending this reply to mesa-dev@lists.freedesktop.org instead > of the old mailing list. > > Maxim Levitsky wrote: > > On Tue, 2010-06-29 at 15:49 -0700, Ian Romanick wrote: > >

Re: [Mesa-dev] [Mesa3d-dev] mesa doesn't work with compiz (i965 + tips of all branches)

2010-07-05 Thread Maxim Levitsky
2010/7/5 Michel Dänzer : > On Don, 2010-07-01 at 10:32 -0700, Ian Romanick wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Note: I'm sending this reply to mesa-dev@lists.freedesktop.org instead >> of the old mailing list. >> >> Maxim Levitsky wrote: >> > On Tue, 2010-06-29 at 15:49

Re: [Mesa-dev] [PATCH 3/5] pipebuffer: Use pipe_condvar instead of ifdef'd sys_yield()

2010-07-05 Thread Keith Whitwell
On Sat, 2010-07-03 at 13:49 -0700, nobled wrote: > This way there's fewer ifdef's *and* less busy-waiting. > --- > .../auxiliary/pipebuffer/pb_buffer_fenced.c| 19 +++ > 1 files changed, 7 insertions(+), 12 deletions(-) > > diff --git a/src/gallium/auxiliary/pipebuffer/p

Re: [Mesa-dev] [Mesa3d-dev] mesa doesn't work with compiz (i965 + tips of all branches)

2010-07-05 Thread Maxim Levitsky
On Mon, 2010-07-05 at 13:08 +0300, Maxim Levitsky wrote: > 2010/7/5 Michel Dänzer : > > On Don, 2010-07-01 at 10:32 -0700, Ian Romanick wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Note: I'm sending this reply to mesa-dev@lists.freedesktop.org instead > >> of the old mai

Re: [Mesa-dev] [Intel-gfx] [Mesa3d-dev] mesa doesn't work with compiz (i965 + tips of all branches)

2010-07-05 Thread Kristian Høgsberg
2010/7/5 Maxim Levitsky : > On Mon, 2010-07-05 at 13:08 +0300, Maxim Levitsky wrote: >> 2010/7/5 Michel Dänzer : >> > On Don, 2010-07-01 at 10:32 -0700, Ian Romanick wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> >> Hash: SHA1 >> >> >> >> Note: I'm sending this reply to mesa-dev@lists.freedeskt

Re: [Mesa-dev] [PATCH 3/5 *fixed*] pipebuffer: Use pipe_condvar instead of ifdef'd sys_yield()

2010-07-05 Thread nobled
This way there's fewer ifdef's *and* less busy-waiting. --- .../auxiliary/pipebuffer/pb_buffer_fenced.c| 19 +++ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c b/src/gallium/auxiliary/pipebuffer/pb_buffe

Re: [Mesa-dev] [PATCH 3/5 *really fixed*] pipebuffer: Use pipe_condvar instead of ifdef'd sys_yield()

2010-07-05 Thread nobled
MIME-Version: 1.0 Sender: dw4nob...@googlemail.com Received: by 10.227.108.163 with HTTP; Sat, 3 Jul 2010 13:49:13 -0700 (PDT) Date: Sat, 3 Jul 2010 16:49:13 -0400 Delivered-To: dw4nob...@gmail.com X-Google-Sender-Auth: eL7Za7A89LOV3Re866Zs5LSae58 Message-ID: Subject: [PATCH 3/5] pipebuffer: Use p

Re: [Mesa-dev] [PATCH 3/5 *really fixed*] pipebuffer: Use pipe_condvar instead of ifdef'd sys_yield()

2010-07-05 Thread nobled
This way there's fewer ifdef's *and* less busy-waiting. --- .../auxiliary/pipebuffer/pb_buffer_fenced.c| 19 +++ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c b/src/gallium/auxiliary/pipebuffer/pb_buffe

[Mesa-dev] [Bug 28913] [GLSL] allowing two version statements

2010-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28913 --- Comment #1 from Kenneth Graunke 2010-07-05 11:14:23 PDT --- Right - this is fixed in the glsl2 branch. Mesa master (incorrectly) allows this to pass, but the new compiler does not. -- Configure bugmail: https://bugs.freedesktop.org/userpr

[Mesa-dev] [PATCH] r300/compiler: Implement KILP opcode.

2010-07-05 Thread Tom Stellard
--- src/gallium/drivers/r300/r300_tgsi_to_rc.c |2 +- src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c |4 ++ .../drivers/dri/r300/compiler/radeon_opcodes.c |4 ++ .../drivers/dri/r300/compiler/radeon_opcodes.h |3 ++ .../drivers/dri/r300/compiler/radeon_program_a

[Mesa-dev] [Bug 28486] [r300g] Unknown opcode: KILP on R300

2010-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28486 --- Comment #1 from Tom Stellard 2010-07-05 13:35:44 PDT --- Created an attachment (id=36766) View: https://bugs.freedesktop.org/attachment.cgi?id=36766 Review: https://bugs.freedesktop.org/review?bug=28486&attachment=36766 Implement KILP opc

[Mesa-dev] [Bug 28486] [r300g] Unknown opcode: KILP on R300

2010-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28486 Tom Stellard changed: What|Removed |Added CC||s...@whiz.se --- Comment #2 from Tom Stel

[Mesa-dev] Mesa build fails with xlib/egl

2010-07-05 Thread Lionel Landwerlin
Hello everyone, I'm trying to build the last Mesa 7.8.2 on top of an Xlib stack. What I need, is a software implementation of GLES 2.0 with EGL. This is how I configure Mesa : ./configure --disable-glu --disable-glw --disable-glut --with-driver=xlib --with-state-trackers=es,egl --disable-gallium

Re: [Mesa-dev] Mesa demos w/o Mesa?

2010-07-05 Thread Brian Paul
tom fogal wrote: Are the demos supposed to be usable without Mesa? The 7.8.2 tarball seems to be missing progs/util. In particular, this means it is missing progs/util/shaderutil*, and thus many of the progs/glsl programs cannot compile. In the past, the MesaDemos package required the MesaLi

Re: [Mesa-dev] [PATCH] r300/compiler: Implement KILP opcode.

2010-07-05 Thread Marek Olšák
1. There are trailing whitespaces. 2. I would rather use Negate(Abs(cond)) in case we get negative numbers there. -Marek On Mon, Jul 5, 2010 at 10:01 PM, Tom Stellard wrote: > --- > src/gallium/drivers/r300/r300_tgsi_to_rc.c |2 +- > src/mesa/drivers/dri/r300/compiler/r3xx_fragpro

[Mesa-dev] [Bug 28658] [Gallium/DRI] Occasional Compiz Crashes

2010-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28658 Marek Olšák changed: What|Removed |Added Summary|[r300g] Occasional Compiz |[Gallium/DRI] Occasional