[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 19089, which changed state. Bug 19089 Summary: [GLSL] glsl1/shadow2D() cases fail https://bugs.freedesktop.org/show_bug.cgi?id=19089 What|Old Value |New Value

Re: [Mesa-dev] Mesa (master): r300/compiler: Move declaration before code.

2010-10-02 Thread Tom Stellard
On Sat, Oct 02, 2010 at 01:55:37PM -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > tom fogal wrote: > > Tom Stellard wrote: > >> On Sat, Oct 02, 2010 at 11:01:49AM -0700, Ian Romanick wrote: > >>> Vinson Lee wrote: > > Author: Vinson Lee > Date: W

[Mesa-dev] [PATCH] mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITY

2010-10-02 Thread Marek Olšák
As per the GL_ARB_framebuffer_object specification. Signed-off-by: Marek Olšák --- src/mesa/main/fbobject.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index f28846c..016df1d 100644 --- a/src/mesa/main/fbo

Re: [Mesa-dev] Mesa (master): r300/compiler: Move declaration before code.

2010-10-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tom fogal wrote: > Tom Stellard wrote: >> On Sat, Oct 02, 2010 at 11:01:49AM -0700, Ian Romanick wrote: >>> Vinson Lee wrote: Author: Vinson Lee Date: Wed Sep 29 13:30:34 2010 -0700 r300/compiler: Move declaration before cod

Re: [Mesa-dev] Mesa (master): r300/compiler: Move declaration before code.

2010-10-02 Thread tom fogal
Tom Stellard wrote: On Sat, Oct 02, 2010 at 11:01:49AM -0700, Ian Romanick wrote: Vinson Lee wrote: Author: Vinson Lee Date: Wed Sep 29 13:30:34 2010 -0700 r300/compiler: Move declaration before code. Fixes these GCC warning on linux-x86 build. radeon_optimize.c: In function constant_fol

Re: [Mesa-dev] Mesa (master): r300/compiler: Move declaration before code.

2010-10-02 Thread Tom Stellard
On Sat, Oct 02, 2010 at 11:01:49AM -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vinson Lee wrote: > > Module: Mesa > > Branch: master > > Commit: 4cd4fd37aa1a68104c80526923f49cd0998779d9 > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cd4fd37a

Re: [Mesa-dev] Mesa (master): st/egl: Skip single-buffered configs in EGL.

2010-10-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chia-I Wu wrote: > Module: Mesa > Branch: master > Commit: d63b2622f1c47d6f82fe96c9f1b749d908883a23 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=d63b2622f1c47d6f82fe96c9f1b749d908883a23 > > Author: Chia-I Wu > Date: Thu Sep 30 16:5

Re: [Mesa-dev] Mesa (master): r300/compiler: Move declaration before code.

2010-10-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinson Lee wrote: > Module: Mesa > Branch: master > Commit: 4cd4fd37aa1a68104c80526923f49cd0998779d9 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cd4fd37aa1a68104c80526923f49cd0998779d9 > > Author: Vinson Lee > Date: Wed Sep 29 13

Re: [Mesa-dev] initial mesa/st RG support

2010-10-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Airlie wrote: > Started playing around with adding RG support to st/mesa > http://cgit.freedesktop.org/~airlied/mesa/?h=gallium-rg > > I'm guessing there is a bit more to do, I'm not sure r300/r500 can > render to RG, which is what I'm playing a

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #1 from Sergey Kondakov 2010-10-02 10:05:59 PDT --- even if i forcibly link those programs with libdrm, they fail with: EGLUT: failed to create context even though eglinfo says: EGL client APIs: OpenGL OpenVG -- Configure bugmail:

[Mesa-dev] [Bug 30558] New: symbol lookup error: /usr/lib/egl/egl_gallium.so: undefined symbol: drmGetMagic

2010-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30558 Summary: symbol lookup error: /usr/lib/egl/egl_gallium.so: undefined symbol: drmGetMagic Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Mesa-dev] [PATCH] gallium/nv50: always true conditional

2010-10-02 Thread Nicolas Kaiser
Untested: Am I guessing right it was rather meant this way? --- src/gallium/drivers/nv50/nv50_pc_optimize.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_pc_optimize.c b/src/gallium/drivers/nv50/nv50_pc_optimize.c index 921ed15..27eb381 10

[Mesa-dev] [Bug 30557] New: Mesa/GL crash after creating 1x1 dummy Drawable (with Clutter)

2010-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30557 Summary: Mesa/GL crash after creating 1x1 dummy Drawable (with Clutter) Product: Mesa Version: 7.6 Platform: All OS/Version: OpenBSD Status: NEW Severity:

Re: [Mesa-dev] initial mesa/st RG support

2010-10-02 Thread Dave Airlie
On Sat, Oct 2, 2010 at 11:40 AM, Dave Airlie wrote: > Started playing around with adding RG support to st/mesa > http://cgit.freedesktop.org/~airlied/mesa/?h=gallium-rg Okay I pushed this with a few more bits fixed, softpipe passes all the RG tests in piglit with this, so that seems like a good s