Re: [Mesa-dev] Mesa (master): scons: Fix Cygwin platform names.

2011-02-23 Thread Jose Fonseca
Vinson, I'd prefer that we map all these cygwin-xxx variants to the same cygwin value, instead of having to guess which one works. Just like we normalize system's machine from AMD64/x86_64/x64 to x86_64, and only use the latter. Jose From: mesa-commit-b

[Mesa-dev] [Bug 34645] New: Cygwin SCons build as: unrecognized option `-m32'

2011-02-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34645 Summary: Cygwin SCons build as: unrecognized option `-m32' Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Cygwin Status: NEW Severity: blocker Priority

[Mesa-dev] [Bug 34644] New: Cygwin SCons build glx_usefont.c:65: error: `_P' undeclared

2011-02-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34644 Summary: Cygwin SCons build glx_usefont.c:65: error: `_P' undeclared Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Cygwin Status: NEW Severi

Re: [Mesa-dev] DRM EGL swapbuffers?

2011-02-23 Thread Thomas Hellstrom
On 02/22/2011 07:44 PM, Chia-I Wu wrote: On Tue, Feb 22, 2011 at 1:56 AM, Thomas Hellstrom wrote: Hi, Chia-I, Looking at the EGL DRM implementation of swapbuffers, it looks like we're sort of ad-hoc attaching the backbuffer as a new scanout surface, using drmModeSetCrtc. I don't think thi

Re: [Mesa-dev] [PATCH] st/mesa: fix computing the lowest address for interleaved attribs

2011-02-23 Thread Brian Paul
On 02/22/2011 11:44 PM, Marek Olšák wrote: From: Wiktor Janas Ptr can be very well NULL, so when there are two arrays, with one having offset 0 (and thus NULL Ptr), and the other having a non-zero offset, the non-zero value is taken as minimum (because of !low_addr ? start ...). On 32-bit system

Re: [Mesa-dev] [PATCH] st/mesa: fix computing the lowest address for interleaved attribs

2011-02-23 Thread Keith Whitwell
Looks good Marek. Keith On Wed, 2011-02-23 at 07:44 +0100, Marek Olšák wrote: > From: Wiktor Janas > > Ptr can be very well NULL, so when there are two arrays, with one having > offset 0 (and thus NULL Ptr), and the other having a non-zero offset, > the non-zero value is taken as minimum (becau