Commit graph

23 commits

Author SHA1 Message Date
Roland Mainz
02f760a84d //freedesktop.org/bugzilla/show_bug.cgi?id=661) attachment #1002
(https://bugs.freedesktop.org/attachment.cgi?id=1002): Xprt producing
    spurious characters in PS output when using the bitmap cache
    (Originally reported against Solaris Xprt as Sun bug id #4369307, and
    fixed in Solaris by Jay Hobson <jay.hobson@sun.com>). Patch by Jay
    Hobson <jay.hobson@sun.com>.
2004-12-13 06:35:36 +00:00
Roland Mainz
e81dcbbc7c //freedesktop.org/bugzilla/show_bug.cgi?id=1800) attachment #1474
(https://bugs.freedesktop.org/attachment.cgi?id=1474): Fix Postscript
    DDX's 1bit StaticGray visual to report only 1bit of significant bits in
    color specification (instead of 8bits). Patch by Julien Lafon
    <julien.lafon@gmail.com>
2004-12-13 06:29:43 +00:00
Roland Mainz
24c1ba42e2 xc/config/cf/xprint_site.def
xc/programs/Xserver/Xprint/ps/Ps.h
xc/programs/Xserver/Xprint/ps/PsPixmap.c
xc/programs/Xserver/Xprint/ps/PsPolygon.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1664) attachment #1161
    (https://bugs.freedesktop.org/attachment.cgi?id=1161): RFE: Add support
    for the DOUBLE-BUFFER extension to the Xprint server and DDX.
    Additionally a "pixmap-scrubber" optimisation is added to the
    PostScript DDX to remove all content from a vector pixmap when a
    |PolyFillRect()| call covers the whole pixmap surface with a solid fill
    (this avoids that a backbuffer vector pixmap gets constantly filled
    even when the content is not visible anymore after |XdbeSwapBuffers()|
    has cleared the hidden buffer with the background color).
2004-12-13 05:48:41 +00:00
Roland Mainz
eab8baa925 //freedesktop.org/bugzilla/show_bug.cgi?id=1646) attachment #1116
(https://bugs.freedesktop.org/attachment.cgi?id=1116): Fix the problem
    that |PsCreateColormap()| returns a random value (patch by Stefan
    Dirsch/SuSE).
2004-12-13 05:34:20 +00:00
Roland Mainz
f3cd3eb502 xc/programs/Xserver/Xprint/pcl/PclInit.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1629) attachment #1107
    (https://bugs.freedesktop.org/attachment.cgi?id=1107): Fix crash on
    AMD64, regression caused by bug
1496 ("Xorg Xprt does not support "*xp-listfonts-mode:
    xp-list-internal-printer-fonts" to toggle the usage of printer-builtin
    fonts").
2004-12-13 05:16:11 +00:00
Roland Mainz
534a492816 xc/programs/Xserver/Xprint/Init.c
xc/programs/Xserver/Xprint/pcl/PclInit.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1496) attachment #998
    (https://bugs.freedesktop.org/attachment.cgi?id=998): Fixed Xprt font
    handling which did not support "*xp-listfonts-modes:
    xp-list-internal-printer-fonts" or "*xp-listfonts-modes:
    xp-list-glyph-fonts" to toggle the usage of printer-builtin and glyph
    fonts in XListFonts*(), XLoad*Font(), etc. Additionally the Xprint DDX
    now explicitly list "xp-listfonts-modes" in
    "document-attributes-supported" (for document-level) or
    "xp-page-attributes-supported" (for page-level) when the DDX implements
    this feature (as described in the CDE DtPrint and Xprint
    specifications).
2004-12-13 05:12:12 +00:00
Roland Mainz
c2f561e3a2 xc/programs/Xserver/Xprint/ps/PsGC.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1416) attachment #994
    (https://bugs.freedesktop.org/attachment.cgi?id=994): Fix Xprt
    PostScript DDX crashes when copying offscreen pixmap content to the
    same pixmap (the crash can be reproduced with % x11perf -copypixpix500
    ... # or the reduced testcase in bug #1416 (attachment #993)).
2004-12-13 05:06:13 +00:00
Roland Mainz
f6f85e9b7c xc/programs/Xserver/Xprint/Init.c
xc/programs/Xserver/Xprint/ps/Ps.h
xc/programs/Xserver/Xprint/ps/PsArea.c
xc/programs/Xserver/Xprint/ps/PsColor.c
xc/programs/Xserver/Xprint/ps/PsInit.c
xc/programs/Xserver/Xprint/ps/psout.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1299) attachment #1001
    (https://bugs.freedesktop.org/attachment.cgi?id=1001): Add more visuals
    to the Postscript DDX (8bit GrayScale/StaticGray,
1bit StaticGray and the basic infratructure for "deep" visuals with more
    than 8bits per RGB gun). Patch by Roland Mainz
    <roland.mainz@nrubsig.org>.
2004-12-13 05:01:15 +00:00
Egbert Eich
f30fbc600f Fixed typos. 2004-08-27 20:20:54 +00:00
Egbert Eich
276cf27152 - adding missing file 2004-08-27 20:16:28 +00:00
Kevin E Martin
9223baf985 Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).
Remove old config files (Bug #1123, Jim Gettys).
Remove old log message (Bug #1123, Jim Gettys).
2004-08-18 18:41:41 +00:00
Roland Mainz
0addd0d499 Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=858 - Fixing the
problem that clients cannot use the TrueColor visual without calling
    |XInstallColormap();|.
2004-07-18 05:21:20 +00:00
Roland Mainz
e4ac2411ed Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=551 -
PS DDX will not build on platforms with BuildFreeType NO. Patch by Alan
    Coopersmith <alan.coopersmith@sun.com>.
2004-05-06 01:53:52 +00:00
Roland Mainz
b1c65e1ca6 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=536 -
RFE: PS output should contain the FreeType2 version being used.
2004-05-06 00:24:32 +00:00
Roland Mainz
85e4e54452 Work-in-progress for
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=542 - GLX
    support for PS DDX / part #1: Fix visual setup (attachment #243)
2004-04-26 11:07:03 +00:00
Egbert Eich
2fb5886200 Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
Egbert Eich
dae90c3af9 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 2004-03-14 08:34:49 +00:00
Egbert Eich
867451f1ab Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 2004-03-03 12:12:50 +00:00
Egbert Eich
df0313d35b readding XFree86's cvs IDs 2004-02-26 13:36:15 +00:00
Egbert Eich
147aae87fd Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2004-02-26 09:23:53 +00:00
Kaleb Keithley
adc7f9a4eb XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 2003-11-25 19:29:01 +00:00
Kaleb Keithley
d568221710 XFree86 4.3.0.1 2003-11-14 16:49:22 +00:00
Kaleb Keithley
ded6147bfb R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00