~thopiekar/xorg-server/+git/xorg-xserver:sco_port_update

Last commit made on 2005-06-10
Get this branch:
git clone -b sco_port_update https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver

Branch merges

Branch information

Name:
sco_port_update
Repository:
lp:~thopiekar/xorg-server/+git/xorg-xserver

Recent commits

6959958... by Kean Johnson <email address hidden>

SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanups
    and bugs not specifically related to the port fixed along the way.

baa0cfc... by Alexander Gottwald <email address hidden>

Print correct logfile in FatalError message

bc97794... by David Reveman <email address hidden>

Set stencil size for Xgl GLX visuals

5b4462e... by David Reveman <email address hidden>

New algorithm for calculating glyph extents in Xgl

e4b33f4... by Egbert Eich <email address hidden>

Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't
    intercept reading the authority file (Fabian Franz, Bugzilla #3137).

246b14c... by David Reveman <email address hidden>

Minor optimization

28a2d84... by David Reveman <email address hidden>

Line drawing improvements to Xgl

abcc8c3... by David Reveman <email address hidden>

Fix typo

8bc5a38... by David Reveman <email address hidden>

Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX

f010131... by Roland Mainz <email address hidden>

xc/programs/Xserver/Xprint/Init.c
//bugs.freedesktop.org/show_bug.cgi?id=2879) attachment #2556
    (https://bugs.freedesktop.org/attachment.cgi?id=2556) Refix for bug
    2879 - downgrade 15bit PseudoColor to 14bit - the current datatype for
    the |ColormapEntries| is a |signed short| which is too small for
    |32768| colors (=integer overflow).