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

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28486 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 28894] slang build fails if absolute path contains spaces

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28894 --- Comment #1 from nobled 2010-07-06 12:26:20 PDT --- Created an attachment (id=36789) View: https://bugs.freedesktop.org/attachment.cgi?id=36789 Review: https://bugs.freedesktop.org/review?bug=28894&attachment=36789 wrap absolute path in quo

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

2010-07-06 Thread José Fonseca
*doh* :) Awesome! Let me just go over those patches then. Jose On Tue, 2010-07-06 at 10:45 -0700, nobled wrote: > Well, that's why I sent the "Implement pipe_condvar on win32" and "on > Windows Vista" patches first. With the first patch, the pipebuffer > code will do on Windows exactly what it a

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

2010-07-06 Thread nobled
Well, that's why I sent the "Implement pipe_condvar on win32" and "on Windows Vista" patches first. With the first patch, the pipebuffer code will do on Windows exactly what it already does right now on Unix-- unlock the mutex, wait for other threads, then try to lock it again. pipe_condvar on Wind

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

2010-07-06 Thread José Fonseca
The patch looks good, but we don't support pipe_condvar on Windows yet. I'd prefer to see the commit deferred until we do. Any takers to implement pipe_condvar on Windows? There's even a nice tutorial on http://locklessinc.com/articles/pthreads_on_windows/ Jose On Mon, 2010-07-05 at 09:53 -0700,

Re: [Mesa-dev] radeon 9250 and newest software dstrowstride assertion (sorry for any html in message)

2010-07-06 Thread melodramus
i solved the problem myself. seems that the compiz config was scratched and compiz tried to start in indirect mode (provoking the driver crash). after recreating the config, now the desktop starts up. still, it's very slow compared to dri1 though. On Tue, 6 Jul 2010 10:38:37 +0200 (CEST) melodra.

[Mesa-dev] radeon 9250 and newest software dstrowstride assertion (sorry for any html in message)

2010-07-06 Thread melodramus
hello i'm forced to write this from a different system and in a browser. the form doesn't seem to allow turning off html. please excuse. i already got around this problem somehow a week ago but can't help myself today. because dri2 with linux 2.6.34 was about 30% slower than dri1 with linux 2

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

2010-07-06 Thread Chia-I Wu
On Tue, Jul 6, 2010 at 4:39 AM, Lionel Landwerlin wrote: > 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=xl