Re: [Mesa3d-dev] [RFC] gallium-targets merge

2010-03-25 Thread Jakob Bornecrantz
Hi I since this was not a interface change and I think I got a large enough test sample from various people I have merged the branch to master. I confirmed that the following builds are working; configure with all drivers, configure default, make linux-debug, scons with dri=yes, scons with

[Mesa3d-dev] [Bug 27301] r300g: segfault while running glxgears

2010-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27301 --- Comment #1 from Alex Deucher ag...@yahoo.com 2010-03-25 07:11:22 PST --- IGP cards don't currently work properly with r300g. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [Mesa3d-dev] plumbing for gallium swrast_dri.so

2010-03-25 Thread George Sapountzis
I pushed this to master, swrastg_dri was added to the autoconf build system only. I also did a merge with gallium-resources for st/dri at ~gsap7/gallium-resources-merge-drisw, it basically reverts the old conversion, merges and redoes the conversion because there were a lot of conflicts, hope

[Mesa3d-dev] [Bug 27301] r300g: segfault while running glxgears

2010-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27301 Joakim Sindholt b...@zhasha.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 24942] r300g: R300 Gallium SW TCL

2010-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24942 Joakim Sindholt b...@zhasha.com changed: What|Removed |Added CC||tstel...@gmail.com

Re: [Mesa3d-dev] [RFC] gallium-targets merge

2010-03-25 Thread Xavier Chantry
I've been using the configure line from nouveau wiki for a while now : http://nouveau.freedesktop.org/wiki/GalliumHowto ./configure --enable-debug --enable-glx-tls --disable-asm --with-dri-drivers= --enable-gallium-nouveau --disable-gallium-intel --disable-gallium-radeon --disable-gallium-svga

Re: [Mesa3d-dev] [RFC] gallium-targets merge

2010-03-25 Thread Xavier Chantry
On Thu, Mar 25, 2010 at 6:35 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: Thanks for testing... Hmm I currently only checking for if the --enable-egl switch has been thrown when selecting so if you throw in --disable-egl in there it should work again. I'll look into it. Interestingly

Re: [Mesa3d-dev] [RFC] gallium-targets merge

2010-03-25 Thread Jakob Bornecrantz
On Thu, Mar 25, 2010 at 7:06 PM, Xavier Chantry chantry.xav...@gmail.com wrote: On Thu, Mar 25, 2010 at 6:35 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: Thanks for testing... Hmm I currently only checking for if the --enable-egl switch has been thrown when selecting so if you throw

Re: [Mesa3d-dev] plumbing for gallium swrast_dri.so

2010-03-25 Thread Jakob Bornecrantz
On Thu, Mar 25, 2010 at 7:00 PM, George Sapountzis gsapount...@gmail.com wrote: On Thu, Mar 25, 2010 at 7:58 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: On Thu, Mar 25, 2010 at 3:12 PM, George Sapountzis gsapount...@gmail.com wrote: I pushed this to master, swrastg_dri was added to the

[Mesa3d-dev] [RFC] Draw module patch and BGRA fix for i915g

2010-03-25 Thread Jakob Bornecrantz
Hi Brian, Keith, Zack et al. So I tried to get i915g running again and it looks like there is a RGBA vs BGRA bug in the draw module. I have attached two patches that I would like to have some comments on before commit. Patch 1 removes a bunch of switch cases that was strew all over the draw

Re: [Mesa3d-dev] [PATCH] Re: master: undef/unmangled EGL functions are part of libOSMesa

2010-03-25 Thread tom fogal
Brian Paul bri...@vmware.com writes: Tom wrote: tom fogal wrote: $ lib nm libOSMesa.so | grep EGL U glEGLImageTargetRenderbufferStorageOES U glEGLImageTargetTexture2DOES this prevents using libOSMesa, since one gets link errors about

Re: [Mesa3d-dev] [PATCH] Re: master: undef/unmangled EGL functions are part of libOSMesa

2010-03-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tom fogal wrote: Brian Paul bri...@vmware.com writes: Tom wrote: tom fogal wrote: $ lib nm libOSMesa.so | grep EGL U glEGLImageTargetRenderbufferStorageOES U glEGLImageTargetTexture2DOES this prevents

Re: [Mesa3d-dev] plumbing for gallium swrast_dri.so

2010-03-25 Thread George Sapountzis
On Thu, Mar 25, 2010 at 9:49 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: On Thu, Mar 25, 2010 at 7:00 PM, George Sapountzis gsapount...@gmail.com wrote: On Thu, Mar 25, 2010 at 7:58 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: 0003 moves drisw into dri/sw and the drm dri files

Re: [Mesa3d-dev] [RFC] Draw module patch and BGRA fix for i915g

2010-03-25 Thread Brian Paul
Jakob Bornecrantz wrote: Hi Brian, Keith, Zack et al. So I tried to get i915g running again and it looks like there is a RGBA vs BGRA bug in the draw module. I have attached two patches that I would like to have some comments on before commit. Patch 1 removes a bunch of switch cases that

Re: [Mesa3d-dev] Separate demos repository

2010-03-25 Thread Brian Paul
Eric Anholt wrote: People that hang out on IRC have probably heard about my build system work. One of the first steps I've been working on finishing is splitting out the demos repository. We're currently distributing the Mesa progs/ separately from the main Mesa distribution, and most people

Re: [Mesa3d-dev] plumbing for gallium swrast_dri.so

2010-03-25 Thread Jakob Bornecrantz
On Thu, Mar 25, 2010 at 11:22 PM, George Sapountzis gsapount...@gmail.com wrote: On Thu, Mar 25, 2010 at 9:49 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: On Thu, Mar 25, 2010 at 7:00 PM, George Sapountzis gsapount...@gmail.com wrote: On Thu, Mar 25, 2010 at 7:58 PM, Jakob Bornecrantz

[Mesa3d-dev] [Bug 27312] glCopyTexImage2D Doesnt seem to work correctly (returns incorrect alpha component )when internal format is GL_RGB

2010-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27312 --- Comment #2 from Brian Paul brian.e.p...@gmail.com 2010-03-25 17:17:14 PST --- Which driver are you using? swrast or softpipe or other? I could probably look into this as soon as you provide a (glut) test program. -- Configure

[Mesa3d-dev] Current tinderbox regression (swrastg_dri, sparc64)

2010-03-25 Thread Chris Ball
Hi, http://tinderbox.x.org/builds/2010-03-25-0018/logs/libGL/#build mklib: Making Linux shared library: swrastg_dri.so.tmp gcc -o swrastg_dri.so.test ../../../../src/mesa/drivers/dri/common/dri_test.o swrastg_dri.so.tmp -L/home/cjb/xorg-build/lib -ldrm -lexpat -lm -lpthread -ldl

Re: [Mesa3d-dev] [RFC] Draw module patch and BGRA fix for i915g

2010-03-25 Thread Jakob Bornecrantz
On Thu, Mar 25, 2010 at 11:52 PM, Brian Paul bri...@vmware.com wrote: Jakob Bornecrantz wrote: Hi Brian, Keith, Zack et al. So I tried to get i915g running again and it looks like there is a RGBA vs BGRA bug in the draw module. I have attached two patches that I would like to have some

Re: [Mesa3d-dev] Current tinderbox regression (swrastg_dri, sparc64)

2010-03-25 Thread George Sapountzis
On Fri, Mar 26, 2010 at 2:23 AM, Chris Ball c...@laptop.org wrote: Hi, http://tinderbox.x.org/builds/2010-03-25-0018/logs/libGL/#build mklib: Making Linux shared library:  swrastg_dri.so.tmp gcc -o swrastg_dri.so.test ../../../../src/mesa/drivers/dri/common/dri_test.o swrastg_dri.so.tmp

Re: [Mesa3d-dev] Current tinderbox regression (swrastg_dri, sparc64)

2010-03-25 Thread Luca Barbieri
Are you sure that swrastg and/or any Gallium driver actually load correctly and work on sparc64? This seems to indicate that they use __sync_add_and_fetch_4 assuming it is a GCC builtin, but GCC does not implement it as a builtin on sparc64 and neither libgcc nor libc have an implementation of