platform/upstream/xorg-server.git
19 years agoRender performance improvements. (Lars Knoll, Zack Rusin)
Adam Jackson [Mon, 9 May 2005 12:46:53 +0000 (12:46 +0000)]
Render performance improvements. (Lars Knoll, Zack Rusin)

19 years agoRender performance improvements. (Lars Knoll, Zack Rusin)
Adam Jackson [Sun, 8 May 2005 23:34:15 +0000 (23:34 +0000)]
Render performance improvements. (Lars Knoll, Zack Rusin)

19 years agoOnly call ConfigureWindow from winRaiseWindow if the windows message
Alexander Gottwald [Sun, 8 May 2005 21:14:55 +0000 (21:14 +0000)]
Only call ConfigureWindow from winRaiseWindow if the windows message
    dispatch loop is running.

19 years agoFix build issues on Mac OS X 10.4.0. XORG-6_8_99_6
Torrey Lyons [Fri, 6 May 2005 00:45:30 +0000 (00:45 +0000)]
Fix build issues on Mac OS X 10.4.0.

19 years agoPort X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in
Eric Anholt [Wed, 4 May 2005 04:14:58 +0000 (04:14 +0000)]
Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in
    mouse.c explicitly signed, avoiding the need for -fsigned-chars. (Peter
    Grehan, grehan at FreeBSD dot org)

19 years agoFix comments for pointers in parameter lists to work with fussy compilers
Harold L Hunt II [Mon, 2 May 2005 22:01:08 +0000 (22:01 +0000)]
Fix comments for pointers in parameter lists to work with fussy compilers

19 years agoFix message type (respose->response) and fix */*comment*/ blocks to work
Harold L Hunt II [Mon, 2 May 2005 21:57:32 +0000 (21:57 +0000)]
Fix message type (respose->response) and fix */*comment*/ blocks to work
    with fussy compilers.

19 years agoPrint correct logfile in FatalError message sco_port_update-base
Alexander Gottwald [Mon, 2 May 2005 14:07:31 +0000 (14:07 +0000)]
Print correct logfile in FatalError message

19 years agoSet stencil size for Xgl GLX visuals
David Reveman [Mon, 2 May 2005 00:33:52 +0000 (00:33 +0000)]
Set stencil size for Xgl GLX visuals

19 years agoNew algorithm for calculating glyph extents in Xgl
David Reveman [Sun, 1 May 2005 22:55:25 +0000 (22:55 +0000)]
New algorithm for calculating glyph extents in Xgl

19 years agoCatch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't XORG-6_8_99_5
Egbert Eich [Wed, 27 Apr 2005 15:42:15 +0000 (15:42 +0000)]
Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't
    intercept reading the authority file (Fabian Franz, Bugzilla #3137).

19 years agoMinor optimization
David Reveman [Wed, 27 Apr 2005 10:34:33 +0000 (10:34 +0000)]
Minor optimization

19 years agoLine drawing improvements to Xgl
David Reveman [Wed, 27 Apr 2005 09:29:33 +0000 (09:29 +0000)]
Line drawing improvements to Xgl

19 years agoFix typo
David Reveman [Wed, 27 Apr 2005 08:45:16 +0000 (08:45 +0000)]
Fix typo

19 years agoAdd glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX
David Reveman [Tue, 26 Apr 2005 11:04:23 +0000 (11:04 +0000)]
Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX

19 years agoxc/programs/Xserver/Xprint/Init.c
Roland Mainz [Tue, 26 Apr 2005 06:12:07 +0000 (06:12 +0000)]
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).

19 years agoAdd scissor based clipping to Xgl GLX
David Reveman [Mon, 25 Apr 2005 17:18:01 +0000 (17:18 +0000)]
Add scissor based clipping to Xgl GLX

19 years agoBug #2138: When the server is built with MakeDllModules YES, prefer
Adam Jackson [Mon, 25 Apr 2005 00:25:39 +0000 (00:25 +0000)]
Bug #2138: When the server is built with MakeDllModules YES, prefer
    dlloader modules to elfloader modules, and vice versa when
    MakeDllModules is NO. Based on 028_loader_speed_hack.diff from Ubuntu
    (Daniel Stone).

19 years agoBug #2141: Rework misleading warning message when APM support is
Adam Jackson [Mon, 25 Apr 2005 00:11:21 +0000 (00:11 +0000)]
Bug #2141: Rework misleading warning message when APM support is
    unavailable. (Previous patch on 2005-04-14 changed the wrong message.)

19 years agoxc/config/cf/X11.tmpl XORG-6_8_99_4
Roland Mainz [Sun, 24 Apr 2005 01:10:12 +0000 (01:10 +0000)]
xc/config/cf/X11.tmpl
xc/programs/Xserver/Xext/Imakefile
xc/programs/Xserver/dix/Imakefile
xc/programs/Xserver/dix/main.c
xc/programs/Xserver/dix/xpstubs.c
xc/programs/Xserver/mi/miinitext.c
//bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2526
    (https://bugs.freedesktop.org/attachment.cgi?id=2526) bug 2792 part II:
    Make Xprint headers in dix/, mi/, os/ and Xext/ conditional on whether
    the Xprint extension is build or not. Patch by Egbert Eich
    <eich@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>.

19 years ago//bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525
Roland Mainz [Sat, 23 Apr 2005 22:55:40 +0000 (22:55 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525
    (https://bugs.freedesktop.org/attachment.cgi?id=2525) Get Xprint server
    working again which was broken by the
05/04/20 05:49:46 commit commit (the CPP symbol |XPRINT| is not universally
    available when building the Xserver and should be used with care).

19 years agoBug #3016: Don't complain as loudly about failing to load a module that's
Adam Jackson [Sat, 23 Apr 2005 19:16:10 +0000 (19:16 +0000)]
Bug #3016: Don't complain as loudly about failing to load a module that's
    already loaded.

19 years agoBug #3109: Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)
Adam Jackson [Sat, 23 Apr 2005 19:01:13 +0000 (19:01 +0000)]
Bug #3109: Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)

19 years agoClean up formatting, projectroot substutition, and grammatical nits.
Alan Coopersmith [Fri, 22 Apr 2005 22:11:26 +0000 (22:11 +0000)]
Clean up formatting, projectroot substutition, and grammatical nits.

19 years agoWork around clash between Solaris headers and module loader headers over
Alan Coopersmith [Fri, 22 Apr 2005 22:04:37 +0000 (22:04 +0000)]
Work around clash between Solaris headers and module loader headers over
    definition of FILE.

19 years agoBug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.
Adam Jackson [Fri, 22 Apr 2005 20:49:50 +0000 (20:49 +0000)]
Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.

19 years agoBug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
Adam Jackson [Fri, 22 Apr 2005 17:45:14 +0000 (17:45 +0000)]
Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
    Bjorn Helgaas, Egbert Eich.)

19 years agoBug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
Adam Jackson [Fri, 22 Apr 2005 16:49:22 +0000 (16:49 +0000)]
Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
    Bjorn Helgaas, Egbert Eich.)

19 years agoChange xf86bigfont.h include to X11/extensions/xf86bigfont.h.
Daniel Stone [Thu, 21 Apr 2005 00:31:31 +0000 (00:31 +0000)]
Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.

19 years agoChange keymap.h includes to X11/keymap.h
Daniel Stone [Thu, 21 Apr 2005 00:31:13 +0000 (00:31 +0000)]
Change keymap.h includes to X11/keymap.h

19 years agoChange dmxext.h and dmxproto.h to <X11/extensions/...>.
Daniel Stone [Wed, 20 Apr 2005 23:33:53 +0000 (23:33 +0000)]
Change dmxext.h and dmxproto.h to <X11/extensions/...>.

19 years agoChange "eviestr.h" to <X11/extensions/eviestr.h>.
Daniel Stone [Wed, 20 Apr 2005 23:11:12 +0000 (23:11 +0000)]
Change "eviestr.h" to <X11/extensions/eviestr.h>.

19 years agoFix includes right throughout the Xserver tree:
Alexander Gottwald [Wed, 20 Apr 2005 16:40:52 +0000 (16:40 +0000)]
Fix includes right throughout the Xserver tree:
apply changes to windows specific includes
Fix includes right throughout the Xserver tree:
apply changes to Xdmcp.h

19 years agowarning fix for Win32
Alexander Gottwald [Wed, 20 Apr 2005 16:34:46 +0000 (16:34 +0000)]
warning fix for Win32

19 years agoChange "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.
Daniel Stone [Wed, 20 Apr 2005 15:16:36 +0000 (15:16 +0000)]
Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.

19 years agoAdd missing space after -query hostname
Alexander Gottwald [Wed, 20 Apr 2005 14:17:35 +0000 (14:17 +0000)]
Add missing space after -query hostname

19 years agoChange xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes.
Daniel Stone [Wed, 20 Apr 2005 14:16:37 +0000 (14:16 +0000)]
Change xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes.

19 years agoChange xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.
Daniel Stone [Wed, 20 Apr 2005 13:33:54 +0000 (13:33 +0000)]
Change xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.

19 years agoAdd glyphstr.h to includes.
Daniel Stone [Wed, 20 Apr 2005 13:01:55 +0000 (13:01 +0000)]
Add glyphstr.h to includes.

19 years agoConditionalise usage of Xprint functions and headers.
Daniel Stone [Wed, 20 Apr 2005 12:49:46 +0000 (12:49 +0000)]
Conditionalise usage of Xprint functions and headers.

19 years agoChange keysymdef.h to X11/keysymdef.h for include statement.
Daniel Stone [Wed, 20 Apr 2005 12:42:02 +0000 (12:42 +0000)]
Change keysymdef.h to X11/keysymdef.h for include statement.

19 years agoChange Xalloca.h to X11/Xalloca.h for include.
Daniel Stone [Wed, 20 Apr 2005 12:39:28 +0000 (12:39 +0000)]
Change Xalloca.h to X11/Xalloca.h for include.

19 years agoFix includes right throughout the Xserver tree:
Daniel Stone [Wed, 20 Apr 2005 12:25:48 +0000 (12:25 +0000)]
Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

19 years agoPrevent recursive calls to winRaiseWindow.
Alexander Gottwald [Tue, 19 Apr 2005 18:21:01 +0000 (18:21 +0000)]
Prevent recursive calls to winRaiseWindow.

19 years agoHash texture objects and display lists in Xgl
David Reveman [Tue, 19 Apr 2005 14:51:29 +0000 (14:51 +0000)]
Hash texture objects and display lists in Xgl

19 years agoAdded a log pring for the parameters
Bogdan Diaconescu [Sun, 17 Apr 2005 23:02:25 +0000 (23:02 +0000)]
Added a log pring for the parameters

19 years agoAdded new tuner FM1236MK3 PAL version
Bogdan Diaconescu [Sun, 17 Apr 2005 23:00:58 +0000 (23:00 +0000)]
Added new tuner FM1236MK3 PAL version

19 years agoThis is the UDA1380 sound coder-decoder module
Bogdan Diaconescu [Sun, 17 Apr 2005 22:58:03 +0000 (22:58 +0000)]
This is the UDA1380 sound coder-decoder module

19 years agoFix cases in Darwin build where a variable is declared static and later as XORG-6_8_99_3
Torrey Lyons [Sat, 16 Apr 2005 00:21:21 +0000 (00:21 +0000)]
Fix cases in Darwin build where a variable is declared static and later as
    extern (XFree86 Bug #1576, Jordan Frank).

19 years ago//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434
Roland Mainz [Fri, 15 Apr 2005 23:34:39 +0000 (23:34 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434
    (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>.

19 years agoBug #2141: Rework misleading warning message when APM support is
Adam Jackson [Fri, 15 Apr 2005 00:18:58 +0000 (00:18 +0000)]
Bug #2141: Rework misleading warning message when APM support is
    unavailable.

19 years agoBug #3025: gcc4 build fix.
Adam Jackson [Thu, 14 Apr 2005 17:51:51 +0000 (17:51 +0000)]
Bug #3025: gcc4 build fix.

19 years agoAdd GLX code to Xgl
David Reveman [Wed, 13 Apr 2005 14:27:47 +0000 (14:27 +0000)]
Add GLX code to Xgl

19 years ago//bugs.freedesktop.org/show_bug.cgi?id=3001) attachment #2404
Roland Mainz [Wed, 13 Apr 2005 00:05:37 +0000 (00:05 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=3001) attachment #2404
    (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>.

19 years agoupdate static file from pci.ids
Alan Hourihane [Mon, 11 Apr 2005 11:06:21 +0000 (11:06 +0000)]
update static file from pci.ids

19 years agoimport latest pci.ids file
Alan Hourihane [Mon, 11 Apr 2005 10:57:33 +0000 (10:57 +0000)]
import latest pci.ids file

19 years agoReenable BackingStore in Xvfb.
Egbert Eich [Mon, 11 Apr 2005 10:54:13 +0000 (10:54 +0000)]
Reenable BackingStore in Xvfb.

19 years agoAdded wizard page for clipboard selection and additional server parameters
Alexander Gottwald [Mon, 11 Apr 2005 10:16:25 +0000 (10:16 +0000)]
Added wizard page for clipboard selection and additional server parameters

19 years agoCorrect the mask bits when checking for a 64bit memory base in PCI config
Egbert Eich [Mon, 11 Apr 2005 10:05:38 +0000 (10:05 +0000)]
Correct the mask bits when checking for a 64bit memory base in PCI config
    space (bugzilla #2963).

19 years agoPreventing hight for drawing from becoming negative when face->dy < 0. The
Egbert Eich [Mon, 11 Apr 2005 09:33:43 +0000 (09:33 +0000)]
Preventing hight for drawing from becoming negative when face->dy < 0. The
    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).

19 years agoxc/programs/Xserver/Xprint/attributes.c
Roland Mainz [Mon, 11 Apr 2005 01:06:15 +0000 (01:06 +0000)]
xc/programs/Xserver/Xprint/attributes.c
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).

19 years agoFix passing of non-RGB visuals. The old code did not initialize the XORG-6_8_99_2
Alexander Gottwald [Sat, 9 Apr 2005 19:20:03 +0000 (19:20 +0000)]
Fix passing of non-RGB visuals. The old code did not initialize the
    structure properly which lead to a crash in 8bpp mode

19 years agoFirst import of xlaunch frontend for Xming
Alexander Gottwald [Wed, 6 Apr 2005 15:18:59 +0000 (15:18 +0000)]
First import of xlaunch frontend for Xming

19 years agoFixed sentinels in Xt, editres and xedit to reduce number of warnings with
Egbert Eich [Mon, 4 Apr 2005 10:17:06 +0000 (10:17 +0000)]
Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
    gcc4 (Andreas Schwab).

19 years agoFix typo leading to bogus code in xorgcfg (Andreas Schwab).
Egbert Eich [Mon, 4 Apr 2005 10:11:51 +0000 (10:11 +0000)]
Fix typo leading to bogus code in xorgcfg (Andreas Schwab).

19 years agoSupport for HP's IPF ZX1 systems (Alex Williamson).
Egbert Eich [Mon, 4 Apr 2005 09:55:25 +0000 (09:55 +0000)]
Support for HP's IPF ZX1 systems (Alex Williamson).

19 years agoWhen not using dlopen ia64 needs an extra cache flush to ensure the icache
Egbert Eich [Mon, 4 Apr 2005 09:47:07 +0000 (09:47 +0000)]
When not using dlopen ia64 needs an extra cache flush to ensure the icache
    is coherent when modules are loaded (Alex Williamson).

19 years agoFix XDarwin's handling of Wacom tablet mouse buttons (Based on patch XORG-6_8_99_1
Torrey Lyons [Sat, 2 Apr 2005 02:29:24 +0000 (02:29 +0000)]
Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patch
    suggested by Daphne Pfister).

19 years agoxc/programs/Xserver/Xprint/Init.c
Roland Mainz [Fri, 1 Apr 2005 21:45:20 +0000 (21:45 +0000)]
xc/programs/Xserver/Xprint/Init.c
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.

19 years agoprograms/Xserver/hw/xfree86/loader/xf86sym.c
Matthieu Herrb [Fri, 1 Apr 2005 21:28:50 +0000 (21:28 +0000)]
programs/Xserver/hw/xfree86/loader/xf86sym.c
programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c Fix setjump0
    declaration for DllLoader.

19 years agobugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)
Kevin E Martin [Fri, 1 Apr 2005 20:21:38 +0000 (20:21 +0000)]
bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)
    attachment #2285 (https://bugs.freedesktop.org/attachment.cgi?id=2285)
    Use system method to access PCI config space.

19 years agoBug #2835: Add symbol exports to support the ReadDisplay extension.
Adam Jackson [Fri, 1 Apr 2005 20:05:11 +0000 (20:05 +0000)]
Bug #2835: Add symbol exports to support the ReadDisplay extension.

19 years ago- Add new Radeon pci ids (ATI devrel), bug 2827
Alex Deucher [Thu, 31 Mar 2005 23:18:10 +0000 (23:18 +0000)]
- Add new Radeon pci ids (ATI devrel), bug 2827

19 years agoSat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Sun, 27 Mar 2005 00:17:12 +0000 (00:17 +0000)]
Sat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>
Remove accidentally committed prototype.

19 years agoSat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Sat, 26 Mar 2005 23:50:24 +0000 (23:50 +0000)]
Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>
programs/Xserver/fb/fbmmx.h
New function.
Hook it up here

19 years agoxc/programs/Xserver/Xprint/ps/Imakefile
Roland Mainz [Fri, 25 Mar 2005 23:11:14 +0000 (23:11 +0000)]
xc/programs/Xserver/Xprint/ps/Imakefile
//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()|).

19 years agobugzilla #2194: fix an alignement problem on 64 bit architectures.
Matthieu Herrb [Wed, 23 Mar 2005 21:09:48 +0000 (21:09 +0000)]
bugzilla #2194: fix an alignement problem on 64 bit architectures.

19 years agoBugzilla #2750 (https://bugs.freedesktop.org/show_bug.cgi?id=2750)
Thomas Hellstrom [Wed, 23 Mar 2005 21:03:41 +0000 (21:03 +0000)]
Bugzilla #2750 (https://bugs.freedesktop.org/show_bug.cgi?id=2750)
    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.

19 years agoxc/programs/Xserver/hw/vfb/InitOutput.c
Roland Mainz [Wed, 23 Mar 2005 20:49:52 +0000 (20:49 +0000)]
xc/programs/Xserver/hw/vfb/InitOutput.c
//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.

19 years agoxc/programs/Xserver/Imakefile
Roland Mainz [Wed, 23 Mar 2005 19:58:45 +0000 (19:58 +0000)]
xc/programs/Xserver/Imakefile
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>.

19 years ago//bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187
Roland Mainz [Wed, 23 Mar 2005 00:32:49 +0000 (00:32 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187
    (https://bugs.freedesktop.org/attachment.cgi?id=2187) Fix Xvfb to honor
    the "-dpi" option (instead of using a hardcoded value of 100DPI).

19 years agoBug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)
Adam Jackson [Tue, 22 Mar 2005 21:30:43 +0000 (21:30 +0000)]
Bug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)

19 years agoTue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Tue, 22 Mar 2005 17:49:14 +0000 (17:49 +0000)]
Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>
Only validate the source if it is a viewable window. Stops the cursor
    flickering when it is above an unviewable window.

19 years ago//bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148
Roland Mainz [Sat, 19 Mar 2005 20:51:34 +0000 (20:51 +0000)]
//bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148
    (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.

19 years agoAdd support for production version of ATI RN50/ES1000. (ATI Technologies
Michel Daenzer [Fri, 18 Mar 2005 22:36:47 +0000 (22:36 +0000)]
Add support for production version of ATI RN50/ES1000. (ATI Technologies
    Inc.)

19 years agoFix build on stock Mac OS X: Out of the box, Mac OS X does not include
Torrey Lyons [Thu, 17 Mar 2005 01:12:07 +0000 (01:12 +0000)]
Fix build on stock Mac OS X: Out of the box, Mac OS X does not include
    Freetype2, Expat, or PNG. Also global variables should be initalized in
    the Xserver.

19 years agoWed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Wed, 16 Mar 2005 21:25:43 +0000 (21:25 +0000)]
Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>
Only validate the source if it is a viewable window. Stops the cursor
    flickering when it is above an unviewable window.

19 years agoAdd cursor support to Xglx
David Reveman [Wed, 16 Mar 2005 21:05:51 +0000 (21:05 +0000)]
Add cursor support to Xglx

19 years agoFix a few problems in Xgl
David Reveman [Wed, 16 Mar 2005 20:05:19 +0000 (20:05 +0000)]
Fix a few problems in Xgl

19 years agoDon't fail calling function when DriverFunc() for RandR fails as
Egbert Eich [Wed, 16 Mar 2005 12:16:06 +0000 (12:16 +0000)]
Don't fail calling function when DriverFunc() for RandR fails as
    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).

19 years agoMake message that gets printed when loader encounters a .o with no symbols
Egbert Eich [Wed, 16 Mar 2005 11:54:54 +0000 (11:54 +0000)]
Make message that gets printed when loader encounters a .o with no symbols
    less conspicuous.

19 years agoReturn early from xglFillRect when no rectangles should be filled
David Reveman [Fri, 11 Mar 2005 12:26:20 +0000 (12:26 +0000)]
Return early from xglFillRect when no rectangles should be filled

19 years agoUse negative stride and PBOs in Xgl
David Reveman [Fri, 11 Mar 2005 00:58:49 +0000 (00:58 +0000)]
Use negative stride and PBOs in Xgl

19 years agoForce rebuilding of window stack if a window changes it's state from
Alexander Gottwald [Thu, 10 Mar 2005 20:05:46 +0000 (20:05 +0000)]
Force rebuilding of window stack if a window changes it's state from
    minimized.

19 years agoAdding more errnos to the libc wrapper (Bugzilla #2672).
Egbert Eich [Tue, 8 Mar 2005 10:26:59 +0000 (10:26 +0000)]
Adding more errnos to the libc wrapper (Bugzilla #2672).

19 years agoReturn early from xglCopy if fall-back is more efficient
David Reveman [Tue, 8 Mar 2005 09:27:09 +0000 (09:27 +0000)]
Return early from xglCopy if fall-back is more efficient

19 years agoBetter ShmPutImage support in Xgl
David Reveman [Tue, 8 Mar 2005 09:12:17 +0000 (09:12 +0000)]
Better ShmPutImage support in Xgl

19 years agoMinor improvement to CopyArea in Xgl
David Reveman [Tue, 8 Mar 2005 09:03:38 +0000 (09:03 +0000)]
Minor improvement to CopyArea in Xgl

19 years agoImprove Xgl offscreen memory manager
David Reveman [Tue, 8 Mar 2005 08:48:22 +0000 (08:48 +0000)]
Improve Xgl offscreen memory manager

19 years agoFix Xgl glyph caching
David Reveman [Tue, 8 Mar 2005 08:30:47 +0000 (08:30 +0000)]
Fix Xgl glyph caching