[Mesa3d-dev] [Bug 15186] value of GL_AUX_BUFFERS is zero

2008-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15186 WuNian [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

[Mesa3d-dev] [Bug 15181] drm radeon kernel oops

2008-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15181 Michel Dänzer [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|mesa3d- |dri-

Re: [Mesa3d-dev] mesa: Changes to 'gallium-0.1'

2008-03-24 Thread Keith Whitwell
- Commits --- commit a6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1 Author: Michel D채nzer Date: Mon Mar 24 09:56:12 2008 + draw: Fix #include order to fix Linux build. Hmm, my preference would be that include order didn't matter... can

Re: [Mesa3d-dev] mesa: Changes to 'gallium-0.1'

2008-03-24 Thread Michel Dänzer
On Mon, 2008-03-24 at 03:33 -0700, Keith Whitwell wrote: - Commits --- commit a6d17bf671d6bfbb187a62ba14b9ad08fb5dafe1 Author: Michel D채nzer Date: Mon Mar 24 09:56:12 2008 + draw: Fix #include order to fix Linux build. Hmm, my

Re: [Mesa3d-dev] mesa: Changes to 'gallium-0.1'

2008-03-24 Thread Keith Whitwell
- Original Message From: Michel Dänzer [EMAIL PROTECTED] To: Keith Whitwell [EMAIL PROTECTED] Cc: mesa3d-dev@lists.sourceforge.net Sent: Monday, March 24, 2008 10:38:27 AM Subject: Re: mesa: Changes to 'gallium-0.1' On Mon, 2008-03-24 at 03:33 -0700, Keith Whitwell wrote: -

[Mesa3d-dev] [Bug 15186] value of GL_AUX_BUFFERS is zero

2008-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15186 --- Comment #2 from Brian Paul [EMAIL PROTECTED] 2008-03-24 09:13:52 PST --- With glxinfo do you see 4 in the ax bf column? The GL_AUX_BUFFERS query is just returning the value found in the visual info record. If you're seeing 0, the code

[Mesa3d-dev] [PATCH] Use AC_PATH_PROGS to find alternate make programs

2008-03-24 Thread Dan Nicholson
The autoconf macro AC_PATH_PROGS handles the case of searching for multiple program names already, so we don't need to open code it. --- Eric, does this seem alright? I think there's a bug in setting the MAKE variable here at all (when you run GNU make, it will set $MAKE in the environment),

[Mesa3d-dev] Incorrect REALLOC fix(?)

2008-03-24 Thread malc
I accidentally stumbled upon this http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commitdiff;h=35a1ec53a7728311de22124c14b93dbbdee2ce90;hp=17b234ae3319d8a36afc44d0cceb30fea6b42d67 If new_size old_size wouldn't memcpy corrupt the memory? -- mailto:[EMAIL PROTECTED]

Re: [Mesa3d-dev] Incorrect REALLOC fix(?)

2008-03-24 Thread Brian Paul
malc wrote: I accidentally stumbled upon this http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commitdiff;h=35a1ec53a7728311de22124c14b93dbbdee2ce90;hp=17b234ae3319d8a36afc44d0cceb30fea6b42d67 If new_size old_size wouldn't memcpy corrupt the memory? Yes. I'll fix it. Thanks. -Brian

[Mesa3d-dev] [m...@msys.ch: [Members] Looking for a mentor]

2008-03-24 Thread Daniel Stone
- Forwarded message from Marc Balmer [EMAIL PROTECTED] - Message-ID: [EMAIL PROTECTED] Date: Mon, 24 Mar 2008 21:12:34 +0100 From: Marc Balmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Members] Looking for a mentor List-Id: members.x.org Hi, who would like to mentor this

[Mesa3d-dev] XShm with Gallium?

2008-03-24 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to add XSHM support for the xlib winsys driver in Gallium, and I'm having some difficulties. I primarily want to check some of my assumptions, but any pointers would be welcome. DISCLAIMER: I'm not really that familiar with XSHM. I'm

Re: [Mesa3d-dev] XShm with Gallium?

2008-03-24 Thread Brian Paul
Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to add XSHM support for the xlib winsys driver in Gallium, and I'm having some difficulties. I primarily want to check some of my assumptions, but any pointers would be welcome. DISCLAIMER: I'm not really that

[Mesa3d-dev] [Bug 15186] value of GL_AUX_BUFFERS is zero

2008-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15186 --- Comment #3 from WuNian [EMAIL PROTECTED] 2008-03-24 18:33:51 PST --- (In reply to comment #2) With glxinfo do you see 4 in the ax bf column? The GL_AUX_BUFFERS query is just returning the value found in the visual info record. If

[Mesa3d-dev] [Bug 15136] glCompileShaderARB set OBJECT_COMPILE_STATUS_ARB false after call glAttachObjectARB

2008-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15136 WuNian [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED]|mesa3d- |

[Mesa3d-dev] [Bug 9951] GL_LINE_SMOOTH and GL_POLYGON_SMOOTH with i965 driver

2008-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9951 Zou Nan hai [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---