Re: [Mesa3d-dev] Mesa not compiling properly

2010-01-05 Thread Michel Dänzer
On Mon, 2010-01-04 at 10:06 -0800, STEVE555 wrote: I've pulled in the latest commits to Mesa and did a recompile with gmake.The internal compiler error with the Vega state-tracker didn't show up this time,but I will post the output the next time it does. An internal compiler error is

[Mesa3d-dev] New Backronym for TGSI

2010-01-05 Thread Keith Whitwell
It's a bit wierd having the Tungsten Graphics name still featuring in the definition of the TGSI name/acronym. I'd like to keep the TGSI name but redefine it now that TG itself has been gone for just over a year. Suggestions include: The Galllium Shader Infrastructure Tokenised Gallium

[Mesa3d-dev] [PATCH] egl: Fix breakage from -fvisibility=hidden.

2010-01-05 Thread Chia-I Wu
Hi Kristian, This patch fixes EGL breakage after -fvisibility=hidden. Please check. -olv From 70c8aadb47615814b2596c775fb8c94ef2ca218c Mon Sep 17 00:00:00 2001 From: Chia-I Wu olva...@gmail.com Date: Tue, 5 Jan 2010 21:39:15 +0800 Subject: [PATCH] egl: Fix breakage from -fvisibility=hidden.

Re: [Mesa3d-dev] [PATCH 1/4] [egl_g3d] DRI2 support for depth/stencil and right buffers

2010-01-05 Thread Chia-I Wu
Hi Luca, Thanks for the patches. Though I think it may be a little confusing to send patches to patches. I tried to keep the first version working but simple (hopefully), so that there is a higher chance it gets reviewed and merged. Most of your patches look more like features/optimizations

Re: [Mesa3d-dev] Mesa not compiling properly

2010-01-05 Thread STEVE555
Brian, I've just pull the latest commits and was rebuilding Mesa with gmake today.The error message output in using gmake to build Mesa has appeared.Here is the output: gmake[4]: Entering directory `/opt/mesa/src/gallium/state_trackers/vega' gcc -c -I../../../../include

[Mesa3d-dev] Merge gallium-docs

2010-01-05 Thread Keith Whitwell
This doesn't really need to be on a branch, and by merging it I can start to ask for people to keep it up-to-date with interface changes... If nobody objects, I'll do this in the next couple of days. Keith -- This

Re: [Mesa3d-dev] [PATCH] opengl-es-v2: fix distribution issue and merge plan

2010-01-05 Thread Brian Paul
Chia-I Wu wrote: Hi Brian, The attached patches are trivial fixes to a distribution problem and cofigure.ac. I've done a clean build test $ make tarballs $ tar xf MesaLib-7.7-devel.tar.gz $ cd Mesa-7.7-devel/ $ ./configure --with-state-trackers=egl,es $ make -j4 CC=ccache gcc It's

Re: [Mesa3d-dev] Mesa not compiling properly

2010-01-05 Thread Dan Nicholson
On Tue, Jan 5, 2010 at 7:09 AM, STEVE555 stevenward...@hotmail.com wrote: Brian,       I've just pull the latest commits and was rebuilding Mesa with gmake today.The error message output in using gmake to build Mesa has appeared.Here is the output: gmake[4]: Entering directory

Re: [Mesa3d-dev] [RFC] gallium-integer-opcodes branch

2010-01-05 Thread michal
Keith Whitwell wrote on 2010-01-04 18:46: On Mon, 2010-01-04 at 09:39 -0800, Brian Paul wrote: michal wrote: Hi, I would like to merge gallium-integer-opcodes branch to master this week. This feature branch adds support for integer operations in TGSI that is required by GLSL

Re: [Mesa3d-dev] Merge gallium-docs

2010-01-05 Thread Keith Whitwell
On Tue, 2010-01-05 at 08:12 -0800, José Fonseca wrote: On Tue, 2010-01-05 at 07:57 -0800, Keith Whitwell wrote: This doesn't really need to be on a branch, and by merging it I can start to ask for people to keep it up-to-date with interface changes... If nobody objects, I'll do this in

Re: [Mesa3d-dev] [PATCH] opengl-es-v2: fix distribution issue and merge plan

2010-01-05 Thread Chia-I Wu
On Tue, Jan 05, 2010 at 08:58:54AM -0700, Brian Paul wrote: Chia-I Wu wrote: Hi Brian, The attached patches are trivial fixes to a distribution problem and cofigure.ac. I've done a clean build test $ make tarballs $ tar xf MesaLib-7.7-devel.tar.gz $ cd Mesa-7.7-devel/ $ ./configure

Re: [Mesa3d-dev] Merge gallium-docs

2010-01-05 Thread michal
José Fonseca wrote on 2010-01-05 17:12: On Tue, 2010-01-05 at 07:57 -0800, Keith Whitwell wrote: This doesn't really need to be on a branch, and by merging it I can start to ask for people to keep it up-to-date with interface changes... If nobody objects, I'll do this in the next couple

[Mesa3d-dev] [PATCH] egl_softpipe: Remove unnecessary _eglSwapBuffers.

2010-01-05 Thread Chia-I Wu
On Tue, Jan 05, 2010 at 11:01:37PM +0800, Chia-I Wu wrote: This patch fixes EGL breakage after -fvisibility=hidden. Please check. The last chunk of the patch removes an unnecessary call to _eglSwapBuffers in egl_softpipe, which is no longer visible from the driver. It was left out when the

Re: [Mesa3d-dev] [PATCH] egl_g3d: Yet another EGL (meta) driver

2010-01-05 Thread Luca Barbieri
While working on egl_g3d, i slowly define an interface that abstracts the native display. The interface suits the need of EGL. And I believe it suits the need of GLX in its current form. Eventually, it might evolve into `struct pipe_display` that can be shared. But that is not my current

Re: [Mesa3d-dev] [PATCH] opengl-es-v2: fix distribution issue and merge plan

2010-01-05 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chia-I Wu wrote: Hi Brian, The attached patches are trivial fixes to a distribution problem and cofigure.ac. I've done a clean build test $ make tarballs $ tar xf MesaLib-7.7-devel.tar.gz $ cd Mesa-7.7-devel/ $ ./configure

[Mesa3d-dev] [PATH]OpenCL: fix segfault in context and make tests work

2010-01-05 Thread Igor Oliveira
Hi, The fix patch changes cl_uint to cl_device_type in Device class, it fix some tests errors and the second one fix a segfault in context creation and implement some errors messages. Igor From 6ea02fdfe3e69bafcfa04e693dfd2469b3b76386 Mon Sep 17 00:00:00 2001 From: Igor Oliveira

[Mesa3d-dev] [PATCH] mesa: Fallback on C byteswap.

2010-01-05 Thread tom fogal
This has been attached to bug 25663 for a bit now, but didn't get reviewed here. It seems like a smarter way to go about setting up the CPU_TO_LE32 macro, because it should do a correct but potentially suboptimal thing on platforms we don't know about (instead of breaking the build). -tom From

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2010-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #15 from Tom Fogal tfo...@alumni.unh.edu 2010-01-05 12:58:06 PST --- Ping. Ben, have you tried the autoconf build? Did you need the Fix LIB_EXTENSION patch from comment 13? -- Configure bugmail:

[Mesa3d-dev] [PATCH] condition always evaluates to false in SetupDoubleTexEnvVoodoo3()

2010-01-05 Thread Roel Kluin
This can never be true. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- src/mesa/drivers/dri/tdfx/tdfx_texstate.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/tdfx/tdfx_texstate.c b/src/mesa/drivers/dri/tdfx/tdfx_texstate.c index

Re: [Mesa3d-dev] [PATCH] condition always evaluates to false in SetupDoubleTexEnvVoodoo3()

2010-01-05 Thread Brian Paul
Roel Kluin wrote: This can never be true. Signed-off-by: Roel Kluin roel.kl...@gmail.com Thanks. Committed to the Mesa 7.7 branch. BTW, are you actually using the tdfx driver? I've been tempted to nuke it along with the glide driver. -Brian

Re: [Mesa3d-dev] [PATCH] condition always evaluates to false in SetupDoubleTexEnvVoodoo3()

2010-01-05 Thread roel kluin
This can never be true. Thanks.  Committed to the Mesa 7.7 branch. BTW, are you actually using the tdfx driver?  I've been tempted to nuke it along with the glide driver. -Brian No, just doing some static code analysis. Thanks, Roel

[Mesa3d-dev] [PATCH] condition always evaluates to false

2010-01-05 Thread Roel Kluin
These can never be true. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- src/gallium/drivers/i965/brw_wm_emit.c |2 +- src/mesa/drivers/dri/i915/intel_tris.c |2 +- src/mesa/drivers/dri/i965/brw_wm_emit.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) see commit

Re: [Mesa3d-dev] [PATCH] opengl-es-v2: fix distribution issue and merge plan

2010-01-05 Thread Chia-I Wu
On Wed, Jan 6, 2010 at 2:00 AM, Ian Romanick i...@freedesktop.org wrote: I pinged the fdo admin again (bug #23272) some time ago, but I still did not get any response.  Could you help me merge master to this branch?  I want to If you're talking about the mesa_7_7_branch, I hope you mean merge

Re: [Mesa3d-dev] [PATCH] condition always evaluates to false

2010-01-05 Thread Brian Paul
Roel Kluin wrote: These can never be true. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- src/gallium/drivers/i965/brw_wm_emit.c |2 +- src/mesa/drivers/dri/i915/intel_tris.c |2 +- src/mesa/drivers/dri/i965/brw_wm_emit.c |2 +- 3 files changed, 3 insertions(+), 3

Re: [Mesa3d-dev] [PATCH] mesa: Fallback on C byteswap.

2010-01-05 Thread Brian Paul
tom fogal wrote: This has been attached to bug 25663 for a bit now, but didn't get reviewed here. It seems like a smarter way to go about setting up the CPU_TO_LE32 macro, because it should do a correct but potentially suboptimal thing on platforms we don't know about (instead of breaking

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2010-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #16 from Ben Matthews mbe...@gmail.com 2010-01-05 18:32:49 PST --- Sorry about disappearing, I've been having some trouble getting autoconf to do what I want and been distracted by the holidays. First off I had to tweak