Re: Darwin extern/static fix

2005-04-13 Thread Torrey Lyons
At 3:42 PM -0400 4/13/05, David Dawes wrote: On Wed, Apr 13, 2005 at 11:52:47AM -0700, Torrey Lyons wrote: Bugzilla #1576 and the fix committed for it is only partially right. The patch applewmExt.h is right, but patching the imported Mesa code in extras/Mesa/include/GL/internal/dri_interface.h

Re: Darwin extern/static fix

2005-04-13 Thread Torrey Lyons
At 2:41 PM -0700 4/13/05, Ian Romanick wrote: Torrey Lyons wrote: At 3:42 PM -0400 4/13/05, David Dawes wrote: On Wed, Apr 13, 2005 at 11:52:47AM -0700, Torrey Lyons wrote: Bugzilla #1576 and the fix committed for it is only partially right. The patch applewmExt.h is right, but patching

Re: Rootless documentation

2004-07-13 Thread Torrey Lyons
At 10:58 AM + 7/13/04, Jeremy Wilkins wrote: Hi Torrey, Where did the documentation for the rootless code land - I'd be interested in reading it but can't find it in cvs. I haven't checked it in yet. I got sidetracked trying to decide on a format to use and ended up doing nothing. (Better is

Rootless documentation

2004-06-30 Thread Torrey Lyons
I've written up some documentation on the generic rootless layer in Xserver/miext/rootless. What is the appropriate place and format for this kind of documentation in the tree? --Torrey ___ Devel mailing list [EMAIL PROTECTED]

Re: Alternate Approach For nVidia PPC Drivers

2004-02-28 Thread Torrey Lyons
At 7:17 PM -0800 2/28/04, Matthew Bogosian wrote: Howdy all, Sorry for the cross post, but in retrospect, I thought [EMAIL PROTECTED] was a better place to ask this question than [EMAIL PROTECTED] It is, so I'll stick with devel. As a user, I'm not really concerned whether or not [nVidia PPC

Re: Latest fixes from DRI Project

2004-02-11 Thread Torrey Lyons
At 9:12 AM + 2/11/04, Alan Hourihane wrote: On Tue, Feb 10, 2004 at 06:20:25PM -0800, Torrey Lyons wrote: At 10:11 AM -0800 1/28/04, Alan Hourihane wrote: Log message: 778. Fix Multitexture problems with vertex arrays and indirect rendering (Bugzilla #1092, DRI Project). 777

GL_VERSION string fix

2004-02-10 Thread Torrey Lyons
At 3:46 PM -0800 2/9/04, Alan Hourihane wrote: CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/09 15:46:31 Log message: 797. Fix GL_VERSION string for indirect rendering (Bugzilla #1147, DRI Project) Modified files:

Latest fixes from DRI Project

2004-02-10 Thread Torrey Lyons
At 10:11 AM -0800 1/28/04, Alan Hourihane wrote: Log message: 778. Fix Multitexture problems with vertex arrays and indirect rendering (Bugzilla #1092, DRI Project). 777. Fix SecondaryColor FogColor when indirect rendering (Bugzilla #1091, DRI Project). These fixes have the

Re: Latest fixes from DRI Project

2004-02-10 Thread Torrey Lyons
At 7:11 PM -0800 2/10/04, Ian Romanick wrote: Torrey Lyons wrote: These fixes have the side effect of breaking GLX on Mac OS X. The problem is the addition of new server side dependencies on glPointParameteri, glPointParameteriv, glSampleMaskSGIS, glSamplePatternSGIS. Mac OS X instead uses

weaning off X_LOCALE

2004-02-09 Thread Torrey Lyons
Previous versions of Mac OS X did not have proper locale support so our StandardDefines included -DX_LOCALE. Mac OS X 10.3.x now has proper locale support, so we want to remove -DX_LOCALE. This will cause a problem for binaries compiled against the old versions of libX11 that call

Re: Disbandment

2004-01-14 Thread Torrey Lyons
I think David's explanation below is very good. It would help stem the tide of confused emails to add almost exactly this wording to the notice on the front page of XFree86.Org. --Torrey At 1:59 PM -0500 1/14/04, David Dawes wrote: On Tue, Jan 13, 2004 at 09:11:14PM -0500, Ruth A. Kramer

Xserver/GL/glx/g_render.c changes?

2004-01-14 Thread Torrey Lyons
In building the top of the tree on Mac OS X 10.2 I have run into troubles linking the GLX support in Xserver/GL. The problem is that native OpenGL in Mac OS X 10.2 does not include glActiveStencilFaceEXT() and glWindowPos3fARB(), which have been added to g_render.c and g_renderswap.c since

Re: fix manual page building on Mac OS X

2003-12-29 Thread Torrey Lyons
At 10:21 AM +0100 12/29/03, Matthieu Herrb wrote: Hi, The process that builds XFree86 manual pages needs cpp -traditional when GNU cpp is used. Although the man pages build correctly I suppose you are trying to avoid the multi-line string literals are deprecated warning. Good idea. I'd propose

Re: glx failing

2003-11-13 Thread Torrey Lyons
At 10:01 AM -0800 11/10/03, Ian Romanick wrote: Frank Gießler wrote: with my current CVS snapshot (Changelog up to #530), glxgears gives me the following at startup: X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request:

Freetype binary incompatibility

2003-11-05 Thread Torrey Lyons
It appears that the Freetype library shipped with XFree86 4.2 is binary incompatible with what shipped with 4.3 and the top of tree. The problem is a bunch of renamed symbols, as described in xc/extras/freetype2/ChangeLog: 2002-02-24 David Turner [EMAIL PROTECTED] * Renaming stream

XFree86 specific patch to freetype-config.in

2003-10-27 Thread Torrey Lyons
The following revision to xc/extras/freetype2/builds/unix/freetype-config.in is XFree86 specific and not in the Freetype tree: revision 1.2 date: 2003/05/05 16:12:27; author: dawes; state: Exp; lines: +29 -15 159. Make freetype-config more useful on NetBSD (#5693, Thomas Klausner). cvs diff

Re: Problems with shared lesstif and shared Xt on Cygwin/XFree86

2003-10-25 Thread Torrey Lyons
The issue on Mac OS X is that most shared libraries want to be built as two-level namespace images. Two-level namespace images have significant advantages in loading speed, but they require that they have no unresolved symbols when linking the library. This is why the darwinLib.tmpl contains a

Re: Generic rootless code bug

2003-10-24 Thread Torrey Lyons
At 1:17 AM +0900 10/25/03, Kensuke Matsuzaki wrote: Rootless code in Xserver/miext/rootless has a small bug. Kensuke Matsuzaki diff -u -r1.6 rootlessWindow.c --- rootlessWindow.c23 Jul 2003 00:48:58 - 1.6 +++ rootlessWindow.c24 Oct 2003 13:02:02 - @@ -889,9 +889,9 @@

Fwd: XWaitForReadable timeout

2003-09-24 Thread Torrey Lyons
Rob Braun observed the following issue with XCloseDisplay() hanging indefinitely. Any comments? --Torrey At 12:11 AM -0700 9/20/03, Rob Braun wrote: From: Rob Braun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: XWaitForReadable timeout Howdy. While running osx2x, I came across an

Re: XDarwin build error

2003-09-02 Thread Torrey Lyons
Matthieu Herrb [EMAIL PROTECTED] wrote: Hi, when building the latest XFree86 on Mac OS 10.2.4, I get link errors. A first one is easily fixed by the attached patch, but XDarwinApp also fails to link with the following error for which I can't find the missing code... Yes, I have this

Re: Xrender transforms...

2003-08-14 Thread Torrey Lyons
At 10:05 PM +0200 8/11/03, Michel Dänzer wrote: On Mon, 2003-08-11 at 05:29, Alex Deucher wrote: well, yeah... I only mention if in case anyone out there feels like adding basic transparency support to a driver. the driver could then register it's own version of the Xtransparency extension so

XFree86 to ship in Mac OS X

2003-06-25 Thread Torrey Lyons
As some of you may have heard Apple has announced that XFree86 will be included in its next major Mac OS X release, code named Panther. http://www.apple.com/macosx/panther/ This is a major milestone following Apple's previous announcement that they would be supporting XFree86 on the

Re: RELNOTES for 4.3.0

2003-02-19 Thread Torrey Lyons
At 11:14 AM + 2/19/03, Alan Hourihane wrote: Here's a list of items for the RELNOTES for 4.3.0, if anyone has anything to add to this, please send it in. * Indirect GLX acceleration for the MacOS X Xserver. Some other Mac OS X Xserver improvements (summarize as you see fit): - Smaller