summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-16Fix cases in Darwin build where a variable is declared static and later asXORG-6_8_99_3Torrey Lyons1-2/+0
extern (XFree86 Bug #1576, Jordan Frank).
2005-04-15//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434Roland Mainz1-2/+8
(https://bugs.freedesktop.org/attachment.cgi?id=2434) Fix Solaris build bustage caused by namespace collision between symbols defined in <sys/kbd.h> and those in "xf86_OSlib.h". Patch by Alan Coopersmith <alan.coopersmith@sun.com>.
2005-04-15Bug #2141: Rework misleading warning message when APM support isAdam Jackson1-2/+1
unavailable.
2005-04-14Bug #3025: gcc4 build fix.Adam Jackson1-1/+1
2005-04-13Add GLX code to XglDavid Reveman9-167/+1723
2005-04-13//bugs.freedesktop.org/show_bug.cgi?id=3001) attachment #2404Roland Mainz1-18/+55
(https://bugs.freedesktop.org/attachment.cgi?id=2404) Improve rendering performance when glXSwapBuffers()| or |XPutImage()| are called for the PostScript DDX via optimizing the codepath around |PsOut_OutImageBytes()|. Patch by Simon Toedt <simon.toedt@gmail.com> and Roland Mainz <roland.mainz@nrubsig.org>.
2005-04-11update static file from pci.idsAlan Hourihane1-804/+22703
2005-04-11import latest pci.ids fileAlan Hourihane1-113/+502
2005-04-11Reenable BackingStore in Xvfb.Egbert Eich1-1/+1
2005-04-11Added wizard page for clipboard selection and additional server parametersAlexander Gottwald6-9/+65
2005-04-11Correct the mask bits when checking for a 64bit memory base in PCI configEgbert Eich1-1/+1
space (bugzilla #2963).
2005-04-11Preventing hight for drawing from becoming negative when face->dy < 0. TheEgbert Eich1-0/+4
height value is used in miFillPolyHelper() to calculate the size of memory to be allocated. A negative value will lead to a crash (Bugzilla #2690, Keith Packard, Egbert Eich).
2005-04-11xc/programs/Xserver/Xprint/attributes.cRoland Mainz1-12/+129
xc/programs/glxgears/glxgears.c xc/programs/xdbedizzy/xdbedizzy.c xc/programs/xedit/Imakefile xc/programs/xedit/Xedit-xprint.ad xc/programs/xedit/util.c xc/programs/xedit/xedit.h xc/programs/xlogo/print.c xc/programs/xlogo/xlogo.c xc/programs/xlogo/xlogo.h xc/programs/xman/Imakefile xc/programs/xman/print.h xc/programs/xmore/Imakefile xc/programs/xmore/print.c xc/programs/xmore/print.h xc/programs/xmore/printdialog.c xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c xc/programs/xphelloworld/xphelloworld/xphelloworld.c xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379 (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support client+Xserver support for passing output (stdout+stderr) of the spooler command started by the Xprint server back to the application using the "xp-spooler-command-results" XPJobAttr attribute (applications can fetch the attribute value after the XPEndJobNotify event was received; more details can be found in http://xprint.mozdev.org/docs/dtprint_fspec.ps).
2005-04-09Fix passing of non-RGB visuals. The old code did not initialize theXORG-6_8_99_2Alexander Gottwald2-4/+28
structure properly which lead to a crash in 8bpp mode
2005-04-06First import of xlaunch frontend for XmingAlexander Gottwald22-0/+3479
2005-04-04Fixed sentinels in Xt, editres and xedit to reduce number of warnings withEgbert Eich12-320/+320
gcc4 (Andreas Schwab).
2005-04-04Fix typo leading to bogus code in xorgcfg (Andreas Schwab).Egbert Eich1-1/+1
2005-04-04Support for HP's IPF ZX1 systems (Alex Williamson).Egbert Eich2-9/+32
2005-04-04When not using dlopen ia64 needs an extra cache flush to ensure the icacheEgbert Eich2-2/+10
is coherent when modules are loaded (Alex Williamson).
2005-04-02Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patchXORG-6_8_99_1Torrey Lyons1-19/+34
suggested by Daphne Pfister).
2005-04-01xc/programs/Xserver/Xprint/Init.cRoland Mainz7-296/+586
xc/programs/Xserver/Xprint/ps/Imakefile 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/PsImageUtil.c xc/programs/Xserver/Xprint/ps/PsInit.c //bugs.freedesktop.org/show_bug.cgi?id=2879) attachment #2287 (https://bugs.freedesktop.org/attachment.cgi?id=2287) Follow-up to bugzilla #1299: Add new visuals in the Postscript DDX (including TrueColor 16bit, PseudoColor 15bit/12bpg(12 bits per R-, G-, B-channel as in PostScript Level 2 (and above) colors can have 12 bits per component (36 bit for RGB)), PseudoColor+GrayScale+StaticGray 12bit/12bpg) and switch the default visual from PseudoColor 8bit/8bpg to PseudoColor 12bit/12bpg.
2005-04-01programs/Xserver/hw/xfree86/loader/xf86sym.cMatthieu Herrb2-1/+7
programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c Fix setjump0 declaration for DllLoader.
2005-04-01bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)Kevin E Martin1-10/+2
attachment #2285 (https://bugs.freedesktop.org/attachment.cgi?id=2285) Use system method to access PCI config space.
2005-04-01Bug #2835: Add symbol exports to support the ReadDisplay extension.Adam Jackson1-1/+5
2005-03-31- Add new Radeon pci ids (ATI devrel), bug 2827Alex Deucher1-6/+45
2005-03-27Sat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-13/+0
Remove accidentally committed prototype.
2005-03-26Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen4-2/+117
programs/Xserver/fb/fbmmx.h New function. Hook it up here
2005-03-25xc/programs/Xserver/Xprint/ps/ImakefileRoland Mainz1-4/+2
//bugs.freedesktop.org/show_bug.cgi?id=2821) attachment #xxx (https://bugs.freedesktop.org/attachment.cgi?id=xxx) Remove the cfb dependicy from the PostScript DDX as this is not needed in a vector DDX (mfb is still needed to fill the |BitmapToRegion()| callback with |mfbPixmapToRegion()|).
2005-03-23bugzilla #2194: fix an alignement problem on 64 bit architectures.Matthieu Herrb1-2/+2
2005-03-23Bugzilla #2750 (https://bugs.freedesktop.org/show_bug.cgi?id=2750)Thomas Hellstrom1-24/+66
Linux-only fixes: Fix case where a smaller write-combining region blocks write-combining setting of the whole frame buffer. Fix bug in wc setting code when regions are first splitted and setting of write-combining then fails.
2005-03-23xc/programs/Xserver/hw/vfb/InitOutput.cRoland Mainz2-16/+41
//bugs.freedesktop.org/show_bug.cgi?id=2791) attachment #2197 (https://bugs.freedesktop.org/attachment.cgi?id=2197) Add support for 12bit PseudoColor and 30bit TrueColor to Xvfb.
2005-03-23xc/programs/Xserver/ImakefileRoland Mainz6-29/+53
xc/programs/Xserver/Xprint/DiPrint.h xc/programs/Xserver/Xprint/Imakefile xc/programs/Xserver/Xprint/Init.c xc/programs/Xserver/Xprint/ddxInit.c xc/programs/Xserver/dix/Imakefile xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/xpstubs.c xc/programs/Xserver/os/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2193 (https://bugs.freedesktop.org/attachment.cgi?id=2193) Fix build bustage when |PrintOnlyServer| is set to |NO|. Patch by Roland Mainz <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
2005-03-23//bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187Roland Mainz1-1/+7
(https://bugs.freedesktop.org/attachment.cgi?id=2187) Fix Xvfb to honor the "-dpi" option (instead of using a hardcoded value of 100DPI).
2005-03-22Bug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)Adam Jackson1-2/+2
2005-03-22Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-1/+5
Only validate the source if it is a viewable window. Stops the cursor flickering when it is above an unviewable window.
2005-03-19//bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148Roland Mainz1-2/+1
(https://bugs.freedesktop.org/attachment.cgi?id=2148) Remove RENDER extension from exclusion list for the standalone print server (Xprt) to get this extension enabled if the print DDX support it.
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Daenzer1-0/+1
Inc.)
2005-03-17Fix build on stock Mac OS X: Out of the box, Mac OS X does not includeTorrey Lyons1-2/+2
Freetype2, Expat, or PNG. Also global variables should be initalized in the Xserver.
2005-03-16Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-3/+7
Only validate the source if it is a viewable window. Stops the cursor flickering when it is above an unviewable window.
2005-03-16Add cursor support to XglxDavid Reveman1-9/+278
2005-03-16Fix a few problems in XglDavid Reveman7-58/+71
2005-03-16Don't fail calling function when DriverFunc() for RandR fails asEgbert Eich1-13/+20
DriverFunc() also returns FALSE when the specific sub function isn't supported. In the case of xf86RandRGetInfo() we simply rely on what has been set before and return TRUE. In the case of xf86RandRSetConfig() we only bail with FALSE if we have to do a rotation and the call fails. We presently cannot do rotation on the fly without the help of a driver function (Bugzilla #2745).
2005-03-16Make message that gets printed when loader encounters a .o with no symbolsEgbert Eich1-1/+3
less conspicuous.
2005-03-11Return early from xglFillRect when no rectangles should be filledDavid Reveman1-1/+4
2005-03-11Use negative stride and PBOs in XglDavid Reveman10-77/+148
2005-03-10Force rebuilding of window stack if a window changes it's state fromAlexander Gottwald2-1/+23
minimized.
2005-03-08Adding more errnos to the libc wrapper (Bugzilla #2672).Egbert Eich2-3/+95
2005-03-08Return early from xglCopy if fall-back is more efficientDavid Reveman1-4/+10
2005-03-08Better ShmPutImage support in XglDavid Reveman4-1/+135
2005-03-08Minor improvement to CopyArea in XglDavid Reveman1-9/+3