David Reveman [Tue, 7 Jun 2005 08:53:40 +0000 (08:53 +0000)]
GLX improvements and remove use of pbuffers for offscreen rendering in Xgl
Jon Smirl [Mon, 6 Jun 2005 04:06:38 +0000 (04:06 +0000)]
Keyboard sort of works now with evdev
Jon Smirl [Sun, 5 Jun 2005 17:32:41 +0000 (17:32 +0000)]
Create a default colormap
Jon Smirl [Sun, 5 Jun 2005 01:58:41 +0000 (01:58 +0000)]
Enable egl server in automake
--enable-xeglserver
Jon Smirl [Sat, 4 Jun 2005 23:33:03 +0000 (23:33 +0000)]
Initial Xegl check-in. Works on EGL fbdev driver Input is totally broken.
Alan Coopersmith [Fri, 3 Jun 2005 21:49:11 +0000 (21:49 +0000)]
Need to set initial screen size at device open time too.
Alexander Gottwald [Fri, 3 Jun 2005 08:12:22 +0000 (08:12 +0000)]
Backout last winRaiseWindow patch which caused stacking problems
Alan Coopersmith [Wed, 1 Jun 2005 17:45:17 +0000 (17:45 +0000)]
Solaris VUID mouse protocol updates:
- support for mouse-like devices that report absolute coordinates
- support for mouse-like devices that need to know screen size so they can
scale absolute coordinates to screen size
- fix 3-button emulation
Adam Jackson [Mon, 30 May 2005 18:44:55 +0000 (18:44 +0000)]
Bug #3368: Cosmetic cleanup to DIX export list.
Adam Jackson [Mon, 30 May 2005 18:36:19 +0000 (18:36 +0000)]
Bug #3407: Clean out ancient #ifdef X11R5 conditionals.
Alan Coopersmith [Sat, 28 May 2005 00:08:03 +0000 (00:08 +0000)]
Change hardcoded /usr/X11R6 to PROJECTROOT. Change hardcoded XF86Config to
XCONFIGFILE.
Alexander Gottwald [Wed, 25 May 2005 12:14:29 +0000 (12:14 +0000)]
Workaround bug in pthread.h
Alan Coopersmith [Sun, 22 May 2005 01:12:49 +0000 (01:12 +0000)]
Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie
extension crash with signal 11 on keyboard Bugzilla #1205
<https://bugs.freedesktop.org/show_bug.cgi?id=1205> Xevie client
receives two KeyPress events on consumed keys when XKB is enabled
Patch #2223 <https://bugs.freedesktop.org/attachment.cgi?id=2223> Fixes for
both of these and some other Xevie bugs (Derek Wang - Sun Microsystems)
Alan Coopersmith [Sat, 21 May 2005 07:46:38 +0000 (07:46 +0000)]
Initial experimental support for AMD64 builds on Solaris 10 x86. Improved
support for 64-bit SPARC builds on Solaris as well.
Adam Jackson [Thu, 19 May 2005 18:53:51 +0000 (18:53 +0000)]
Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.
Søren Sandmann Pedersen [Thu, 19 May 2005 01:25:02 +0000 (01:25 +0000)]
Wed May 18 21:20:35 2005 Søren Sandmann <sandmann@redhat.com>
s/dst/src that I missed in the previous patch. Pointed out by Owen Taylor.
Søren Sandmann Pedersen [Wed, 18 May 2005 20:49:31 +0000 (20:49 +0000)]
Wed May 18 16:47:44 2005 Søren Sandmann <sandmann@redhat.com>
Actually assign the computed results. (Reported by Michael Dänzer, patch
by Owen Taylor).
Adam Jackson [Wed, 18 May 2005 19:44:35 +0000 (19:44 +0000)]
Bug #3066: Promote frameBufferPhysicalAddress to pointer from CARD32; bump
DRIINFO version to match. Fix various pointer printfs in libdri to be
64-bit aware. Silence a warning about redefining noXFree86DRIExtension.
(Jesse Barnes)
Adam Jackson [Wed, 18 May 2005 17:47:35 +0000 (17:47 +0000)]
Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
number of the DRIInfoRec, disambiguating it from the XF86DRI protocol
version number. Modify DRIQueryVersion to return the libdri version
number, which all DDXes were requesting implicitly. Fix the DDXes to
check for the DRIINFO version they were compiled against.
Egbert Eich [Wed, 18 May 2005 15:38:50 +0000 (15:38 +0000)]
VBESetVBEMode() calls int10 0x4f02 to set a VBE video mode. This can be a
standard mode solely determined by the mode ID or it may be a detailed
mode with almost arbitrary mode parameters. The mode parameters are
passed to the BIOS in a memory area pointed to by es:di. If bit 11 in
the video mode is set this memory area is evaluated. When we don't have
such an area (passed to VBESetVBEMode() this function should unset this
bit for sanity reasons. (Bugzilla #3329)
Zack Rusin [Wed, 18 May 2005 14:24:14 +0000 (14:24 +0000)]
rewrite the rootless compositing code (1) compiles which is already a huge
improvement ;) , 2) matches the new render composition semantics)
Egbert Eich [Wed, 18 May 2005 10:31:53 +0000 (10:31 +0000)]
Avoid segfaults if the number of user supplied monitor ranges exceed the
number of preallocated slots. We should really make this dynamic - but
I don't think this ever caused a problem so it's more or less academic.
A. Avoid that *SyncStart starts before *BlankStart. If *BlankStart >
*SyncStart it is made = *SyncStart and its width is made maximal but such
that the blank does not exceed *Total. Since the Sync width has the
same restrictions as the Blank width monitors should still be able to
clamp after the sync pulse. B. Over time mode validation has become
inconsistent when people started to add additional features to the mode
validation. One such feature is that the mode->Crtc* values have been
(ab)used to allow the driver ValidMode() function to pass driver
normalized timing values back to the validation function. The
introduction of these features made the code less readable and created
numerous possibly unintended side effects in the validation semantics.
I've attempted to consolidate these changes making the code more
consistent and eliminating a number of side effects. This should not
cause problems for the majority of drivers, still it should receive
testing - especially with ATi Mach64 and Radeon code. (Bugzilla #3325).
Thomas Hellstrom [Sun, 15 May 2005 17:45:47 +0000 (17:45 +0000)]
Bug 2750: Prevent mtrr_remove_offending from ending up in an endless loop
if the offending region refuses to be removed.
Alan Coopersmith [Sat, 14 May 2005 20:13:45 +0000 (20:13 +0000)]
Change return statements to fix compiler errors: "fbcompose.c", line 2815:
void function cannot return value "fbcompose.c", line 2861: void
function cannot return value
Søren Sandmann Pedersen [Fri, 13 May 2005 22:53:44 +0000 (22:53 +0000)]
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in
<X11/...>
- For Xcomposite and Xdamage, don't link the build system out of the xc
tree
- Link the public X11 headers into their own directory
- Add links to XKeysymDB and XErrorDB
- Add links to all the Xlib man pages
- Add links to the lcUniConv subdirectory
- Conditionally include config.h in Xlib source
Eric Anholt [Tue, 10 May 2005 00:12:17 +0000 (00:12 +0000)]
Bugzilla #2561: Disable some keycode translations on PC98, which had
various bad effects including modifier keys not working.
Eric Anholt [Mon, 9 May 2005 23:42:26 +0000 (23:42 +0000)]
Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.
Eric Anholt [Mon, 9 May 2005 23:26:02 +0000 (23:26 +0000)]
Increase the maximum number of buttons from 12 to 24. Helps with
button-happy mice like the Logitech MediaPlay. (Bugzilla #2390)
Adam Jackson [Mon, 9 May 2005 12:46:53 +0000 (12:46 +0000)]
Render 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)
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.
Torrey Lyons [Fri, 6 May 2005 00:45:30 +0000 (00:45 +0000)]
Fix build issues on Mac OS X 10.4.0.
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)
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
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.
Alexander Gottwald [Mon, 2 May 2005 14:07:31 +0000 (14:07 +0000)]
Print correct logfile in FatalError message
David Reveman [Mon, 2 May 2005 00:33:52 +0000 (00:33 +0000)]
Set stencil size for Xgl GLX visuals
David Reveman [Sun, 1 May 2005 22:55:25 +0000 (22:55 +0000)]
New algorithm for calculating glyph extents in Xgl
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).
David Reveman [Wed, 27 Apr 2005 10:34:33 +0000 (10:34 +0000)]
Minor optimization
David Reveman [Wed, 27 Apr 2005 09:29:33 +0000 (09:29 +0000)]
Line drawing improvements to Xgl
David Reveman [Wed, 27 Apr 2005 08:45:16 +0000 (08:45 +0000)]
Fix typo
David Reveman [Tue, 26 Apr 2005 11:04:23 +0000 (11:04 +0000)]
Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX
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).
David Reveman [Mon, 25 Apr 2005 17:18:01 +0000 (17:18 +0000)]
Add scissor based clipping to Xgl GLX
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).
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.)
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>.
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).
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.
Adam Jackson [Sat, 23 Apr 2005 19:01:13 +0000 (19:01 +0000)]
Bug #3109: Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)
Alan Coopersmith [Fri, 22 Apr 2005 22:11:26 +0000 (22:11 +0000)]
Clean up formatting, projectroot substutition, and grammatical nits.
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.
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.
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.)
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.)
Daniel Stone [Thu, 21 Apr 2005 00:31:31 +0000 (00:31 +0000)]
Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.
Daniel Stone [Thu, 21 Apr 2005 00:31:13 +0000 (00:31 +0000)]
Change keymap.h includes to X11/keymap.h
Daniel Stone [Wed, 20 Apr 2005 23:33:53 +0000 (23:33 +0000)]
Change dmxext.h and dmxproto.h to <X11/extensions/...>.
Daniel Stone [Wed, 20 Apr 2005 23:11:12 +0000 (23:11 +0000)]
Change "eviestr.h" to <X11/extensions/eviestr.h>.
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
Alexander Gottwald [Wed, 20 Apr 2005 16:34:46 +0000 (16:34 +0000)]
warning fix for Win32
Daniel Stone [Wed, 20 Apr 2005 15:16:36 +0000 (15:16 +0000)]
Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.
Alexander Gottwald [Wed, 20 Apr 2005 14:17:35 +0000 (14:17 +0000)]
Add missing space after -query hostname
Daniel Stone [Wed, 20 Apr 2005 14:16:37 +0000 (14:16 +0000)]
Change xf86bigfstr.h to X11/extensions/xf86bigfstr.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.
Daniel Stone [Wed, 20 Apr 2005 13:01:55 +0000 (13:01 +0000)]
Add glyphstr.h to includes.
Daniel Stone [Wed, 20 Apr 2005 12:49:46 +0000 (12:49 +0000)]
Conditionalise usage of Xprint functions and headers.
Daniel Stone [Wed, 20 Apr 2005 12:42:02 +0000 (12:42 +0000)]
Change keysymdef.h to X11/keysymdef.h for include statement.
Daniel Stone [Wed, 20 Apr 2005 12:39:28 +0000 (12:39 +0000)]
Change Xalloca.h to X11/Xalloca.h for include.
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.
Alexander Gottwald [Tue, 19 Apr 2005 18:21:01 +0000 (18:21 +0000)]
Prevent recursive calls to winRaiseWindow.
David Reveman [Tue, 19 Apr 2005 14:51:29 +0000 (14:51 +0000)]
Hash texture objects and display lists in Xgl
Bogdan Diaconescu [Sun, 17 Apr 2005 23:02:25 +0000 (23:02 +0000)]
Added a log pring for the parameters
Bogdan Diaconescu [Sun, 17 Apr 2005 23:00:58 +0000 (23:00 +0000)]
Added new tuner FM1236MK3 PAL version
Bogdan Diaconescu [Sun, 17 Apr 2005 22:58:03 +0000 (22:58 +0000)]
This is the UDA1380 sound coder-decoder module
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).
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>.
Adam Jackson [Fri, 15 Apr 2005 00:18:58 +0000 (00:18 +0000)]
Bug #2141: Rework misleading warning message when APM support is
unavailable.
Adam Jackson [Thu, 14 Apr 2005 17:51:51 +0000 (17:51 +0000)]
Bug #3025: gcc4 build fix.
David Reveman [Wed, 13 Apr 2005 14:27:47 +0000 (14:27 +0000)]
Add GLX code to Xgl
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>.
Alan Hourihane [Mon, 11 Apr 2005 11:06:21 +0000 (11:06 +0000)]
update static file from pci.ids
Alan Hourihane [Mon, 11 Apr 2005 10:57:33 +0000 (10:57 +0000)]
import latest pci.ids file
Egbert Eich [Mon, 11 Apr 2005 10:54:13 +0000 (10:54 +0000)]
Reenable BackingStore in Xvfb.
Alexander Gottwald [Mon, 11 Apr 2005 10:16:25 +0000 (10:16 +0000)]
Added wizard page for clipboard selection and additional server parameters
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).
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).
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).
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
Alexander Gottwald [Wed, 6 Apr 2005 15:18:59 +0000 (15:18 +0000)]
First import of xlaunch frontend for Xming
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).
Egbert Eich [Mon, 4 Apr 2005 10:11:51 +0000 (10:11 +0000)]
Fix typo leading to bogus code in xorgcfg (Andreas Schwab).
Egbert Eich [Mon, 4 Apr 2005 09:55:25 +0000 (09:55 +0000)]
Support for HP's IPF ZX1 systems (Alex Williamson).
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).
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).
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.
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.
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.
Adam Jackson [Fri, 1 Apr 2005 20:05:11 +0000 (20:05 +0000)]
Bug #2835: Add symbol exports to support the ReadDisplay extension.