[Mesa3d-dev] [Bug 15668] New: via_tex.c:429: viaSwapOutWork: (sz == vmesa-total_alloc[ heap])

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15668 Summary: via_tex.c:429: viaSwapOutWork: (sz == vmesa- total_alloc[heap]) Product: Mesa Version: 6.5 Platform: Other OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] [Bug 15670] New: glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 Summary: glMultiDrawElements() not implemented Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: FreeBSD Status: NEW Severity: enhancement

[Mesa3d-dev] Add freebsd-static to configs?

2008-04-23 Thread Anatolij Shkodin
There are some programs on FreeBSD that require static MesaGL libraries. However, freebsd-static is unavailable in Makefile. Compiling linux-static works well, but then hangs during make install (I didn't save the exact line on which it does, sorry. But it was the stage where it checks all the

Re: [Mesa3d-dev] Add freebsd-static to configs?

2008-04-23 Thread Brian Paul
Anatolij Shkodin wrote: There are some programs on FreeBSD that require static MesaGL libraries. However, freebsd-static is unavailable in Makefile. Compiling linux-static works well, but then hangs during make install (I didn't save the exact line on which it does, sorry. But it was the

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #1 from Brian Paul [EMAIL PROTECTED] 2008-04-23 07:34:02 PST --- I modified a test program to use glMultiDrawElements() and it worked as expected with 7.0.3. What driver are you using? Could you try with 7.0.3 and/or provide a

Re: [Mesa3d-dev] Add freebsd-static to configs?

2008-04-23 Thread Dan Nicholson
On Wed, Apr 23, 2008 at 7:24 AM, Brian Paul [EMAIL PROTECTED] wrote: Anatolij Shkodin wrote: There are some programs on FreeBSD that require static MesaGL libraries. However, freebsd-static is unavailable in Makefile. Compiling linux-static works well, but then hangs during make

[Mesa3d-dev] [Bug 6355] Building GLcore in mesa (suggestion)

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6355 Dan Nicholson [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #2 from Pierre Beyssac [EMAIL PROTECTED] 2008-04-23 10:50:55 PST --- Created an attachment (id=16134) -- (http://bugs.freedesktop.org/attachment.cgi?id=16134) Output of glxinfo -- Configure bugmail:

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #3 from Pierre Beyssac [EMAIL PROTECTED] 2008-04-23 10:51:27 PST --- Created an attachment (id=16135) -- (http://bugs.freedesktop.org/attachment.cgi?id=16135) Test case source code -- Configure bugmail:

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #5 from Pierre Beyssac [EMAIL PROTECTED] 2008-04-23 10:53:44 PST --- I've made a quick dirty update to Mesa 7.0.3, and I still get the same message. I'm running Xorg 7.3.1, xorg-server-1.4_8 with dri, on FreeBSD 8, with a Radeon

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 Brian Paul [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #7 from Pierre Beyssac [EMAIL PROTECTED] 2008-04-23 15:57:33 PST --- Wow. Thanks Brian for the good advice, I'll need to go hide under a stone for some time :). However, the missing GL_UNSIGNED_SHORT was in the original code, I

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #8 from Pierre Beyssac [EMAIL PROTECTED] 2008-04-23 15:58:08 PST --- Created an attachment (id=16141) -- (http://bugs.freedesktop.org/attachment.cgi?id=16141) New test case Updated test case, compiles without warning using cc

[Mesa3d-dev] [Bug 15670] glMultiDrawElements() not implemented

2008-04-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15670 --- Comment #9 from Brian Paul [EMAIL PROTECTED] 2008-04-23 17:32:36 PST --- I don't have an R200 to test with but I think the problem is the GL_EXT_multi_draw_arrays feature is not supported by the driver. It's not listed in glxinfo and