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
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
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
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
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
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