7093367c39 
								
							 
						 
						
							
							
								
								Fix Pending property API, adding RRPostPendingProperty.  
							
							... 
							
							
							
							Pending Properties take effect when the driver says they do, so provide an
API to tell DIX when a property effect is made. Also, allow driver
to reject property values in RRChangeOutputProperty.
(cherry picked from commit 8eb288fbd69e2ffd02521d2c6a964c8180d08ec8) 
							
						 
						
							2007-03-23 01:32:34 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								510eaa346e 
								
							 
						 
						
							
							
								
								Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.  
							
							... 
							
							
							
							Erase pointers to structures which are freed at server reset time.
(cherry picked from commit 492c768065f49306a2194a88edf96b85de0ff4ff) 
							
						 
						
							2007-03-23 01:30:24 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b63e0d2545 
								
							 
						 
						
							
							
								
								Clean up Rotate state on server reset.  
							
							... 
							
							
							
							The rotation state is stored in the xf86_config structure which is not
re-initialized at server reset time. Clean it up at CloseScreen time.
(cherry picked from commit f8db7665dcd7af78ca4db2461e0bf787ec662cb1) 
							
						 
						
							2007-03-23 01:30:00 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1b766ffc06 
								
							 
						 
						
							
							
								
								dix: reorganize property code to better support xace hook; requires new API for  
							
							... 
							
							
							
							changing a property, dixChangeWindowProperty, taking an additional client argument. 
							
						 
						
							2007-03-22 15:55:35 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3e9f7a5504 
								
							 
						 
						
							
							
								
								XFree86 DGA: Guard against NULL pointer dereferences.  
							
							... 
							
							
							
							Ass, u, me ... 
							
						 
						
							2007-03-21 02:35:31 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								021fc5cb2c 
								
							 
						 
						
							
							
								
								Static markup and dead code cull over xkb/.  
							
							... 
							
							
							
							The former <X11/extensions/XKBsrv.h> has been pulled into the server now as
include/xkbsrv.h, and the world updated to look for it in the new place,
since it made no sense to define server API in an extension header.  Any
further work along this line will need to do similar things with XKBgeom.h
and friends. 
							
						 
						
							2007-03-20 18:37:02 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9398d62f27 
								
							 
						 
						
							
							
								
								XFree86 input: Add backwards compatibility for motion history  
							
							... 
							
							
							
							Add the old motion history API back, as a shim around the new mi API. 
							
						 
						
							2007-03-21 00:18:24 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0f75c47e0c 
								
							 
						 
						
							
							
								
								xfree86 input: Re-enable DGA support  
							
							... 
							
							
							
							Re-enable DGA support for relative mouse motion. 
							
						 
						
							2007-03-21 00:12:02 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								015d728bcd 
								
							 
						 
						
							
							
								
								Merge branch 'master' into mpx  
							
							... 
							
							
							
							Conflicts:
	dix/devices.c
	dix/events.c
	mi/misprite.c 
							
						 
						
							2007-03-19 09:42:56 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								720f302d24 
								
							 
						 
						
							
							
								
								Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.  
							
							... 
							
							
							
							This time value makes the bus run slowly enough for even the least reliable
of monitors. Thanks to Pavel Troller for finding the necessary change. 
							
						 
						
							2007-03-17 23:38:53 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b5a8a71e64 
								
							 
						 
						
							
							
								
								Remove extra (and wrong) I2C ByteTimeout setting in DDC code.  
							
							... 
							
							
							
							The DDC code sets the I2C timeouts to VESA standards, except that it had an
extra setting of the ByteTimeout value which was wrong (off by a factor of
50). Removing this should help DDC work on many more monitors. Note that the
Intel driver duplicated these settings, along with the error. Yay for cult
and paste coding. 
							
						 
						
							2007-03-17 23:38:43 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9d0c3b52f2 
								
							 
						 
						
							
							
								
								Eliminate RRModeRec devPrivate field.  
							
							... 
							
							
							
							The xf86 mode setting code was mis-using this field to try and store a
pointer to a DisplayModeRec, however, each output has its own copy of every
DisplayModeRec leaving the one in in the RRModeRec devPrivate field pointing
at a random DisplayModeRec.
Instead of attempting to rectify this, eliminating the devPrivate entirely
turned out to be very easy; the DDX code now accepts an arbitrary RRModeRec
structure and set that to the hardware, converting it on the fly to a
DisplayModeRec as needed.
(cherry picked from commit 3506b9376c2b0db09bfff58d64e07af88a6e8195) 
							
						 
						
							2007-03-17 23:34:58 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2c93083edd 
								
							 
						 
						
							
							
								
								Add support for user-defined modelines in RandR.  
							
							... 
							
							
							
							The RandR protocol spec has several requests in support of user-defined
modes, but the implementation was stubbed out inside the X server. Fill out
the DIX portion and start on the xf86 DDX portion. It might be necessary to
add more code to the DDX to insert the user-defined modes into the output
mode list.
(cherry picked from commit 63cc2a51ef87130c632a874672a8c9167f14314e)
Conflicts:
	randr/randrstr.h
Updated code to work in master with recent security API changes. 
							
						 
						
							2007-03-17 23:20:07 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								65b0eb60b0 
								
							 
						 
						
							
							
								
								Xi:     move IsPointerDevice into dix.  
							
							... 
							
							
							
							dix:    IsPointerDevice and IsKeyboardDevice, use same ways to identify type
        of device as XI does for the XListInputDevices reply.
        Autopair each non-pointer device with VCP when activating, pair with
        real device after activation.
        Don't return non-keyboard devices when calling GetPairedKeyboard or
        PickKeyboard, otherwise we segfault for 'evdev brain'. 
							
						 
						
							2007-03-16 15:52:24 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3bffb28126 
								
							 
						 
						
							
							
								
								Don't wedge when rotating more than one CRTC.  
							
							... 
							
							
							
							Rotation block handler was re-registering the rotation damage structure,
creating an infinite loop in the damage code. Track registration of the
damage structure to avoid this.
(cherry picked from commit b14f003b0ed1252766c9e3b1c086ea2809521047) 
							
						 
						
							2007-03-15 19:32:58 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9562b6abe1 
								
							 
						 
						
							
							
								
								Allow xf86_reload_cursors during server init.  
							
							... 
							
							
							
							xf86_reload_cursors is supposed to be called from the crtc mode setting
commit hook; as that happens during server initialization, check for this
case.
(cherry picked from commit 5b77bf2d020b1ee56c1c5f2db089a8f7f64a76a6) 
							
						 
						
							2007-03-15 19:32:48 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2fe74ef339 
								
							 
						 
						
							
							
								
								Fix calculations in x86 emulator for the long long case (Andreas Schwab).  
							
							
							
						 
						
							2007-03-15 16:56:01 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae75019ccf 
								
							 
						 
						
							
							
								
								Create driver-independent CRTC-based cursor layer.  
							
							... 
							
							
							
							This moves most of the cursor management code out of the intel driver and
into the general server code. Of course, the hope is that this code will be
useful for other driver writers as well.
Check out xf86Crtc.h for the usage information, making sure you add the
needed hooks to the crtc funcs structure for your driver.
(cherry picked from commit 4d81c99a4660a0bf9014f789de55edabd185bd14) 
							
						 
						
							2007-03-15 00:02:40 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c366b82bd5 
								
							 
						 
						
							
							
								
								Ensure domain is stripped from the bus ID.  
							
							
							
						 
						
							2007-03-09 12:26:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9cff1670f 
								
							 
						 
						
							
							
								
								Add ResourceStateCallback similar in function to ClientStateCallback.  
							
							
							
						 
						
							2007-03-08 12:13:52 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								947f8d249b 
								
							 
						 
						
							
							
								
								devPrivates rework: redo interface again, dropping parent and type parameters  
							
							... 
							
							
							
							as well as preallocation routine. 
							
						 
						
							2007-03-08 12:13:18 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ceca5670fe 
								
							 
						 
						
							
							
								
								dix:    Each device needs to differ between a core grab and an XI grab,  
							
							... 
							
							
							
							otherwise a Xi grab may overwrite or release a core grab.
        Replace grab and associates with coreGrab and deviceGrab structures,
        adjust rest of dix/Xi/etc to compile.
xfree86: Don't check for core devices, we'll have the virtual ones anyway.
         If we check, the first mouse device is duplicated and sends
         double events. 
							
						 
						
							2007-03-08 17:17:23 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								40ae4f246d 
								
							 
						 
						
							
							
								
								Remove stale monitor data when output becomes disconnected.  
							
							... 
							
							
							
							Remove parsed EDID and EDID property from disconnected outputs.
(cherry picked from commit ae9d5aa479dd50cc81b755079fcf96a0d02f135a) 
							
						 
						
							2007-03-07 20:53:16 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a3d2c5d622 
								
							 
						 
						
							
							
								
								XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.  
							
							... 
							
							
							
							If only this was the least wrong thing in this code. 
							
						 
						
							2007-03-07 11:02:47 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bb111291d8 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							
							
						 
						
							2007-03-07 09:03:46 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e9bfb2b3d7 
								
							 
						 
						
							
							
								
								Add hw/xfree86/docs/README.modes, documenting new mode setting APIs.  
							
							... 
							
							
							
							This document covers both API and xorg.conf usage of the new mode setting
APIs.
(cherry picked from commit a59c31b0f7b94ed1f395c7586c37ef5fe7ba2a25) 
							
						 
						
							2007-03-06 23:21:05 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								72a23d88d7 
								
							 
						 
						
							
							
								
								Add xf86CrtcScreenInit to share initialization across drivers.  
							
							... 
							
							
							
							xf86CrtcScreenInit performs initialization that needs to happen at
ScreenInit time.
(cherry picked from commit 558a4f5588ad2ec11254e0b5d6ce9515b137369e) 
							
						 
						
							2007-03-06 23:20:59 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a7cd53deb9 
								
							 
						 
						
							
							
								
								remove PIXPRIV checks as this flag is always set.  
							
							
							
						 
						
							2007-03-06 17:05:03 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								024bbc7cbb 
								
							 
						 
						
							
							
								
								Bug  #9931 : Fix linear allocations with a non-1-byte granularity.  
							
							... 
							
							
							
							This was introduced in 83080809f9 
							
						 
						
							2007-03-06 16:20:34 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9b6bb06f13 
								
							 
						 
						
							
							
								
								Allow relative positions to use output names or monitor identifiers.  
							
							... 
							
							
							
							Previous version used monitor identifiers if present, otherwise output
names. That caused existing working configurations to break when additional
information was added to the configuration file.
(cherry picked from commit 3f5cedf00a82f08a433c95ffbb7f8ac69dcf6a50) 
							
						 
						
							2007-03-05 23:50:37 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bed76caa6c 
								
							 
						 
						
							
							
								
								Use EDID data to set screen physical size at server startup.  
							
							... 
							
							
							
							Screen physical size is set to a random value before the RandR code gets
control, override that and reset it to a value based on the compat_output
physical size (if available). If that output has no physical size, just use
96dpi as the default resolution and set the physical size as appropriate.
(cherry picked from commit 843077f23a1b49bd712d931421753e3a09d4008c) 
							
						 
						
							2007-03-05 23:37:11 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								47f8361c3a 
								
							 
						 
						
							
							
								
								Add xf86SetDesiredModes to apply desired modes to crtcs.  
							
							... 
							
							
							
							xf86SetDesiredModes applies the desired modes to each crtc (as selected by
xf86InitialConfiguration initially and modified by successful mode settings
afterwards). For crtcs without a desired mode, pScrn->currentMode is used to
select something workable.
(cherry picked from commit bcade98ccaa18298d844a606cb44271f0254c185) 
							
						 
						
							2007-03-05 22:23:19 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								33d2cf93fb 
								
							 
						 
						
							
							
								
								Move xf86SetSingleMode into X server from intel driver.  
							
							... 
							
							
							
							This function applies a single mode to the screen (as from RandR 1.1,
XFree86-VidModeExtension or XFree86-DGA) using a policy that selects one
output to reconfigure to the requested mode and then makes all other outputs
fit within that size.
(cherry picked from commit 5a595c1f767a8d666348b845d18934aee0cfe38f) 
							
						 
						
							2007-03-05 20:18:56 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								23fc429aad 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							
							
						 
						
							2007-03-05 12:18:54 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e684824709 
								
							 
						 
						
							
							
								
								devPrivates rework: redo interface and implementation.  
							
							
							
						 
						
							2007-03-05 11:50:45 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39aa791771 
								
							 
						 
						
							
							
								
								dix:    Add GuessFreePointerDevice(). Runs through device list and tries to  
							
							... 
							
							
							
							find a pointer that hasn't been paired yet.
xfree86:  Use GuessFreePointerDevice() for newly connected non-sprite devices. 
							
						 
						
							2007-03-05 15:31:16 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8ba5e8d820 
								
							 
						 
						
							
							
								
								add a standard connector type and name for us as an output property  
							
							
							
						 
						
							2007-03-05 13:46:41 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2e31872e05 
								
							 
						 
						
							
							
								
								modes: add commit/prepare hooks  
							
							
							
						 
						
							2007-03-05 13:44:21 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1f0075786f 
								
							 
						 
						
							
							
								
								Merge branch 'master' into mpx  
							
							... 
							
							
							
							Conflicts:
	configure.ac
	dix/getevents.c
	hw/xfree86/ramdac/xf86Cursor.c
	mi/mipointer.c
	xkb/xkbUtils.c 
							
						 
						
							2007-03-05 12:37:17 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								06b01186f6 
								
							 
						 
						
							
							
								
								Remove debugging ErrorF from rotation code.  
							
							... 
							
							
							
							(cherry picked from commit e6af7569f201842b4754aec6e72b30dc2daefdfb) 
							
						 
						
							2007-03-04 17:35:04 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c14507b683 
								
							 
						 
						
							
							
								
								Handle non-zero origin rotated crtc. Damage crtc area on re-rotate.  
							
							... 
							
							
							
							Box transformation from source to dest area was broken, leaving the wrong
areas painted when the crtc origin was non-zero.
When rotating from left to right, the pixmap doesn't get reallocated, and so
no damage was left in the pixmap from xf86RotatePrepare. Separately damage
the whole crtc area when this occurs to repaint the area.
(cherry picked from commit 2a50ca2160bc05af1c24421ec079e902ff730277) 
							
						 
						
							2007-03-04 17:34:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea1a72946d 
								
							 
						 
						
							
							
								
								Add a canGrow argument to xf86InitialConfiguration.  
							
							... 
							
							
							
							canGrow indicates to the DDX that the driver can enlarge the desktop via the
xf86_config->funcs->resize hook.  If so, xf86InitialConfiguration will set
virtual[XY] to match the configuration it chooses and will leave the crtc config
size ranges alone.  If FALSE, it will bloat the screen to fit the largest probed
mode and also set the crtc config max size to limit the desktop to the initial
virtual[XY] size. 
							
						 
						
							2007-03-02 12:06:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								04d15da95d 
								
							 
						 
						
							
							
								
								Add a screen resize hook to xf86CrtcConfigRec.  
							
							... 
							
							
							
							This hook is called when the DDX needs to resize the screen.  The driver is
responsible for changing virtualX and virtualY, along with any other related
screen properties (devPrivate.ptr, devKind, displayWidth, etc.).
Use the size range from the crtc config instead of randrp->virtual[XY] when
reporting the min and max screen sizes to the DDX. 
							
						 
						
							2007-03-02 12:06:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e43b8a4e40 
								
							 
						 
						
							
							
								
								dix:    Add ClientPointer to client, used for picking which pointer to use in  
							
							... 
							
							
							
							ambiguious request. PickPointer and PickKeyboard are used for getting
        the appropriate pointer when situation is unclear.
        Fix some issues with InitializeSprite.
dix, xfree86: Remove last traces of InitSprite. 
							
						 
						
							2007-03-02 15:21:46 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								74f1de1de9 
								
							 
						 
						
							
							
								
								devPrivates rework: unhook resource system; will try a different approach.  
							
							
							
						 
						
							2007-03-01 12:17:29 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								43bd35fcf8 
								
							 
						 
						
							
							
								
								dix:    Remove InitSprite, work can be done by InitializeSprite.  
							
							... 
							
							
							
							Free sprite struct if a spriteOwner is paired.
xfree86: Use PairDevices instead of passing booleans around when creating a
         sprite.
Xext:    Switch back to using LookupPointer/KeyboardDevice instead of
         inputInfo.xyz. 
							
						 
						
							2007-03-01 17:19:37 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								90ca76ba28 
								
							 
						 
						
							
							
								
								Add sun_apm.c for Suspend-and-Resume support on Solaris  
							
							... 
							
							
							
							<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6205248 > 
							
						 
						
							2007-02-28 17:40:58 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c16343ac2c 
								
							 
						 
						
							
							
								
								Make mfb, cfb, and afb support configurable at build-time.  
							
							
							
						 
						
							2007-02-27 14:14:47 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5680efc0d2 
								
							 
						 
						
							
							
								
								Sun bug 6529003: Xorg should not be including <sys/immu.h> on Solaris  
							
							... 
							
							
							
							<sys/immu.h> was removed from the latest Solaris Nevada build, but it's
been useless to Xorg for a long time (it only declared a couple of kernel
variables)
<http://bugs.opensolaris.org/view_bug.do?bug_id=6529003 > 
							
						 
						
							2007-02-27 09:56:40 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a16360733e 
								
							 
						 
						
							
							
								
								Fix root bus/domain selection on alpha  
							
							
							
						 
						
							2007-02-25 21:00:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								566610680c 
								
							 
						 
						
							
							
								
								Don't install libi2c.a  
							
							
							
						 
						
							2007-02-23 15:20:35 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81372f9096 
								
							 
						 
						
							
							
								
								devPrivates rework: hook up new interface in resource system; add new  
							
							... 
							
							
							
							resource-adding function that takes an additional ScreenPtr argument. 
							
						 
						
							2007-02-23 13:23:12 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16f2b8892d 
								
							 
						 
						
							
							
								
								devPrivates rework: add new interface implementation.  
							
							
							
						 
						
							2007-02-23 13:22:46 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bc4ae25433 
								
							 
						 
						
							
							
								
								xfree86: Don't initialize sprites for devices that don't own a sprite (stops  
							
							... 
							
							
							
							keyboard hotplug segfaults) 
							
						 
						
							2007-02-23 12:06:51 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3344a4eda7 
								
							 
						 
						
							
							
								
								DRI: Make sure number of DRI windows is accurate in driver ClipNotify hook.  
							
							... 
							
							
							
							Always call DRI{De,In}creaseNumberVisible (which in turn calls
DRIDriverClipNotify) after updating pDRIPriv->nrWindows. 
							
						 
						
							2007-02-20 19:21:25 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3c7a27dc77 
								
							 
						 
						
							
							
								
								DRI: New ClipNotify driver hook.  
							
							... 
							
							
							
							The hook is called whenever the clipList of any DRI window changes, be it via
DRIClipNotify, DRICreateDrawable or DRIDrawablePrivDelete. This allows the
driver to keep track of which DRI windows are visible where. 
							
						 
						
							2007-02-20 19:21:25 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								eedf148e5a 
								
							 
						 
						
							
							
								
								Track number of visible DRI windows separately for transitions.  
							
							... 
							
							
							
							This allows e.g. doing page flipping with multiple DRI windows as long as
only one of them is visible. 
							
						 
						
							2007-02-20 19:21:25 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5631a67f64 
								
							 
						 
						
							
							
								
								Don't set subpixel order during startup; the screen won't be ready.  
							
							... 
							
							
							
							in xf86CrtcSetMode, scrn->pScreen will be NULL during server startup time,
so don't try to set the subpixel order. subpixel order will be set in the
randr initialization anyways.
(cherry picked from commit 5f6f8616d862ce4a37f6d3df4bdbc44fd21cc82a) 
							
						 
						
							2007-02-17 17:40:35 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								096965ec9c 
								
							 
						 
						
							
							
								
								Ensure drivers can use new modes header files.  
							
							... 
							
							
							
							New modes header files required a few minor changes to be used by external
drivers, the most notable of which is the publication of the config file
parser header files. 
							
						 
						
							2007-02-17 15:16:44 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								55797dd252 
								
							 
						 
						
							
							
								
								Respect rotation in initial screen size computation.  
							
							
							
						 
						
							2007-02-17 15:16:34 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e4507825bf 
								
							 
						 
						
							
							
								
								Enable startup-time rotation; change rotation pixmap creation API.  
							
							... 
							
							
							
							Add monitor "Rotate" option taking one of "normal", "left", "inverted" or
"right". However, because initial mode selection is made before the screen
is completely initialized, we cannot create the shadow pixmap object at this
point. Pend the shadow pixmap creation until the block handler.
Note that this code is not completely functional yet. 
							
						 
						
							2007-02-17 15:16:20 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cf4994b0db 
								
							 
						 
						
							
							
								
								dix mods for Darwin  
							
							
							
						 
						
							2007-02-17 01:21:43 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f350909d16 
								
							 
						 
						
							
							
								
								Kludge around duplicate code added in hw/xfree86/modes.  
							
							... 
							
							
							
							Code added in hw/xfree86/modes came from the server-1.3-branch.
Portions of this code had previously been integrated into xf86Mode.c
and edid_modes.c.
To preserve hw/xfree86/modes as much as possible, the duplicate code from
the other files has been disabled; a more careful review would figure out
where that code actually belonged. 
							
						 
						
							2007-02-15 21:50:48 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								258beebc77 
								
							 
						 
						
							
							
								
								Report correct RandR 1.0 sizeID. Report correct subpixel order.  
							
							... 
							
							
							
							RandR 1.0 sizeID must be computed the same way every time, so when reporting
it in the ScreenChangeNotify event, just construct the usual 1.0 data block
and use that.
subpixel geometry information can be computed by looking at the connected
outputs and finding any with subpixel geometry and using one of those for
the global screen subpixel geometry. This might be improved by reporting
None if more than one screen has information and they conflict. 
							
						 
						
							2007-02-15 20:37:44 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ef6b1235fd 
								
							 
						 
						
							
							
								
								Allow new modes code to build inside drivers as well as server.  
							
							... 
							
							
							
							Use config.h for driver builds where xorg-config.h isn't available. 
							
						 
						
							2007-02-15 20:37:19 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3dbe8f6b6e 
								
							 
						 
						
							
							
								
								Distribute hw/xfree86/modes.  
							
							
							
						 
						
							2007-02-15 20:37:09 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d4eb4d0650 
								
							 
						 
						
							
							
								
								Merge crtc/output-based mode selection code.  
							
							... 
							
							
							
							This code comes from the intel driver, so there's no history in this tree.
As the crtc/output-based mode selection code uses ddc, the ddc and i2c
modules have been merged into the server. Attempts to load them are safely
ignored now. 
							
						 
						
							2007-02-15 20:36:20 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								04632835b7 
								
							 
						 
						
							
							
								
								Merge branch 'master' into my-XACE-SELINUX  
							
							
							
						 
						
							2007-02-15 09:27:05 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f6c3b9fa97 
								
							 
						 
						
							
							
								
								xfree86: mouse and keyboard hotplugging support. New mouse devices will get  
							
							... 
							
							
							
							new cursors,  keyboard devices use VCP's focus until paired. 
							
						 
						
							2007-02-15 13:51:20 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c4fe1bcce1 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-02-14 15:39:52 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e540d572c5 
								
							 
						 
						
							
							
								
								Merge fix missed on previous commit.  
							
							
							
						 
						
							2007-02-14 15:38:10 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a23b0b069c 
								
							 
						 
						
							
							
								
								Typo fix.  
							
							
							
						 
						
							2007-02-12 17:50:00 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								46784d24c1 
								
							 
						 
						
							
							
								
								Remove spurious LIBADD from xf4bpp  
							
							
							
						 
						
							2007-02-12 17:18:29 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16eb7254f8 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-02-09 12:38:49 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c4b7e9d1c1 
								
							 
						 
						
							
							
								
								Add an RDTSC implementation to the x86 emulator.  
							
							... 
							
							
							
							This instruction is being used in some debug VBIOSes.  This implementation
doesn't even try to be accurate.  Instead, it just increments the counter by a
fixed amount every time an rdtsc instruction in encountered, to avoid divides by
zero. 
							
						 
						
							2007-02-06 15:45:05 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8bce182568 
								
							 
						 
						
							
							
								
								Restore a few important lines killed in the previous commit.  
							
							... 
							
							
							
							Typical results were failure to sync, and a black screen. 
							
						 
						
							2007-01-29 17:30:59 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3814862a86 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/os-support/bus/linuxPci.c 
							
						 
						
							2007-01-29 15:14:31 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								31f2d4a57e 
								
							 
						 
						
							
							
								
								Bug  #9680 : Remove bogus blank length limiting in xf86SetModeCrtc().  
							
							... 
							
							
							
							Our modes typically come from EDID or default modes, and when the monitor
asks for a specific mode, deciding to tweak it usually results in incorrect
display.  And if the user is specifying a mode by hand, tweaking it then is
still pretty rude.
Reviewed by: ajax 
							
						 
						
							2007-01-29 09:45:33 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4aaaa70d1b 
								
							 
						 
						
							
							
								
								Xi:	Adding ChangePointerKeyboardPairing request  
							
							... 
							
							
							
							Adding PointerKeyboardPairingChanged event
	Correct error values for XWarpDevicePointer
dix:	Adding device argument to SendMappingNotify
	Adding spriteOwner flag to devices 
							
						 
						
							2007-01-29 18:23:24 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								15a81b6325 
								
							 
						 
						
							
							
								
								Merge branch 'master'  
							
							
							
						 
						
							2007-01-28 17:18:57 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1627af5449 
								
							 
						 
						
							
							
								
								Call linuxPciOpenFile() for r/w access if applicable.  
							
							... 
							
							
							
							Currently, the call to linuxPciOpenFile() is always made for read
only access which causes the subsequent mmap call to fail when the
memory is mapped read/write.
Xorg #9692  
							
						 
						
							2007-01-26 13:00:45 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a216de9b7f 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-01-25 10:17:32 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cf7ca9d09c 
								
							 
						 
						
							
							
								
								Plug memory leak in doLoadModule()  
							
							
							
						 
						
							2007-01-24 20:20:48 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								24506ea65b 
								
							 
						 
						
							
							
								
								Move xf86ReadLegacyBIOS to the one place that uses it.  
							
							... 
							
							
							
							xf86ReadLegacyBIOS is only used by one function in int10/generic.c.
Move a generic implementation of that function there, rename it to
read_legcay_BIOS, and delete all remnants of it from all other places. 
							
						 
						
							2007-01-24 15:33:49 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39b51e1bfc 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-01-23 13:25:56 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								788cfce911 
								
							 
						 
						
							
							
								
								Bump video driver ABI version to 1.2.  
							
							... 
							
							
							
							This is necessary because server-1.2-branch bumped to 1.1 for xf86CVTMode and
we have xf86XVFillKeyHelperDrawable on top of that. 
							
						 
						
							2007-01-23 10:15:22 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								637b19b3ee 
								
							 
						 
						
							
							
								
								Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.  
							
							
							
						 
						
							2007-01-22 09:58:33 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a232e4ae93 
								
							 
						 
						
							
							
								
								Convert xf86GetPciHostConfigFromTag to get_parent_bridge.  
							
							... 
							
							
							
							Convert xf86GetPciHostConfigFromTag to a new function called
get_parent_bridge.  This name better represents what
xf86GetPciHostConfigFromTag is used for:  walking up the lists of PCI
bridges from a device. 
							
						 
						
							2007-01-22 09:16:45 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								844560a02f 
								
							 
						 
						
							
							
								
								Elminiate ARCH_PCI_OS_INIT.  
							
							... 
							
							
							
							Never, ever use the ix86Pci stuff on Linux.  This renders the whole
ARCH_PCI_OS_INIT mechanism useless.  Remove it. 
							
						 
						
							2007-01-22 09:13:59 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c279d5fdc5 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-01-19 12:59:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								14d6a9b327 
								
							 
						 
						
							
							
								
								fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.  
							
							
							
						 
						
							2007-01-19 18:30:21 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								27a01e100b 
								
							 
						 
						
							
							
								
								fbdevhw: Consider mode set equal to mode requested if virtual width is larger.  
							
							
							
						 
						
							2007-01-19 18:28:05 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b3a591cd3 
								
							 
						 
						
							
							
								
								Update pci.ids to 2007-01-18 snapshot  
							
							... 
							
							
							
							(includes a whole bunch of ATI device id updates) 
							
						 
						
							2007-01-18 16:03:30 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0f0c321adf 
								
							 
						 
						
							
							
								
								Make xf1bpp build correctly with compilers that don't support -include  
							
							
							
						 
						
							2007-01-18 15:31:53 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								88f248e671 
								
							 
						 
						
							
							
								
								Replace PciBusId with 'struct pci_device *'  
							
							... 
							
							
							
							There's no need to store the slot information for a PCI device as its
ID.  Instead, skip the middle man and just store a pointer to the
pci_device structure. 
							
						 
						
							2007-01-17 14:04:43 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0361611080 
								
							 
						 
						
							
							
								
								Convert xf86IsolateDevice to a 'struct pci_slot_match'.  
							
							... 
							
							
							
							This change was accidentally not committed on the previous commit. 
							
						 
						
							2007-01-17 13:06:04 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c1808f1484 
								
							 
						 
						
							
							
								
								Convert xf86IsolateDevice to a 'struct pci_slot_match'.  
							
							
							
						 
						
							2007-01-17 13:02:27 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d2f8c42c48 
								
							 
						 
						
							
							
								
								Convert xf86FindPrimaryDevice to use a static buffer and snprintf.  
							
							... 
							
							
							
							Rather than allocate a 9 byte buffer on each invocation, use a static
16 byte buffer.  Use snprintf for safety.  This commit should probably
be cherry-picked to the trunk. 
							
						 
						
							2007-01-17 12:59:17 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								28976bebec 
								
							 
						 
						
							
							
								
								Eliminate unused fields in pciAccRec.  
							
							
							
						 
						
							2007-01-17 12:15:09 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f36a447d20 
								
							 
						 
						
							
							
								
								Eliminate use of Tag field.  
							
							... 
							
							
							
							The Tag field was removed from the int10 structures in commit
ca9c41e09d 
							
						 
						
							2007-01-16 14:49:19 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								780b55ec6f 
								
							 
						 
						
							
							
								
								Fix accidental commit (bug) in linuxOpenLegacy.  
							
							
							
						 
						
							2007-01-15 15:30:16 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								31bd8d1507 
								
							 
						 
						
							
							
								
								Fix domain insanity.  
							
							... 
							
							
							
							Eliminate xf86GetPciDomain.  The domain from libpciaccess is the
domain.  Period.  This means that 0 is a valid domain.  Make sure that
INCLUDE_XF86_NO_DOMAIN is *not* set.  Always run in "domain mode,"
even if the only domain possible is 0. 
							
						 
						
							2007-01-15 15:19:30 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d8bd0c41de 
								
							 
						 
						
							
							
								
								Convert to new pci_device_cfg_write_u* interface.  
							
							
							
						 
						
							2007-01-15 11:38:22 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a87af8218f 
								
							 
						 
						
							
							
								
								Remove unnecessary files from the sources list.  
							
							
							
						 
						
							2007-01-15 11:21:37 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c326bf75f 
								
							 
						 
						
							
							
								
								Eliminate unused INCLUDE_XF86_MAP_PCI_MEM define.  
							
							
							
						 
						
							2007-01-12 12:07:19 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3936caa005 
								
							 
						 
						
							
							
								
								Refactor pciTagConvertRange2Host and pciConvertRange2Host.  
							
							
							
						 
						
							2007-01-12 10:59:35 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1a493509e3 
								
							 
						 
						
							
							
								
								Fix typos in conditionally compiled code.  
							
							
							
						 
						
							2007-01-12 10:58:59 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8279444a54 
								
							 
						 
						
							
							
								
								Eliminate unused pciAddrHostToBus infrastructure.  
							
							
							
						 
						
							2007-01-12 10:41:03 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e32fa10a04 
								
							 
						 
						
							
							
								
								Remove prototype for pciGetBaseSize.  
							
							
							
						 
						
							2007-01-12 10:33:17 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7411f5c389 
								
							 
						 
						
							
							
								
								Eliminate pciHostAddrToBusAddr from interface.  
							
							... 
							
							
							
							pciHostAddrToBusAddr is no longer used anywhere in the tree.  Remove
it with extreme prejudice. 
							
						 
						
							2007-01-12 10:32:04 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								60c5e023e8 
								
							 
						 
						
							
							
								
								Eliminate some dead code.  
							
							
							
						 
						
							2007-01-12 10:24:03 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dd12a94885 
								
							 
						 
						
							
							
								
								Eliminate xf86GetPciEntity from public interface.  
							
							... 
							
							
							
							xf86GetPciEntity was folded into the only place (xf86CheckPciSlot) in
the tree that still called it. 
							
						 
						
							2007-01-12 10:21:25 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3016a2996 
								
							 
						 
						
							
							
								
								Missed file from previous commit.  
							
							... 
							
							
							
							Convert xf86ReadLegacyVideoBIOS to take a 'struct pci_device *'
parameter instead of a PCITAG. 
							
						 
						
							2007-01-12 09:56:00 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ca9c41e09d 
								
							 
						 
						
							
							
								
								Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.  
							
							... 
							
							
							
							Convert all uses of PCITAG in int10 and vgaHW to 'struct pci_device'.
This allows the conversion of xf86ReadLegacyVideoBIOS and
xf86MapDomainMemory to 'struct pci_device' from PCITAG. 
							
						 
						
							2007-01-11 21:09:20 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								78f9592c11 
								
							 
						 
						
							
							
								
								lnx_ev56.c has to be built with -mcpu=ev56. Fix it.  
							
							
							
						 
						
							2007-01-10 16:04:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								da09964a93 
								
							 
						 
						
							
							
								
								Merge branch 'origin' into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/int10/generic.c 
							
						 
						
							2007-01-09 15:27:34 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a7ab793293 
								
							 
						 
						
							
							
								
								xfree86:  fix XI86_SHARED_POINTER flag setting  
							
							
							
						 
						
							2007-01-08 17:31:16 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aab2ca2042 
								
							 
						 
						
							
							
								
								Try dlsym(RTLD_DEFAULT) first when finding symbols.  
							
							... 
							
							
							
							The previous mechanism failed when finding drm symbols now that libdrm has
moved to being linked by libdri instead of being linked into the server. 
							
						 
						
							2007-01-04 10:16:08 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								66fa87292e 
								
							 
						 
						
							
							
								
								Fix BSF and BSR instructions in the x86 emulator.  
							
							... 
							
							
							
							Patch courtesy of Michael Yaroslavtsev. 
							
						 
						
							2007-01-03 13:47:01 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dc5eb45232 
								
							 
						 
						
							
							
								
								fbdevhw: Override RGB offsets and masks after setting initial mode.  
							
							... 
							
							
							
							This is a hack, but it should be a NOP for all the setups that worked before
and actually seems to fix some others...
Based on a patch by Peter Teichmann from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338241  . 
							
						 
						
							2006-12-31 17:59:44 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d077c0da47 
								
							 
						 
						
							
							
								
								fbdevhw: Use displayWidth for fbdev virtual width when appropriate.  
							
							... 
							
							
							
							The fbdev API doesn't allow setting the pitch explicitly, so we have to set
the virtual width to the pitch we're using for drawing. This fixes corruption
after changing the virtual width with RandR. 
							
						 
						
							2006-12-31 17:23:31 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c385bcf0bd 
								
							 
						 
						
							
							
								
								fbdevhw: Fix some issues with the previous commit.  
							
							... 
							
							
							
							Fix a TRACE_ENTER typo and only update the internal fbdev mode state cache
after actually setting a mode. 
							
						 
						
							2006-12-30 16:44:31 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f6815cb68b 
								
							 
						 
						
							
							
								
								fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.  
							
							... 
							
							
							
							The fbdev API allows the driver to 'accept' modes it doesn't really support by
modifying it to the nearest supported mode. Without this check, e.g. vesafb
would appear to accept all modes, even though it actually can't set any modes
other than the bootup mode at all. 
							
						 
						
							2006-12-30 12:35:16 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								083b790515 
								
							 
						 
						
							
							
								
								Switch the default migration heuristic for EXA to "always".  
							
							... 
							
							
							
							This has been what has been used the most successfully post-damagetrack.
The current thinking is that:
1) We should be able to accelerate basically everything.  So we don't need to
   try to migrate trees of pixmaps permanently out of framebuffer to speed
   CPU drawing up.
2) Migration is cheaper in the thrashing case, so we don't want to go to a lot
   of effort to try (and fail badly) to find a working set. 
							
						 
						
							2006-12-28 13:21:25 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								83080809f9 
								
							 
						 
						
							
							
								
								xfree86: deal with pitch that isn't a multiple of the granularity  
							
							... 
							
							
							
							When the pitch isn't a multiple of the granularity, allocate more space to
compensate. 
							
						 
						
							2006-12-24 06:28:52 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								43a4376bd7 
								
							 
						 
						
							
							
								
								Merge branch 'master' into my-XACE-SELINUX  
							
							
							
						 
						
							2006-12-22 13:53:55 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9fd2f167ec 
								
							 
						 
						
							
							
								
								xfree86: fix xf86ProcessCommonOptions() core and shared pointer assignment  
							
							... 
							
							
							
							TAG: mpx-0.3.0 
							
						 
						
							2006-12-20 16:30:36 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b55e1239ac 
								
							 
						 
						
							
							
								
								xfree86:  fix xf86ActivateDevice(): only set to MP device if not a keyboard  
							
							
							
						 
						
							2006-12-20 14:43:38 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								202b46eb6b 
								
							 
						 
						
							
							
								
								xfree86: Changing "IsMPDevice" to "SharedPointer" option. Devices will default  
							
							... 
							
							
							
							to MP devices.
Xi:	Adding QueryDevicePointer request/reply
	Adding WarpDevicePointer request/reply 
							
						 
						
							2006-12-20 13:05:53 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e437f357b6 
								
							 
						 
						
							
							
								
								xorg.conf man page should say "XFree86-DGA", not "Xorg-DGA"  
							
							
							
						 
						
							2006-12-19 16:38:34 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a81dbaae05 
								
							 
						 
						
							
							
								
								Merge branch 'master' into my-XACE-SELINUX  
							
							
							
						 
						
							2006-12-19 16:11:19 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2d0a63126b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-12-19 10:31:40 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1b029fd896 
								
							 
						 
						
							
							
								
								Xorg & Xserver man page updates for 1.2 release  
							
							... 
							
							
							
							- Added -extension & +extension to Xserver man page
- Changed Xorg synopsis from X11R6 to X11R7
- Clarified Xorg ancestry description
- Moved Solaris to free/Open Source OS list
- Removed references to MetroLink module loader & getconfig
- Converted (1) to (__appmansuffix__) in a few more places
- Replaced http://www.freedesktop.org/cvs/  with http://gitweb.freedesktop.org/  
							
						 
						
							2006-12-18 14:51:04 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d8b5394eda 
								
							 
						 
						
							
							
								
								Cleaning up ifdef MPX from remaining files, removing it from configure.ac.  
							
							... 
							
							
							
							Removing building mpx extension from Makefile.am 
							
						 
						
							2006-12-18 17:35:34 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								03c554283e 
								
							 
						 
						
							
							
								
								mi:     removing MPX ifdefs  
							
							... 
							
							
							
							global sprite renaming in mipointer and misprite
	fixed: multiple remove cursor call in miSpriteInstallColormap
	fixed: wrong core pointer usage in miSpriteStoreColors
dix:    bugfix in CheckCursorConfinement
	removing MPX ifdefs
	removing MPX event generation (using Xi solely now)
	bugfix GrabDevice: uninitialized field in grab struct caused segfault
xfree86: removing MPX fdefs
Xi:     removing MPX protocol events 
							
						 
						
							2006-12-18 15:33:54 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f11dafaafc 
								
							 
						 
						
							
							
								
								Convert callers of SecurityLookupDrawable() to dixLookupDrawable().  
							
							
							
						 
						
							2006-12-15 16:51:58 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								60cdc592fe 
								
							 
						 
						
							
							
								
								Add new, combined dix lookup functions.  
							
							
							
						 
						
							2006-12-14 14:46:03 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6c46645cfc 
								
							 
						 
						
							
							
								
								Naming change: Security*Access -> Dix*Access  
							
							
							
						 
						
							2006-12-14 14:45:42 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b88ad820fa 
								
							 
						 
						
							
							
								
								Set Int10Current->Tag for the linux native int10 module  
							
							... 
							
							
							
							Fixes bug #9296 
(cherry picked from 731952c561a3972d09d1315f4fd31466e459ccb9 commit) 
							
						 
						
							2006-12-13 12:18:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a7f4bbea87 
								
							 
						 
						
							
							
								
								Add SELinux extension to the module/extension loader.  
							
							
							
						 
						
							2006-12-12 13:27:02 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae3c24da34 
								
							 
						 
						
							
							
								
								dix:    Moving SpriteRec into DeviceIntRec  
							
							... 
							
							
							
							removing global sprite structure
	beginning to remove MPX ifdefs
xnest:  Fix to make xnest compile again 
							
						 
						
							2006-12-11 18:09:59 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fb8364bca3 
								
							 
						 
						
							
							
								
								Accept EDID > 1.3 but < 2.0 if we find it, assume it's compatible.  
							
							
							
						 
						
							2006-12-10 11:24:05 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1f73d2208 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/common/xf86Configure.c
	hw/xfree86/common/xf86Helper.c
	hw/xfree86/common/xf86pciBus.c
	hw/xfree86/int10/helper_exec.c
	hw/xfree86/os-support/bus/Pci.c
	hw/xfree86/os-support/bus/linuxPci.c
	hw/xfree86/os-support/linux/lnx_pci.c
	hw/xfree86/scanpci/Makefile.am
	hw/xfree86/utils/pcitweak/Makefile.am
	hw/xfree86/utils/scanpci/Makefile.am 
							
						 
						
							2006-12-08 17:24:15 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d56249a15e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-12-08 15:52:37 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f1f8df1889 
								
							 
						 
						
							
							
								
								For MANDEFS, also replace __mandir__ for $(mandir) which includes  
							
							... 
							
							
							
							the prefix. Noticed wrong path to man pages on both Ubuntu and on
NetBSD with pkgsrc. 
							
						 
						
							2006-12-08 15:51:44 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e59aeac1ff 
								
							 
						 
						
							
							
								
								xfree86: remove stray debug line  
							
							
							
						 
						
							2006-12-08 21:31:50 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								729fca33a4 
								
							 
						 
						
							
							
								
								Revert "xfree86 DDX: Delete DDX screens in ddxGiveUp()."  
							
							... 
							
							
							
							This reverts commit a6381e6984https://bugs.freedesktop.org/show_bug.cgi?id=9224  . 
							
						 
						
							2006-12-07 12:09:18 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8884a73a3f 
								
							 
						 
						
							
							
								
								xfree86/input: re-add support for disabling drag events  
							
							
							
						 
						
							2006-12-06 23:24:24 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d17ec01e83 
								
							 
						 
						
							
							
								
								remove CID support (bug  #5553 )  
							
							... 
							
							
							
							Remove CID from all our fontpaths.
(cherry picked from 69820a10e33e4582c192360996e866007114639d commit) 
							
						 
						
							2006-12-06 23:24:23 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								abe5e079af 
								
							 
						 
						
							
							
								
								Update pci.ids to 2006-12-06 from pciids.sf.net  
							
							
							
						 
						
							2006-12-06 07:58:03 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3c8f166022 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into mpx  
							
							... 
							
							
							
							Conflicts:
	dix/events.c 
							
						 
						
							2006-12-05 18:28:33 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f9f7d7f3be 
								
							 
						 
						
							
							
								
								Check for __sparc as well as __sparc__ for compatibility with Sun cc  
							
							... 
							
							
							
							(gcc defines __sparc__, Sun cc defines __sparc) 
							
						 
						
							2006-12-04 13:36:30 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								82912ad770 
								
							 
						 
						
							
							
								
								Make solaris version of xf86OSRingBell return void like other OS'es  
							
							
							
						 
						
							2006-11-30 20:13:52 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ee9bdd3f4a 
								
							 
						 
						
							
							
								
								Add DIX_CFLAGS to util builds.  
							
							... 
							
							
							
							Fixes a build breakage when $(top_srcdir) != $(top_builddir) because
-I$(top_srcdir)/include is missing for the cvt, ioport, pcitweak, and scanpci
builds.
Signed-off-by: Adam Jackson <ajax@nwnk.net> 
							
						 
						
							2006-11-29 12:02:38 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a6381e6984 
								
							 
						 
						
							
							
								
								xfree86 DDX: Delete DDX screens in ddxGiveUp().  
							
							... 
							
							
							
							This allows video drivers to clean up in the FreeScreen hook things they set up
in the PreInit hook. 
							
						 
						
							2006-11-29 19:25:09 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f62ac3ec39 
								
							 
						 
						
							
							
								
								Separate DDC mode list creation from MonPtr creation.  
							
							... 
							
							
							
							This will be used by the intel driver, and likely other RandR 1.2 drivers. 
							
						 
						
							2006-11-28 11:13:43 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fbd0944338 
								
							 
						 
						
							
							
								
								Replace bad mode name-setting code with xf86SetModeDefaultName().  
							
							
							
						 
						
							2006-11-28 11:13:43 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ad0bde661 
								
							 
						 
						
							
							
								
								Clean up a bunch of long lines and trailing whitespace.  
							
							
							
						 
						
							2006-11-28 11:13:43 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05778432dc 
								
							 
						 
						
							
							
								
								Move code to get a mode list from EDID data from ddcProperty.c to edid_modes.c.  
							
							
							
						 
						
							2006-11-28 11:13:42 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								38ecc66cd9 
								
							 
						 
						
							
							
								
								Typo that was missed in testing.  
							
							
							
						 
						
							2006-11-28 11:13:42 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16f8f10dc2 
								
							 
						 
						
							
							
								
								Move mode handling helpers from ddcProperty.c to xf86Mode.c.  
							
							
							
						 
						
							2006-11-27 16:21:31 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b4b0d901d9 
								
							 
						 
						
							
							
								
								Merge branch 'randr-1.2'  
							
							... 
							
							
							
							Conflicts:
	dix/events.c
	dix/getevents.c
	hw/xfree86/common/xf86Mode.c
	hw/xfree86/dri/Makefile.am
	hw/xfree86/os-support/drm/xf86drm.c
	hw/xfree86/os-support/xf86drm.h 
							
						 
						
							2006-11-27 15:43:15 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6cd0313c7 
								
							 
						 
						
							
							
								
								Add some mode helper functions from the intel driver.  
							
							... 
							
							
							
							This also removes static from some other functions that had been copied out
to at least the intel driver, but perhaps others that were doing mode list
handling. 
							
						 
						
							2006-11-27 14:46:50 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c7568b8a1 
								
							 
						 
						
							
							
								
								mi:	closing memory leak, miPointer is freed in miPointerCloseScreen  
							
							... 
							
							
							
							bugfix: uninitialized pPointer in miPointerGetPosition ifndef MPX
	adding DeviceIntPtr parameter to ScreenRec's cursor functions.
	cleanup of miPointer code to use same scheme in each function
dix:	MPHasCursor() function determines checking whether to invoke
	cursor rendering.
animcur: adding DeviceIntPtr parameter to cursor functions but animcur relies
	 on the core pointer right now.
xfixes: adding DeviceIntPtr parameter to cursor functions but xfixes relies on
	the core pointer right now.
rac:	adding DeviceIntPtr parameter to cursor functions but RAC relies on
	the core pointer right now.
ramdac:	adding DeviceIntPtr parameter to cursor functions but ramdac relies on
	the core pointer right now. 
							
						 
						
							2006-11-23 17:15:14 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								64de3baf85 
								
							 
						 
						
							
							
								
								Add a -showDefaultLibPath option.  
							
							... 
							
							
							
							A corollary to the previous change, this option prints $libdir. 
							
						 
						
							2006-11-22 14:46:51 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0a2a6e4070 
								
							 
						 
						
							
							
								
								Add a -showDefaultModulePath option.  
							
							... 
							
							
							
							As discussed on the mailing list, people would rather have an X command-line
option to print the module path so installers can know where to put modules,
rather than the installers using `pkg-config --variable=moduledir xorg-server`,
since some distros choose not to install xorg-server.pc. 
							
						 
						
							2006-11-22 14:43:37 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e2f6dacc73 
								
							 
						 
						
							
							
								
								dri: setup libdrm hooks as early as possible.  
							
							... 
							
							
							
							This is due to radeon doing drm stuff before DRI extension gets initialised 
							
						 
						
							2006-11-18 11:29:00 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								90bea69dfd 
								
							 
						 
						
							
							
								
								mi:  
							
							... 
							
							
							
							added miCursorInfoRec to contain info of the MPX cursors.
        calling miUpdatePointerSprite() from event queue for MPX devices.
        adding device-specific processing to miPointer*() functions.
dix:    Call to SetCursorPosition in CheckMotion() temporarily disabled.
xfree86/common: call to miPointerUpdateSprite() disabled, is done from the EQ
NOTE: This build will not display cursor images.
BUG: The second mouse does to take correct x coordinates. 
							
						 
						
							2006-11-17 18:03:43 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								94e106a898 
								
							 
						 
						
							
							
								
								dix:    moved isMPdev field to end of _DeviceIntRec structure  
							
							... 
							
							
							
							mi:
        added miMPPointers array to mipointer.c
        added DeviceIntPtr to all miPointerSpriteFuncs. Coming from miPointer
        we use inputInfo.pointer as standard value. ABI BREAK!
ramdac:
        forcing failed HW Cursor initialisation. MPX needs software rendering.
        changes to use new miPointerSpriteFunc (this required externing
        inputInfo, should probably be fixed at a later point).
RAC: changes to use new miPointerSpriteFuncs. 
							
						 
						
							2006-11-17 15:10:37 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae3c9ad4ab 
								
							 
						 
						
							
							
								
								Bug 9041: Check the return code in xf86MapDomainMemory().  
							
							
							
						 
						
							2006-11-16 17:29:06 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5388423eb0 
								
							 
						 
						
							
							
								
								mieq:  EQ processing handles MP devices  
							
							... 
							
							
							
							global: MPX define added to xorg-server.h.in
xfree86/common: small fix to avoid byte overflow 
							
						 
						
							2006-11-16 20:43:27 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c957a16180 
								
							 
						 
						
							
							
								
								dix:    added isMPdev field to _DeviceIntRec, is used in GetPointerEvents()  
							
							... 
							
							
							
							mieq:   avoid merging events from different devices in mieqEnqueue()
xfree86/common
        isMPdev field used from xf86ActivateDevice(), xf86PostMotionEvent()
        and xf86PostButtonEvent() 
							
						 
						
							2006-11-16 15:11:14 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7ce2dc5784 
								
							 
						 
						
							
							
								
								dix:  
							
							... 
							
							
							
							merge with code cleanup from master
        GetPointerEvents treats events in the same way as XINPUT devices when flag
        has POINTER_MULTIPOINTER set.
xfree86/common:
    added XI86_MP_DEVICE flag and parsing in xf86ProcessCommonOptions
    added POINTER_MULTIPOINTER define. Is used in xf86PostMotionEvent and
    xf86PostButtonEvent for the flags that are passed into GetPointerEvents()
global:
    added flags to configure.ac to enable/disable MPX define
    added flags to dix-config.h.in to define MPX 
							
						 
						
							2006-11-16 12:51:08 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6ff7f2ad6a 
								
							 
						 
						
							
							
								
								Fix build on FreeBSD after input-hotplug.  
							
							... 
							
							
							
							(cherry picked from commit 4e6e4baead 
							
						 
						
							2006-11-15 15:35:22 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bffb1f9b67 
								
							 
						 
						
							
							
								
								removed unused variables drag and local from xf86PostMotionEvent  
							
							
							
						 
						
							2006-11-15 17:53:13 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26d2e45bdb 
								
							 
						 
						
							
							
								
								Bug  #9023 : Only check mice for "mouse" or "void" if identifier is != NULL.  
							
							
							
						 
						
							2006-11-14 15:33:07 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a724b7f130 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-11-13 20:32:26 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6facd958c2 
								
							 
						 
						
							
							
								
								On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).  
							
							... 
							
							
							
							TODO: use autoconf to handle this so the code is not platform
based but feature based. 
							
						 
						
							2006-11-13 20:23:06 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5bfe7f4dfc 
								
							 
						 
						
							
							
								
								DRI: call drmSetServerInfo() before drmOpen().  
							
							... 
							
							
							
							Also, remove some libdrm remnants. 
							
						 
						
							2006-11-13 01:54:32 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								28337cc106 
								
							 
						 
						
							
							
								
								Fix typo before the last commit.  
							
							
							
						 
						
							2006-11-09 19:51:17 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1720b1089 
								
							 
						 
						
							
							
								
								Bug  #8868 : Remove drm from SUBDIRS now that the directory is gone.  
							
							
							
						 
						
							2006-11-09 18:53:37 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ec77a95a02 
								
							 
						 
						
							
							
								
								Allow RandR objects to be created before the associated ScreenRec.  
							
							... 
							
							
							
							xf86 drivers need to create RandR object in the PreInit stage,
before the ScreenRec is allocated. Changing the RandR DIX code
to permit this required the addition of functions that later associate the
objects with the related screen.
An additional change is that modes are now global, and no longer associated
with a specific screen. This change actually makes mode management cleaner
as there is no more per-screen list of modes to deal with.
This changes the RandR 1.2 ABI/API for drivers. 
							
						 
						
							2006-11-08 21:36:35 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd91630b73 
								
							 
						 
						
							
							
								
								make X server use system libdrm - this requires libdrm >= 2.3.0  
							
							... 
							
							
							
							This patch blacklists the load "drm" line, moves some functions in dri module
links dri module against libdrm, and removes the X copy of libdrm 
							
						 
						
							2006-11-09 09:30:33 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0409e1627a 
								
							 
						 
						
							
							
								
								'make dist' fixes.  
							
							
							
						 
						
							2006-11-08 16:17:20 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0567a6337b 
								
							 
						 
						
							
							
								
								xfree86/linux acpi: fix tokenising  
							
							... 
							
							
							
							Split on a space, rather on the 'video' string, as strtok takes a char,
not a string. 
							
						 
						
							2006-11-08 18:00:52 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e7900d68c3 
								
							 
						 
						
							
							
								
								remove trailing whitespace  
							
							... 
							
							
							
							Whitespace police in full effect. 
							
						 
						
							2006-11-08 15:36:47 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2035f115b7 
								
							 
						 
						
							
							
								
								xfree86: remove xf86Keymap.h  
							
							
							
						 
						
							2006-11-08 15:30:03 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								809e2841aa 
								
							 
						 
						
							
							
								
								xfree86: add general handler, port ACPI to it (bug  #5665 )  
							
							... 
							
							
							
							Add 'general' handler registration, which will not trigger DPMS when an
event comes in.
Make ACPI use this. 
							
						 
						
							2006-11-08 15:30:03 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								844090a5b5 
								
							 
						 
						
							
							
								
								xfree86/xf86misc: warning fixes  
							
							
							
						 
						
							2006-11-08 15:29:15 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								61b570d0c1 
								
							 
						 
						
							
							
								
								xfree86/os-support: update prototype for OSRingBell  
							
							
							
						 
						
							2006-11-08 15:29:15 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								96f78e3886 
								
							 
						 
						
							
							
								
								remove XFree86 changelogs (bug  #7262 )  
							
							... 
							
							
							
							Without being able to tie these to specific commits, the text changelog is
useless, as well as being huge. 
							
						 
						
							2006-11-08 15:29:15 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05f1c30246 
								
							 
						 
						
							
							
								
								Merge branch 'autoconfig-for-7.2'  
							
							
							
						 
						
							2006-11-07 18:42:54 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4e6e4baead 
								
							 
						 
						
							
							
								
								Fix build on FreeBSD after input-hotplug.  
							
							
							
						 
						
							2006-11-07 13:36:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								20e9144c07 
								
							 
						 
						
							
							
								
								Add $(DIX_CFLAGS) to remaining Makefile.am files  
							
							
							
						 
						
							2006-11-07 12:49:28 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								028bbdc041 
								
							 
						 
						
							
							
								
								Merge master back to randr-1.2  
							
							
							
						 
						
							2006-11-04 17:46:26 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b87ce1974 
								
							 
						 
						
							
							
								
								Allow X server to build against libdrm 2.1  
							
							
							
						 
						
							2006-11-04 17:41:25 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8deaaa312a 
								
							 
						 
						
							
							
								
								automake: avoid use of reserved _SOURCES keyword (bug  #8866 )  
							
							... 
							
							
							
							Avoid using _SOURCES unless we're directly referencing a program or
library to be built; use _SRCS instead.  Shuts automake 1.10 up. 
							
						 
						
							2006-11-04 19:08:28 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f72927d26c 
								
							 
						 
						
							
							
								
								xfree86/hurd: remove OsMouseProc (bug  #5613 )  
							
							... 
							
							
							
							Remove OsMouseProc, let the mouse driver deal with it. 
							
						 
						
							2006-11-04 19:08:27 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0273610578 
								
							 
						 
						
							
							
								
								xfree86/hurd: add bell support, remove SERVER/LOADER defines (bug  #5613 )  
							
							... 
							
							
							
							Add no-op bell ringing support, and remove obsolete @SERVER_DEFINES@ and
@LOADER_DEFINES@ from CFLAGS. 
							
						 
						
							2006-11-04 19:08:25 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								97fd471a62 
								
							 
						 
						
							
							
								
								Fix standard VESA modes.  
							
							... 
							
							
							
							The built-in mode timings were off slightly for the 640x480@60, 640x480@72,
and 1024x768@75 modes. 
							
						 
						
							2006-11-03 14:06:32 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bd0c829654 
								
							 
						 
						
							
							
								
								Do not map full 0-1MB legacy range  
							
							... 
							
							
							
							If we're mapping something in the "legacy range" (0-1Mb), we shouldn't
expand the requested range to the entire 0-1Mb range.  Typically this
is for mapping the VGA frame buffer, and some platforms support mmap of
the frame buffer but not the entire 0-1Mb range.
For example, HP sx1000 and sx2000 ia64 platforms can have memory from
0-0x9ffff, VGA frame buffer from 0xa0000-0xbffff, and memory from
0xc0000-0xfffff.  On these platforms, we can't map the entire 0-1Mb
range with the same attribute because the memory only supports WB,
while the frame buffer supports only UC.  But an mmap of just the
frame buffer should work fine. 
							
						 
						
							2006-11-03 18:59:52 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c1828a8ff5 
								
							 
						 
						
							
							
								
								Fixing mach64 driver bailing out on ia64  
							
							... 
							
							
							
							Mach64 driver bails out on ia64 because it cannot map device
memory. It turns out that some bogus and unneeded code attempts
to find the root bridge of the device and fails to do so proberly
as there this host-to-pci bridge is not existant. This code has
been around for years although it completely unclear what it had
been intended for. Fixing this by eliminating the bogus code. 
							
						 
						
							2006-11-03 18:59:52 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d50fc413b3 
								
							 
						 
						
							
							
								
								Fix device path in altixPCI.c to be domain aware.  
							
							
							
						 
						
							2006-11-03 18:59:52 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1d731fc54a 
								
							 
						 
						
							
							
								
								Add domain support to linuxPciOpenFile().  
							
							... 
							
							
							
							Loosely based on patch from David S. Miller <davem@davemloft.net>
See also bug #2368 . 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								caaa113acf 
								
							 
						 
						
							
							
								
								Fixing domain support for ia64  
							
							... 
							
							
							
							ia64 specific functions + defines.
Still uses /proc interface for some scaning code.
Based on code from Egbert Eich <eich@freedesktop.org>. 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16c5043fc0 
								
							 
						 
						
							
							
								
								Fix 2 warnings.  
							
							
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								072c022e73 
								
							 
						 
						
							
							
								
								Fix obviously wrong boundary checks + cleanup unused vars.  
							
							... 
							
							
							
							Also disable compilation of code that is no longer used anywhere in the whole
Xserver tree. 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5afc6c1a14 
								
							 
						 
						
							
							
								
								Added linux 2.6 compatible domain aware device scanning code.  
							
							... 
							
							
							
							Additional scanning code uses the /sys interface of 2.6 kernels.
Cleaned up the use of tags and already split domain/bus/dev/fn. 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6319f7d713 
								
							 
						 
						
							
							
								
								Make int10 fully domain aware.  
							
							
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f4dd2665b0 
								
							 
						 
						
							
							
								
								Added missing domain stripping in already domain aware code.  
							
							
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								46901063e8 
								
							 
						 
						
							
							
								
								Build with -D_PC on ix86 only.  
							
							
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								543b397277 
								
							 
						 
						
							
							
								
								Merge branch 'origin' into randr-1.2  
							
							
							
						 
						
							2006-11-02 19:00:35 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7dc54a40e9 
								
							 
						 
						
							
							
								
								Remove references to xf86Info.kbd* from solaris code  
							
							
							
						 
						
							2006-11-02 16:38:47 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e46f7f78b3 
								
							 
						 
						
							
							
								
								sun_bell.c needs to #include "xf86_OSlib.h"  
							
							
							
						 
						
							2006-11-02 16:38:12 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								01afa533aa 
								
							 
						 
						
							
							
								
								xfree86/os-support: axe more unused files  
							
							
							
						 
						
							2006-11-02 04:32:37 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								57c1409151 
								
							 
						 
						
							
							
								
								xfree86/os-support: remove unused file from dist  
							
							
							
						 
						
							2006-11-02 04:21:06 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1d65429a9e 
								
							 
						 
						
							
							
								
								xfree86: don't attempt to enable and disable non-DIX devices  
							
							... 
							
							
							
							Don't try to enable and disable devices with no entry in the DIX, such as
the evdev brain. 
							
						 
						
							2006-11-02 04:12:55 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								18c246a13b 
								
							 
						 
						
							
							
								
								Merge branch 'input-hotplug'  
							
							
							
						 
						
							2006-11-02 03:21:37 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ba9f5138fc 
								
							 
						 
						
							
							
								
								xfree86: allow starting with no input devices  
							
							... 
							
							
							
							Add a server flag (AllowEmptyInput), which will inhibit adding the
standard keyboard and mouse drivers, if there are no input devices in the
config file. 
							
						 
						
							2006-11-02 03:16:10 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be291a6d97 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-11-02 03:15:25 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81728558a0 
								
							 
						 
						
							
							
								
								input: add non-keyboard bell ringing function  
							
							... 
							
							
							
							Add a generic 'ring the bell' function (console bell on Linux and BSD,
/dev/audio on Solaris), and add DDX functions for this.  Make this the
core keyboard's bell.
Port Xvfb and Xnest to this.
Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
taken from foo_io.c in the old layer. 
							
						 
						
							2006-11-01 23:10:26 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c03311a1e7 
								
							 
						 
						
							
							
								
								Fix automake error: BUILT_SOURCES was defined multiple times on Solaris  
							
							
							
						 
						
							2006-10-31 16:05:48 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								645d057620 
								
							 
						 
						
							
							
								
								Handle building in a separate objdir  
							
							
							
						 
						
							2006-10-29 18:19:56 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								59584c375f 
								
							 
						 
						
							
							
								
								kill GNU-make'ism.  
							
							
							
						 
						
							2006-10-29 17:49:46 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								06b6b971d0 
								
							 
						 
						
							
							
								
								Make sure we have 64-bit file-offsets in libdrm.  
							
							
							
						 
						
							2006-10-29 15:22:37 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								96e32805d1 
								
							 
						 
						
							
							
								
								Xi: disallow changing core keyboard and pointer  
							
							... 
							
							
							
							Just short-circuit the change core keyboard/pointer requests. 
							
						 
						
							2006-10-29 03:43:34 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								92d04e746b 
								
							 
						 
						
							
							
								
								Import libdrm functions for the drm memory manager.  
							
							
							
						 
						
							2006-10-27 18:26:30 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								794f2e7291 
								
							 
						 
						
							
							
								
								xfree86: re-enable chipset-specific drivers for Linux/ia64  
							
							... 
							
							
							
							Re-enable chipset-specific support for Linux/ia64, by linking in
lnx_ia64.c. 
							
						 
						
							2006-10-26 20:38:58 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cdc8a4b7b2 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-10-26 00:28:30 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								becbda6d51 
								
							 
						 
						
							
							
								
								Fix test for Option "IgnoreABI".  
							
							... 
							
							
							
							This option has plenty of potential for wasting the time of bug triagers
without pretending it's always on. 
							
						 
						
							2006-10-25 11:39:27 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								59511974db 
								
							 
						 
						
							
							
								
								Merge branch 'master' into randr-1.2  
							
							
							
						 
						
							2006-10-24 17:26:20 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0514d53e10 
								
							 
						 
						
							
							
								
								xfree86: remove motion history handling  
							
							... 
							
							
							
							Remove motion history handling, as we now deal with this in the DIX. 
							
						 
						
							2006-10-25 01:10:44 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b1debebf8f 
								
							 
						 
						
							
							
								
								mi: remove mi motion history  
							
							... 
							
							
							
							This is now unneeded as we do motion history in the DIX. 
							
						 
						
							2006-10-25 01:10:20 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2a74b8a91d 
								
							 
						 
						
							
							
								
								xfree86: re-bump input abi to 1.0, yet again  
							
							
							
						 
						
							2006-10-25 01:04:53 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								27d682fa03 
								
							 
						 
						
							
							
								
								Fix from HEAD accidentally reverted during merge.  
							
							
							
						 
						
							2006-10-24 09:04:14 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b90913566 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/Makefile.am
	hw/xfree86/common/xf86.h
	hw/xfree86/common/xf86DoScanPci.c
	hw/xfree86/os-support/bus/linuxPci.c
	hw/xfree86/scanpci/extrapci.ids
	hw/xfree86/scanpci/pci.ids
	hw/xfree86/scanpci/pciid2c.pl
	hw/xfree86/scanpci/xf86PciStdIds.h 
							
						 
						
							2006-10-24 08:57:59 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0cd6a3d8ef 
								
							 
						 
						
							
							
								
								xfree86/input: add proximity support, free valuators  
							
							... 
							
							
							
							Re-add support for proximity events, and remember to both va_end our
varargs, and free our valuators. 
							
						 
						
							2006-10-23 06:56:07 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c8f76fb3a4 
								
							 
						 
						
							
							
								
								xfree86/input: disallow pointer device changes, fix drag event calculation  
							
							... 
							
							
							
							Don't allow users to change the core pointer.
Fix xf86SendDragEvents to check the device button state, not the core
pointer's.
Remove unused xf86CheckButton. 
							
						 
						
							2006-10-23 05:12:15 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c5b5b046e8 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-10-23 02:58:30 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fab1d37ecb 
								
							 
						 
						
							
							
								
								xfree86/options: don't blindly dereference NULL pointers  
							
							... 
							
							
							
							Sure, conf_idev should be initialised, but if it's not, try to make the
best of a bad situation. 
							
						 
						
							2006-10-23 02:57:00 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								948a97b97e 
								
							 
						 
						
							
							
								
								Minor typo fix to xorg.conf man page.  
							
							
							
						 
						
							2006-10-21 23:09:22 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e26a494f41 
								
							 
						 
						
							
							
								
								Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-10-21 04:26:14 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								736b0d5078 
								
							 
						 
						
							
							
								
								DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.  
							
							... 
							
							
							
							Update the DEVICE_ABS_CALIB stuff to include the new elements.
New DEVICE_ABS_AREA support.
dev->touchscreen becomes dev->absolute, with _CALIB and _AREA stuff in it.
Update xfree86 to compile with this, kdrive needs an update too. 
							
						 
						
							2006-10-21 04:24:49 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								edd5f17454 
								
							 
						 
						
							
							
								
								Add ast driver/device info to Xorg server & config utilities  
							
							
							
						 
						
							2006-10-19 17:30:54 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aeba855b07 
								
							 
						 
						
							
							
								
								move keymap copy to event processing, from enqueuing  
							
							... 
							
							
							
							Move the keymap copying to event processing time (in
ProcessInputEvents), instead of being at event enqueuing time.
Break SetCore{Pointer,Keyboard} out into separate functions.
Change mieqEnqueue to take a device pointer, that asks for the
_original_ device associated with this event. 
							
						 
						
							2006-10-20 00:43:11 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b0780312d8 
								
							 
						 
						
							
							
								
								Pre-release message should tell users to check git, not CVS, for updates  
							
							
							
						 
						
							2006-10-20 00:43:10 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c5dc997baf 
								
							 
						 
						
							
							
								
								Create xorg.conf.example (Gentoo bug  #138623 ).  
							
							
							
						 
						
							2006-10-20 00:43:10 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								85ac2f16ab 
								
							 
						 
						
							
							
								
								Small modification to blocking signals when switching modes.  
							
							
							
						 
						
							2006-10-20 00:42:47 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a232693c8c 
								
							 
						 
						
							
							
								
								Add per-drawable Xv colour key helper function.  
							
							... 
							
							
							
							This allows overlay Xv adaptors to work slightly better with compositing
managers.
Bump the video driver ABI minor so drivers only need to check for this at build
time. 
							
						 
						
							2006-10-20 00:42:44 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5563861ab7 
								
							 
						 
						
							
							
								
								Make sure xorgcfg files are included even when dist made with --disable-xorgcfg  
							
							
							
						 
						
							2006-10-20 00:42:07 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1dd1904c6 
								
							 
						 
						
							
							
								
								Pre-release message should tell users to check git, not CVS, for updates  
							
							
							
						 
						
							2006-10-19 14:27:15 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								62d2409793 
								
							 
						 
						
							
							
								
								Create xorg.conf.example (Gentoo bug  #138623 ).  
							
							
							
						 
						
							2006-10-19 11:14:26 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1b1698af41 
								
							 
						 
						
							
							
								
								Pass SetDeviceValuators down to the driver.  
							
							... 
							
							
							
							NOTE: This changes the LocalDeviceRec struct, which breaks input drivers. 
							
						 
						
							2006-10-18 04:57:22 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d430e76a16 
								
							 
						 
						
							
							
								
								Small modification to blocking signals when switching modes.  
							
							
							
						 
						
							2006-10-16 12:39:05 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ae7745a0d 
								
							 
						 
						
							
							
								
								xfree86 input: always open devices on NewInputDeviceRequest  
							
							
							
						 
						
							2006-10-15 21:48:01 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f9bfee5098 
								
							 
						 
						
							
							
								
								Add per-drawable Xv colour key helper function.  
							
							... 
							
							
							
							This allows overlay Xv adaptors to work slightly better with compositing
managers.
Bump the video driver ABI minor so drivers only need to check for this at build
time. 
							
						 
						
							2006-10-15 16:55:09 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9108a13fc 
								
							 
						 
						
							
							
								
								Make sure xorgcfg files are included even when dist made with --disable-xorgcfg  
							
							
							
						 
						
							2006-10-13 19:05:28 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								335b503c5e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-10-13 18:10:45 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cf948b7b04 
								
							 
						 
						
							
							
								
								Block IO on switchmode just as we do for VT switching  
							
							... 
							
							
							
							to avoid cursor movements signalling io. 
							
						 
						
							2006-10-13 14:48:10 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1b94c117e0 
								
							 
						 
						
							
							
								
								Fixing probably long-standing bug in domain support.  
							
							
							
						 
						
							2006-10-10 19:37:22 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ef7e05e9de 
								
							 
						 
						
							
							
								
								xfree86/xinput: pass first_valuator params, don't clip to first screen bound  
							
							... 
							
							
							
							Pass first_valuator to GetPointerEvents/GetKeyboardValuatorEvents.
Don't clip axis bounds to that of screen 0 when initialising axes. 
							
						 
						
							2006-10-08 21:42:15 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								41bb9fce47 
								
							 
						 
						
							
							
								
								mipointer: take device arguments, split miPointerAbsoluteCursor  
							
							... 
							
							
							
							Update mipointer API to take a device argument to (almost) all functions,
and split miPointerAbsoluteCursor into a couple of separate functions.
Remove miPointerAbsoluteCursor call from mieq, as we now deal with it in
GetPointerEvents.
Make miPointerSetPosition (successor of miPointerAbsoluteCursor) take
pointers to x and y, so it can return the clipped values.
Modify callers of miPointer*() functions to generally use the new
functions.
This should fix things with multi-head setups. 
							
						 
						
							2006-10-08 20:34:32 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be8dfafd1d 
								
							 
						 
						
							
							
								
								warning cleanups  
							
							... 
							
							
							
							Fix still more warnings. 
							
						 
						
							2006-10-08 20:32:16 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3ae4d25018 
								
							 
						 
						
							
							
								
								xfree86 Xinput: remove still more excessive debugging  
							
							... 
							
							
							
							There isn't any more debugging left for input events in the XFree86 DDX. 
							
						 
						
							2006-10-08 16:20:42 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								58314756ae 
								
							 
						 
						
							
							
								
								GetPointerEvents: add first_valuator parameter  
							
							... 
							
							
							
							Add a first_valuator parameter.  Looks correct by inspection, but untested
with first_valuator != 0 as yet. 
							
						 
						
							2006-10-08 16:18:05 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22a836fafd 
								
							 
						 
						
							
							
								
								xfree86/loader: bump input major ABI version  
							
							... 
							
							
							
							Bump input major ABI version to 1.0, since we removed the OS keyboard
layer. 
							
						 
						
							2006-10-07 14:16:51 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4c34224630 
								
							 
						 
						
							
							
								
								Merge branch 'XACE-modular'  
							
							
							
						 
						
							2006-10-06 18:01:13 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								de63a469dc 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-10-05 20:29:19 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b4659faf9b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into randr-1.2  
							
							
							
						 
						
							2006-10-04 14:46:04 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8382234a7f 
								
							 
						 
						
							
							
								
								Update pci.ids to Tue 2006-10-03 daily snapshot  
							
							
							
						 
						
							2006-10-03 17:49:48 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								96edf7b853 
								
							 
						 
						
							
							
								
								Don't insert RCS tag into generated pci id header files  
							
							
							
						 
						
							2006-10-03 17:48:50 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								518db35ca3 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-09-29 00:35:21 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad631afcf3 
								
							 
						 
						
							
							
								
								make core keyboard/pointer map functions act on all core-sending devices  
							
							... 
							
							
							
							Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core
events.
Change LegalModifier to accept a DeviceIntPtr. 
							
						 
						
							2006-09-29 00:34:23 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4bc5dc2854 
								
							 
						 
						
							
							
								
								Merge branch 'wfb'  
							
							
							
						 
						
							2006-09-28 13:27:13 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2206a92a97 
								
							 
						 
						
							
							
								
								Push information about cliprects of DRI windows to the DRM.  
							
							
							
						 
						
							2006-09-27 10:48:49 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								54d371e7a4 
								
							 
						 
						
							
							
								
								Add wrapper for new ioctl to update drawable information in the DRM.  
							
							
							
						 
						
							2006-09-27 10:48:41 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad321fad4b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-09-24 17:56:43 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a10039a100 
								
							 
						 
						
							
							
								
								Allow the xfree86 ddx utils to be optionally built. Patch by Eugene Konev.  
							
							
							
						 
						
							2006-09-21 23:58:32 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c1655f0fd4 
								
							 
						 
						
							
							
								
								Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFIG_BUF_LEN.  
							
							
							
						 
						
							2006-09-21 14:45:17 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d812f486a0 
								
							 
						 
						
							
							
								
								Really fix sparc on 64-bit kernel/32-bit userland.  
							
							... 
							
							
							
							Commit b3a3020fd0 
							
						 
						
							2006-09-20 15:39:39 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2be1ac15ae 
								
							 
						 
						
							
							
								
								Remove smashing of CFLAGS from server build.  
							
							... 
							
							
							
							CFLAGS is a user variable, extracted from the environment at configure time
and settable by the user at build time. We must not override this variable. 
							
						 
						
							2006-09-18 12:11:18 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f057de4f73 
								
							 
						 
						
							
							
								
								Don't install librac.a.  
							
							... 
							
							
							
							Thanks, automake. 
							
						 
						
							2006-09-16 03:49:11 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								49a70c8570 
								
							 
						 
						
							
							
								
								Merge branch 'master' into my-XACE-modular  
							
							
							
						 
						
							2006-09-15 15:26:57 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								46af6d1e95 
								
							 
						 
						
							
							
								
								Always believe the monitor when it reports a reduced-blanking mode.  
							
							... 
							
							
							
							CVT reduced blanking modes are typically only seen on digital connections to
LCDs, but there are some monitors that report them as supported over the
VGA connector too, which is perfectly legitimate, electrically speaking. 
							
						 
						
							2006-09-14 19:28:44 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								63acf18b7e 
								
							 
						 
						
							
							
								
								In xf86MatchPciInstances, fail gracefully when there's no PCI device at all.  
							
							... 
							
							
							
							This allows the autoconfig logic to fall through sanely on non-PCI machines,
which importantly includes Xen virtual machines. 
							
						 
						
							2006-09-14 19:26:37 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a8f9936f55 
								
							 
						 
						
							
							
								
								Prefer driver-provided modes when matching name strings to modelines.  
							
							... 
							
							
							
							Well, kinda.  Strictly we prefer M_T_BUILTIN strongest since those are modes
where the driver has said it absolutely can't do anything else (VBE).  Then
we look for user-defined modes, ie, modelines from the config file.  Then
we consider modes reported by the monitor via EDID.  Finally if nothing has
matched yet we consider the default mode pool.
Within each of the above-mentioned classes, modes with the M_T_PREFERRED bit
take priority over other modes in the same class.
This logic ensures that the timings sent to the monitor exactly match the
timings it reported as supported, which occasionally don't match the numbers
you might get for that mode from CVT or GTF. 
							
						 
						
							2006-09-14 19:24:41 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81ef1b6d60 
								
							 
						 
						
							
							
								
								Mark EDID modes as driver modes.  Infer virtual size from driver modes.  
							
							... 
							
							
							
							This allows the server to guess an appropriate initial virtual size and
resolution.  The heuristic is to select the largest driver-reported mode
that matches the monitor's physical aspect ratio.  We revalidate this
estimate after mode validation, since we may have filtered away all
modes that would fill that size.
Also, the EDID preferred timing is now marked as M_T_PREFERRED as well. 
							
						 
						
							2006-09-14 19:18:58 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								43d9edd31e 
								
							 
						 
						
							
							
								
								Attempt to add the 'mouse' driver in more situations.  
							
							... 
							
							
							
							Always add a mouse driver instance configured to send core events, unless
a core pointer already exists using either the mouse or void drivers.  This
handles the laptop case where the config file only specifies, say,
synaptics, which causes the touchpad to work but not the pointing stick.
We don't double-instantiate the mouse driver to avoid the mouse moving twice
as fast, and we skip this logic when the user asked for a void core pointer
since that probably means they want to run with no pointer at all. 
							
						 
						
							2006-09-14 19:09:02 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								739224d05e 
								
							 
						 
						
							
							
								
								Load the default module set when no Module section is given in the config.  
							
							... 
							
							
							
							Also, synchronize that list with the list for the pseudoconfig file used
when starting with no config file.  These really need to be better unified. 
							
						 
						
							2006-09-14 19:03:32 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								beac2bf1e4 
								
							 
						 
						
							
							
								
								Expand the default sync ranges to be large enough for 800x600@60.  
							
							
							
						 
						
							2006-09-14 19:01:13 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								71a15a7d57 
								
							 
						 
						
							
							
								
								Publish the raw EDID block as a property on the root window.  
							
							... 
							
							
							
							This was removed in the patch for bug #5386 , but is still useful. 
							
						 
						
							2006-09-14 19:00:10 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7939c8dfb7 
								
							 
						 
						
							
							
								
								Bump the default pixel depth to 24, and default bpp to 32.  
							
							
							
						 
						
							2006-09-14 18:57:57 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								72af975f9c 
								
							 
						 
						
							
							
								
								Fix up EDID blocks where the max pixclock exceeds the preferred mode clock.  
							
							... 
							
							
							
							Base EDID only lets you specify the maximum dotclock in tens of MHz, which
is too fuzzy for some monitors.  1600x1200@60 is just over 160MHz, but if
the monitor really can't handle any mode at 170MHz, then 160 is more
correct.  Fix up the EDID block before the driver can see it in this case,
so we don't spuriously reject modes. 
							
						 
						
							2006-09-14 18:56:34 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								334f7db9f6 
								
							 
						 
						
							
							
								
								Allow hsync and vsync ranges to be overridden independently again.  
							
							
							
						 
						
							2006-09-14 18:46:10 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ced46e1777 
								
							 
						 
						
							
							
								
								Record all standard timings from EDID as modes, instead of just the first five.  
							
							
							
						 
						
							2006-09-14 18:41:59 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d89fee68d0 
								
							 
						 
						
							
							
								
								Record the maximum dot clock of the monitor, and filter by it.  
							
							
							
						 
						
							2006-09-14 18:41:15 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fa8ef71668 
								
							 
						 
						
							
							
								
								Don't translate monitor gamma to X gamma.  
							
							... 
							
							
							
							The X gamma is used to set the output ramp of the card.  Setting a 2.2 output
gamma going into a 2.2 monitor gives an effective gamma of 4.84, which is
very much not what you want. 
							
						 
						
							2006-09-14 18:33:00 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								511c60bc73 
								
							 
						 
						
							
							
								
								Bug  #5386 : Synthesize modelines from EDID data.  
							
							
							
						 
						
							2006-09-14 18:30:36 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0a62840e2c 
								
							 
						 
						
							
							
								
								Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)  
							
							... 
							
							
							
							X.Org Bugzilla #7641  <https://bugs.freedesktop.org/show_bug.cgi?id=7641 >
Patch #6349  <https://bugs.freedesktop.org/attachment.cgi?id=6349 > 
							
						 
						
							2006-09-13 15:40:23 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2b357e9a2f 
								
							 
						 
						
							
							
								
								If we're installing libxf86config, install headers needed to build against it.  
							
							
							
						 
						
							2006-09-10 22:17:20 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b3a3020fd0 
								
							 
						 
						
							
							
								
								the new PCI mapping routines are broken on sparc64 (in fact they look  
							
							... 
							
							
							
							broken for any 32 bit X server running on a 64 bit kernel) so #ifdef
them out for now.  the PCI rework tree will make all this crap go away,
so I think we can tolerate the extra #ifdef for the next release. 
							
						 
						
							2006-09-10 11:13:18 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5e9d33fe87 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-09-07 15:43:31 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8356be492c 
								
							 
						 
						
							
							
								
								Make sure _XSERVER64 is defined when it should be and gets tested.  
							
							
							
						 
						
							2006-09-06 15:20:55 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0b81fccd2e 
								
							 
						 
						
							
							
								
								Merge branch 'master' into my-XACE-modular  
							
							... 
							
							
							
							Conflicts:
	configure.ac 
							
						 
						
							2006-09-05 18:03:25 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7fa3383e3c 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-08-29 15:16:01 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ebbdc1342a 
								
							 
						 
						
							
							
								
								Remove calls to LoaderCheckUnresolved(), since it's now a stub.  
							
							
							
						 
						
							2006-08-28 18:17:32 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21291d6ca7 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-08-25 09:34:21 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6f36bd280 
								
							 
						 
						
							
							
								
								xfree86/parser: use 'kbd' driver when 'keyboard' specified  
							
							... 
							
							
							
							Now that we've completely ditched the old driver, we should probably make a
best-effort attempt to keep configs working. 
							
						 
						
							2006-08-25 12:43:17 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								393f8347ed 
								
							 
						 
						
							
							
								
								xorgconf.cpp: kbd, not keyboard  
							
							
							
						 
						
							2006-08-25 10:46:32 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3a36b0a24a 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-08-24 23:35:28 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b879356ce9 
								
							 
						 
						
							
							
								
								More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.  
							
							
							
						 
						
							2006-08-24 15:50:15 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ed311cf1c 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-08-24 20:17:10 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4adf9af313 
								
							 
						 
						
							
							
								
								Merge branch 'master' into input-hotplug  
							
							
							
						 
						
							2006-08-24 10:59:33 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								733c4beb16 
								
							 
						 
						
							
							
								
								Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI  
							
							
							
						 
						
							2006-08-23 22:39:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								52ba722e4c 
								
							 
						 
						
							
							
								
								Merge branch 'XACE-modular' into my-XACE-modular  
							
							
							
						 
						
							2006-08-21 18:49:31 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05541259bd 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into XACE-modular  
							
							
							
						 
						
							2006-08-21 13:07:41 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c2cb30cd8 
								
							 
						 
						
							
							
								
								Merge branch 'origin' into input-hotplug  
							
							
							
						 
						
							2006-08-18 17:05:50 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ee5e2cbd2b 
								
							 
						 
						
							
							
								
								Un-cut-and-paste the mode rejection message.  
							
							
							
						 
						
							2006-08-17 17:29:32 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								43e42eef1f 
								
							 
						 
						
							
							
								
								Fix default mouse device on Linux, again.  
							
							... 
							
							
							
							It would be really nice if we only did this in one place instead of 40. 
							
						 
						
							2006-08-17 16:22:07 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								73e58adda9 
								
							 
						 
						
							
							
								
								Fixed segfault w/ broken Xinerama configs.  
							
							
							
						 
						
							2006-08-16 18:18:51 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6433be3cc 
								
							 
						 
						
							
							
								
								Merge branch 'master' into input-hotplug  
							
							
							
						 
						
							2006-08-12 21:50:52 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f7919c2879 
								
							 
						 
						
							
							
								
								xfree86: don't do legacy IO on ARM or S/390 (Debian  #362641 )  
							
							... 
							
							
							
							Don't attempt to poke legacy IO ranges on ARM or S/390. 
							
						 
						
							2006-08-12 20:43:25 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								59dcc62906 
								
							 
						 
						
							
							
								
								xfree86: remove Xqueue support completely  
							
							
							
						 
						
							2006-08-12 20:39:08 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e641000b98 
								
							 
						 
						
							
							
								
								xfree86: add Hurd support ( #5613 )  
							
							... 
							
							
							
							Add support for GNU/Hurd. 
							
						 
						
							2006-08-12 19:41:59 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26c3cd1c9e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-08-12 18:58:18 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								008aa7eb6e 
								
							 
						 
						
							
							
								
								completely remove OS keyboard layer  
							
							... 
							
							
							
							Completely axe the keyboard layer from os-support. 
							
						 
						
							2006-08-12 18:56:05 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c4951e0a6b 
								
							 
						 
						
							
							
								
								Fix a mode sanity check to not break reduced-blanking setups (LCDs).  
							
							
							
						 
						
							2006-08-10 20:49:06 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1921f014b 
								
							 
						 
						
							
							
								
								Rename some mode tokens to better reflect their use.  
							
							... 
							
							
							
							Per #5386 , M_T_EDID -> M_T_DRIVER, since it's really for any driver-detected
mode.  Also add M_T_PREFERRED bit, to select a 'best' mode out of a set. 
							
						 
						
							2006-08-10 20:43:15 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c2535f6792 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into XACE-modular  
							
							
							
						 
						
							2006-08-10 10:37:59 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1a5561c4ec 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-08-10 10:20:37 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								172d45b9b7 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-08-10 14:14:54 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								539d1f3347 
								
							 
						 
						
							
							
								
								GKVE/GPE: have DDX allocate events  
							
							... 
							
							
							
							Don't allocate events on every GKE/GKVE/GPE call, just have the DDX manage
it instead.  Introduce GetMaximumEventsNum(), which is the maximum number
of events these functions will ever produce. 
							
						 
						
							2006-08-10 14:00:14 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								db82e12fac 
								
							 
						 
						
							
							
								
								Remove TargetRefresh option from the autoconfig logic.  
							
							... 
							
							
							
							The default target of 75Hz is almost always wrong for LCDs. 
							
						 
						
							2006-08-09 14:55:17 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								190f229ed7 
								
							 
						 
						
							
							
								
								Make xf86PciVideoInfo static since it is only used within this file.  
							
							... 
							
							
							
							Dummy out all of the PCI bus and device access control functions.  We
need a better way to do this, and that will probably be in
libpciaccess and / or the kernel.
Refactor xf86GetPciInfoForEntity to use pci_device_find_by_slot.
Refector xf86CheckPciSlot to use xf86GetPciEntity.
Eliminate disablePciBios and the one place that calls it. 
							
						 
						
							2006-08-08 16:47:32 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5508f7646f 
								
							 
						 
						
							
							
								
								Remove prototypes from some functions that were previously removed.  
							
							
							
						 
						
							2006-08-08 16:43:31 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9df53d903e 
								
							 
						 
						
							
							
								
								Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that's  
							
							... 
							
							
							
							what it is actually used for.  Modify a few routines in linuxPci.c to
take pci_device structures as parameters in stead of PCITAGs. 
							
						 
						
							2006-08-08 16:42:23 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3108981631 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-08-08 12:01:12 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ab3ebfefdb 
								
							 
						 
						
							
							
								
								xorgcfg: fix compilation error  
							
							... 
							
							
							
							Add missing parentheses to IS_KBDDRIV macros. 
							
						 
						
							2006-08-08 12:00:34 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								12dbd8a02f 
								
							 
						 
						
							
							
								
								remove optional R3 backwards compatibility  
							
							... 
							
							
							
							Remove the permitOldBugs flag, which enabled backwards compatbility with
broken R2/R3 era clients. 
							
						 
						
							2006-08-07 23:43:40 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								afcad4ad99 
								
							 
						 
						
							
							
								
								xfree86 ddx: always free GKE/GPE events  
							
							... 
							
							
							
							free() events we get passed back from GKE and GPE so we don't just, er,
leak them all.  *cough*. 
							
						 
						
							2006-08-07 18:11:05 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c85e64cba1 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-08-07 15:54:55 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f54b71b772 
								
							 
						 
						
							
							
								
								Document enable/disable flag for AIGLX in xorg.conf manpage.  
							
							
							
						 
						
							2006-08-06 18:11:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9138d5a51e 
								
							 
						 
						
							
							
								
								Make SecurityLookupIDBy* part of the base functionality.  
							
							
							
						 
						
							2006-08-03 18:24:04 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								83ebf61ec0 
								
							 
						 
						
							
							
								
								Eliminate the last few places outside xf86pciBus.c that use  
							
							... 
							
							
							
							xf86PciVideoInfo.  In all cases this means converting the code to use
the pci_device_iterator interfaces. 
							
						 
						
							2006-08-02 13:33:33 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5bfb2ee965 
								
							 
						 
						
							
							
								
								Remove the last remants of the pci{Read,Write}{Long,Word,Byte}  
							
							... 
							
							
							
							functionality.  This also allows the removal of PCI_CPU, PCI_CPU16,
and a few other dangling bits of cruft. 
							
						 
						
							2006-08-02 13:29:21 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a0f2e1cae4 
								
							 
						 
						
							
							
								
								Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c to  
							
							... 
							
							
							
							xf86int10.c.  Refactor common code from those functions to do_find. 
							
						 
						
							2006-08-02 10:54:41 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								de8234606f 
								
							 
						 
						
							
							
								
								Modify xf86FindPciDeviceVendor and xf86FindPciClass to use the  
							
							... 
							
							
							
							pci_interator interface instead of the xf86PciVideoInfo array. 
							
						 
						
							2006-08-02 10:44:11 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								23f44df900 
								
							 
						 
						
							
							
								
								Remove pciConfigPtr and all of the associated cruft.  
							
							
							
						 
						
							2006-08-02 09:55:32 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f737cc38ba 
								
							 
						 
						
							
							
								
								Adding devPrivates support to the ExtensionEntry structure.  
							
							
							
						 
						
							2006-07-31 19:58:42 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a94176627c 
								
							 
						 
						
							
							
								
								Eliminate all uses of the businfo field of pciDevice / pciConfigPtr.  
							
							
							
						 
						
							2006-07-31 14:33:58 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26c9587f90 
								
							 
						 
						
							
							
								
								Build fixes for last pull from HEAD.  
							
							
							
						 
						
							2006-07-31 13:54:36 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								65dc25d8f8 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-07-31 12:30:30 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3112a6c4f2 
								
							 
						 
						
							
							
								
								Noting uses libdummy.a, so don't build it.  Only libdummy-nonserver.a  
							
							... 
							
							
							
							is actually used. 
							
						 
						
							2006-07-31 10:25:31 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								69533fc04f 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/Makefile.am
	hw/xfree86/common/xf86AutoConfig.c 
							
						 
						
							2006-07-31 09:26:04 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ecb7d43a76 
								
							 
						 
						
							
							
								
								add sym.h to sources  
							
							
							
						 
						
							2006-07-30 11:52:41 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a68dc013a3 
								
							 
						 
						
							
							
								
								remove README (which doesn't exist) from EXTRA_DIST  
							
							
							
						 
						
							2006-07-30 11:08:47 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								87fe85f38b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-07-30 10:51:34 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								79016d4036 
								
							 
						 
						
							
							
								
								Bug  #5386  (partial): Move CVT mode generator from cvt(1) to server core, and  
							
							... 
							
							
							
							export it from the X server to modules. 
							
						 
						
							2006-07-28 16:02:02 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e6ae1612be 
								
							 
						 
						
							
							
								
								Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include -DXFree86Server.  
							
							
							
						 
						
							2006-07-27 18:24:59 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2a4ceb09ed 
								
							 
						 
						
							
							
								
								Remove dead function prototypes.  
							
							
							
						 
						
							2006-07-26 19:39:17 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								990a400905 
								
							 
						 
						
							
							
								
								Remove getconfig horrorshow.  Replace with a static built-in rule list for now.  
							
							
							
						 
						
							2006-07-26 19:03:39 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7608a63ff7 
								
							 
						 
						
							
							
								
								Build infrastructure for libwfb.so.  
							
							... 
							
							
							
							Builds fb/* twice, defining FB_ACCESS_WRAPPER for libwfb.la.  Define a macro,
FBPREFIX(X) which expands to fbX for libfb.la and wfbX for libwfb.la.  Use the
macro on [w]fbModuleData so the new module loads. 
							
						 
						
							2006-07-26 15:48:50 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39158e98ac 
								
							 
						 
						
							
							
								
								Remove another latent PowerMAX hunk.  
							
							... 
							
							
							
							All your favorite running jokes of 2005, today! 
							
						 
						
							2006-07-26 18:39:28 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ef1aecaaf6 
								
							 
						 
						
							
							
								
								Pass correct pointer to xf86MapLegacyIO.  
							
							
							
						 
						
							2006-07-26 13:25:13 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								28ba8d5691 
								
							 
						 
						
							
							
								
								Gut anything having to do with the PciBusPtr (or PciBusRec) type.  
							
							... 
							
							
							
							Bump required version of libpciaccess to 0.5.0 so that
pci_device_get_bridge_buses can be used. 
							
						 
						
							2006-07-25 15:38:09 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								380b51d605 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/common/xf86Init.c
	hw/xfree86/int10/pci.c
	hw/xfree86/scanpci/xf86PciData.h
	hw/xfree86/scanpci/xf86PciStdIds.h
	hw/xfree86/scanpci/xf86PciStr.h
	hw/xfree86/scanpci/xf86ScanPci.h
	hw/xfree86/utils/pcitweak/pcitweak.c
	hw/xfree86/utils/scanpci/scanpci.c
Re-removed most of the conflicting files. 
							
						 
						
							2006-07-25 11:30:04 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								82f6b7e75e 
								
							 
						 
						
							
							
								
								Don't re-look-up pointers that are already stored in structures.  
							
							
							
						 
						
							2006-07-24 13:52:58 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2fd6b995ff 
								
							 
						 
						
							
							
								
								Global s/xf86MapDomainIO/xf86MapLegacyIO/.  Let's call a duck a duck,  
							
							... 
							
							
							
							okay?  Since xf86MapLegacyIO is called from only one place, cut the
parameter list down to the one parameter that actually conveys some
information:  the one that gives a PCI device.  Change from using a
PCITAG to a pci_device. 
							
						 
						
							2006-07-24 13:33:34 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aed6fe0bb1 
								
							 
						 
						
							
							
								
								Refactor linuxGetSizesStruct to take a pci_device pointer instead of a  
							
							... 
							
							
							
							PCITAG.  Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to call
linuxGetSizesStruct directly with a pci_device pointer.  Remove
linuxGetSizes. 
							
						 
						
							2006-07-24 13:13:05 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e487627992 
								
							 
						 
						
							
							
								
								Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to use the  
							
							... 
							
							
							
							libpciaccess interfaces. 
							
						 
						
							2006-07-24 12:23:23 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4b474cbc1a 
								
							 
						 
						
							
							
								
								The functions xf86PciBusAccWindowsFromOS and xf86BusAccWindowsFromOS  
							
							... 
							
							
							
							are identical.  Just have one call the other. 
							
						 
						
							2006-07-24 12:17:27 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7dff8d98a9 
								
							 
						 
						
							
							
								
								Remove source files that have been dead since day-1 of this branch.  
							
							
							
						 
						
							2006-07-24 11:56:37 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								eb95128f61 
								
							 
						 
						
							
							
								
								Changes that were missed on the previous commit.  Perhaps oddness  
							
							... 
							
							
							
							caused by doing git-update-index at the wrong time. 
							
						 
						
							2006-07-24 11:53:37 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05f8b772ae 
								
							 
						 
						
							
							
								
								ScanPciDisplayPCICardInfo now uses pci_device interface for PCI  
							
							... 
							
							
							
							scanning.  Log messages simplified to make the code shorter and less
convoluted.  ScanPciDisplayPCICardInfo is now void since it was only
called from one place with a constant parameter. 
							
						 
						
							2006-07-24 11:23:03 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ca3f4fc1b0 
								
							 
						 
						
							
							
								
								add fallback ChangeDeviceControl, allow XOpenDevice on closed device  
							
							... 
							
							
							
							Add a fallback ChangeDeviceControl, which allows the attributes we know about
so far.
Allow XOpenDevice on closed devices. 
							
						 
						
							2006-07-23 19:02:12 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a73cef1f00 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-07-22 12:07:22 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								70869fc677 
								
							 
						 
						
							
							
								
								Yet more dead code.  
							
							
							
						 
						
							2006-07-21 23:39:37 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c1b2ee7a8 
								
							 
						 
						
							
							
								
								static markup, more dead code.  
							
							
							
						 
						
							2006-07-21 23:35:13 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c4f90b1d0 
								
							 
						 
						
							
							
								
								Open-coded path checks make baby Jesus cry.  
							
							
							
						 
						
							2006-07-21 23:03:21 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								114264584c 
								
							 
						 
						
							
							
								
								Remove a useless open() of the module we're about to load.  
							
							
							
						 
						
							2006-07-21 22:55:41 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								525257eb98 
								
							 
						 
						
							
							
								
								Fix stupid typos.  
							
							
							
						 
						
							2006-07-21 19:16:38 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								672ca156bf 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-07-21 19:58:42 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6cf844ab69 
								
							 
						 
						
							
							
								
								loader: walk directory paths with readdir(), don't stat() everything  
							
							... 
							
							
							
							Walk the directories with readdir, and don't stat everything we can
find.  Thanks to davej for the public humiliation reminding me to go back
and re-fix this one. 
							
						 
						
							2006-07-21 19:58:15 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d14d91f094 
								
							 
						 
						
							
							
								
								loader: walk directory paths with readdir(), don't stat() everything  
							
							... 
							
							
							
							Walk the directories with readdir, and don't stat everything we can
find.  Thanks to davej for the public humiliation reminding me to go back
and re-fix this one. 
							
						 
						
							2006-07-21 19:57:28 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e18d34f423 
								
							 
						 
						
							
							
								
								Make the various implementations of xf86ExtendedInitInt10 use the  
							
							... 
							
							
							
							libpciaccess interfaces.  This eliminates all calls to mapPciRom,
which in turn allows the elimination of hw/xfree86/int10/pci.c. 
							
						 
						
							2006-07-21 16:47:45 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b73fb2ae35 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-07-21 19:30:26 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e7ac27ad81 
								
							 
						 
						
							
							
								
								revert accidental deletion of lnx_io.c; re-delete lnx_kbd.c  
							
							... 
							
							
							
							Thinko'd which file to remove after merging from master. 
							
						 
						
							2006-07-21 19:29:28 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81913a1291 
								
							 
						 
						
							
							
								
								remove undead files from master  
							
							... 
							
							
							
							Remove dead files which worked their way back in when merging from master.
Ugh. 
							
						 
						
							2006-07-21 19:10:26 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7465010d59 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-07-21 19:05:41 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								63dfaa1d5b 
								
							 
						 
						
							
							
								
								Delete internal usage of the symbol ref/req lists.  
							
							
							
						 
						
							2006-07-21 18:47:18 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bca9364f3f 
								
							 
						 
						
							
							
								
								Remove the loader's required and referenced symbol lists, dead code.  
							
							
							
						 
						
							2006-07-21 18:41:46 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								07ad92d2c4 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/common/xf86DoScanPci.c
	hw/xfree86/common/xf86Init.c
	hw/xfree86/common/xf86pciBus.c 
							
						 
						
							2006-07-21 15:25:35 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aff404f293 
								
							 
						 
						
							
							
								
								Detach xf4bpp from cfb.  
							
							
							
						 
						
							2006-07-21 18:24:37 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0aaac95b0d 
								
							 
						 
						
							
							
								
								Remove RCS tags.  Fix Xprint makefile braindamage.  
							
							
							
						 
						
							2006-07-21 17:56:00 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								eeaad0e956 
								
							 
						 
						
							
							
								
								Fix the RandR failure path for rotated screens.  
							
							
							
						 
						
							2006-07-21 15:20:40 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22db3fdb54 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-07-21 13:55:37 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3eeb62e8f5 
								
							 
						 
						
							
							
								
								bug  #890 : completely remove deprecated keyboard driver  
							
							... 
							
							
							
							Remove all remnants of the old built-in keyboard driver. 
							
						 
						
							2006-07-21 16:33:28 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								60ea7b51fe 
								
							 
						 
						
							
							
								
								xorg ddx: move to new input API, remove old keyboard driver  
							
							... 
							
							
							
							Remove most of the rest of the old keyboard driver.
Move to the new Get{Keyboard,Pointer}Events API, which is mostly
complete at this stage: just missing the proximity events. 
							
						 
						
							2006-07-21 15:23:37 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c9a3d9baa8 
								
							 
						 
						
							
							
								
								xorg DDX: implement NewInputDeviceRequest  
							
							... 
							
							
							
							Implement NewInputDeviceRequest for Xorg, mainly written by Kristian Høgsberg.
Move MatchInput to xf86Helper.c, as xf86LookupInputDriver. 
							
						 
						
							2006-07-21 15:19:50 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2f98841fde 
								
							 
						 
						
							
							
								
								Remove unused variable.  
							
							
							
						 
						
							2006-07-20 16:08:27 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								985c34bf06 
								
							 
						 
						
							
							
								
								Remove the DDXTIME conditional, for being unused.  
							
							
							
						 
						
							2006-07-20 17:33:13 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c69c00d652 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-07-20 12:08:38 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								84683f19b4 
								
							 
						 
						
							
							
								
								get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE  
							
							... 
							
							
							
							Get rid of almost all uses of these definitions.  They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build.  As well as
for miinitext.c.  But largely gone. 
							
						 
						
							2006-07-18 18:17:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								881953813c 
								
							 
						 
						
							
							
								
								Fix the Linux ACPI reopen code to use a repeating timer, rather than a  
							
							... 
							
							
							
							one-shot sleep-and-reopen attempt. 
							
						 
						
							2006-07-17 13:50:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								46369350d4 
								
							 
						 
						
							
							
								
								Add some const qualifiers to serveral function parameters.  
							
							
							
						 
						
							2006-07-14 15:51:55 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								490fb30459 
								
							 
						 
						
							
							
								
								Rearrange code in xf86int10ParseBiosLocation to use strncasecmp.  This  
							
							... 
							
							
							
							eliminates the need for the first use of xstrdup in this function.
The second use of xstrdup was *never* necessary and has also been
eliminated. 
							
						 
						
							2006-07-14 15:26:56 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d3ee49bcba 
								
							 
						 
						
							
							
								
								Refactor common code from the generic.c and linux.c version of  
							
							... 
							
							
							
							xf86ExtendedInitInt10 to xf86int10GetBiosLocationType and
xf86int10GetBiosSegment.
These changes were tested on MGA hardware on x86-64 with various
combinations of InitPrimary and BiosLocation. 
							
						 
						
							2006-07-14 15:13:35 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8793c7fd4b 
								
							 
						 
						
							
							
								
								Refactor identical xf86InitInt10 function from generic.c and linux.c  
							
							... 
							
							
							
							to helper_exec.c. 
							
						 
						
							2006-07-14 09:11:39 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1450fd5964 
								
							 
						 
						
							
							
								
								Trivial refactor of libint10_la_SOURCES.  
							
							
							
						 
						
							2006-07-14 09:10:32 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								18624a9b7c 
								
							 
						 
						
							
							
								
								Modify linuxGetSizesStruct to use pci_device instead of pciConfigPtr.  
							
							
							
						 
						
							2006-07-13 21:10:48 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								12595a77d6 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-07-13 12:48:03 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39b2f7b218 
								
							 
						 
						
							
							
								
								Bug  #3042 : Use autoconf to get the correct name of a struct member.  
							
							... 
							
							
							
							This allows us to remove the kernel version ifdefs from the code, which
are ugly and broken. 
							
						 
						
							2006-07-08 19:55:53 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								63f13e01ee 
								
							 
						 
						
							
							
								
								Bug  #7097 : do case-insensitive comparison for some hotkeys.  
							
							... 
							
							
							
							xkb's strcasecmp implementation has been moved to the dix so it's now
safe to just use strcasecmp(). 
							
						 
						
							2006-07-08 11:33:44 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b3e4d1d1f4 
								
							 
						 
						
							
							
								
								PPC64 build fix.  
							
							
							
						 
						
							2006-07-06 18:51:29 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d7a96dd6f1 
								
							 
						 
						
							
							
								
								Switch the default mouse device on Linux to /dev/input/mice.  
							
							
							
						 
						
							2006-07-06 17:39:14 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								37838de62e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/os-support/bus/linuxPci.c 
							
						 
						
							2006-07-06 13:01:57 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8d07ee070e 
								
							 
						 
						
							
							
								
								Refactor linuxGetIOSize and linuxGetSizes.  Eliminate the unnecessary  
							
							... 
							
							
							
							optimization in the search loop. 
							
						 
						
							2006-07-06 12:48:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								704e645207 
								
							 
						 
						
							
							
								
								Remind dlloader that it needs to search the global scope as well as the  
							
							... 
							
							
							
							loaded modules.  Fixes LoaderSymbol() on symbols provided by the server.
Spotted by Aaron Plattner. 
							
						 
						
							2006-07-06 14:22:33 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e66e7b48e1 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-07-05 15:21:36 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								863f5cc31b 
								
							 
						 
						
							
							
								
								fix compiler warning in hw/xfree86/common/xf86Config.c  
							
							
							
						 
						
							2006-07-05 13:26:34 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cc3e99f747 
								
							 
						 
						
							
							
								
								fix some more compiler warnings due to defines being declared differently  
							
							
							
						 
						
							2006-07-05 10:13:19 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								002e28c12c 
								
							 
						 
						
							
							
								
								Correct AGP memory deallocation argument on *BSD.  
							
							... 
							
							
							
							This fixes leaks and eventual crashes with RandR resizing on Intel. 
							
						 
						
							2006-07-03 12:48:12 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7106a77df3 
								
							 
						 
						
							
							
								
								Fix bugs in support for new repeatTypes in XAA and EXA.  
							
							... 
							
							
							
							EXA now won't pass pictures with new repeatTypes to drivers.  We can add a flag
for them to support it at a later time. 
							
						 
						
							2006-07-03 16:41:44 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								50a3e1ad18 
								
							 
						 
						
							
							
								
								Missing close parenthesis in one of the setuid() fixes.  
							
							
							
						 
						
							2006-07-01 12:34:36 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								124a81eb38 
								
							 
						 
						
							
							
								
								Merge branch 'origin'  
							
							
							
						 
						
							2006-07-01 11:12:50 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d3d6c5f4d0 
								
							 
						 
						
							
							
								
								Bug  #7381 : Coordinates get wrapped in accelerated line drawing on pixmap  
							
							... 
							
							
							
							XAAPolylinesWideSolid was adding the drawable origin onto each element in the
pPts array.  Since the values got stored back into the pPts array, they got
truncated to 16 bits, causing the overflow I saw.  This patch avoids storing
the coords back into the pPts array (and actually reduces the size of the
code too :).  Now the 32-bit sum of coords + origin doesn't get truncated to
16 bits, and the problem is solved. 
							
						 
						
							2006-07-01 11:10:18 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								179737d4a0 
								
							 
						 
						
							
							
								
								Bug 7145: fix build with gcc 2.95 & other c89 compilers  
							
							... 
							
							
							
							Move variable declarations to start of blocks as required by c89 
							
						 
						
							2006-06-30 15:56:40 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a9d4842893 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-06-30 11:49:29 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6bd4c25439 
								
							 
						 
						
							
							
								
								Updated Solaris aperture driver to build on sun4v & amd64 kernels  
							
							... 
							
							
							
							Updated for Solaris 10 changes to DDI 
							
						 
						
							2006-06-29 16:25:36 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c4e540253 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-06-26 14:39:44 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								36756fdb2d 
								
							 
						 
						
							
							
								
								Make sure <execinfo.h> is actually included when needed.  
							
							... 
							
							
							
							configure only defines HAVE_BACKTRACE, not HAVE_EXECINFO_H.
This could cause problems on platforms where the size of a pointer is greater
than that of an integer, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363218  . 
							
						 
						
							2006-06-24 15:09:24 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4426215a6e 
								
							 
						 
						
							
							
								
								Bug  #7213 : Fix the XFree86-DRI extension for byte-swapped clients.  
							
							... 
							
							
							
							These clients are by definition non-local and thus not direct rendering
capable, but they still need the QueryVersion and QueryDirectRenderingCapable
requests to find out cleanly. 
							
						 
						
							2006-06-24 15:02:56 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bc6cfde198 
								
							 
						 
						
							
							
								
								Use correct OSNAME setting so we can find os-specific modules like libdrm.  
							
							
							
						 
						
							2006-06-23 20:07:34 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2cf1f39ca9 
								
							 
						 
						
							
							
								
								Add a manpage for EXA.  
							
							
							
						 
						
							2006-06-23 13:56:20 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9d0a15dca5 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/loader/xf86sym.c 
							
						 
						
							2006-06-22 16:21:10 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c0cb8d1fb8 
								
							 
						 
						
							
							
								
								Use XACE, not XCSECURITY to decide if SecurityLookup* are exported  
							
							
							
						 
						
							2006-06-21 18:12:41 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3177dc498a 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-21 18:06:06 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d8135eb9e4 
								
							 
						 
						
							
							
								
								Unbreak unbreaking the loader.  Re-add the symbol reference lists so that the  
							
							... 
							
							
							
							linker will include everything it's supposed to.  This is a terrible solution,
but ld semantics don't let you do anything better. 
							
						 
						
							2006-06-21 20:49:21 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								90af38fa0c 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							... 
							
							
							
							Conflicts:
	Xext/appgroup.c 
							
						 
						
							2006-06-21 16:23:31 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aa131c51e0 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-21 14:39:52 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1708b0c7d9 
								
							 
						 
						
							
							
								
								Eliminate "ugly" spaces around parenthesis.  Add const qualifier.  
							
							... 
							
							
							
							General code clean-ups. 
							
						 
						
							2006-06-21 14:39:39 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a3c26d01a1 
								
							 
						 
						
							
							
								
								Move declaration of "j" inside #ifdef block where it is used to  
							
							... 
							
							
							
							eliminate compiler warning. 
							
						 
						
							2006-06-21 14:38:07 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea5e0eabd1 
								
							 
						 
						
							
							
								
								Bug 4320: Fastpath corner case improvement for Composite.  
							
							
							
						 
						
							2006-06-21 17:08:55 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								75398cff82 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/loader/Makefile.am
	hw/xfree86/loader/xf86sym.c 
							
						 
						
							2006-06-20 15:49:47 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								88ede2cec7 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-20 15:29:55 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1f91b5726c 
								
							 
						 
						
							
							
								
								Fix a compiler warning about varibles being used without being set.  
							
							... 
							
							
							
							Add some const qualifiers.
Remove some "ugly" space around parenthesis. 
							
						 
						
							2006-06-20 15:03:13 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2b58685402 
								
							 
						 
						
							
							
								
								Check setuid() return value. Bugzilla  #7116 .  
							
							
							
						 
						
							2006-06-20 21:07:53 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0707eb33d6 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-19 17:09:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8d9ccc90a5 
								
							 
						 
						
							
							
								
								Add XACE extension  
							
							... 
							
							
							
							(partially cherry picked from 8d4f21ab53 
							
						 
						
							2006-06-19 16:35:03 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d97a21acb8 
								
							 
						 
						
							
							
								
								fix compiler warnings in hw/xfree86/i2c/fi1236.c  
							
							
							
						 
						
							2006-06-19 14:36:54 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								29c78321e8 
								
							 
						 
						
							
							
								
								fix compiler warning in hw/xfree86/i2c/tda9850.c  
							
							
							
						 
						
							2006-06-19 14:36:41 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b20ae5ddb7 
								
							 
						 
						
							
							
								
								fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c  
							
							
							
						 
						
							2006-06-19 11:38:52 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a28652f9c3 
								
							 
						 
						
							
							
								
								Another round of loader sense-beating.  Remove the (unused) server export  
							
							... 
							
							
							
							lists, a really bad hash table, the last vestiges of the other backends,
and some miscellaneous cleanups.  Good for dropping 300k from the size of
the built server on x86. 
							
						 
						
							2006-06-19 00:57:18 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								98a602fab1 
								
							 
						 
						
							
							
								
								Don't bother building RAC as a module, that's just absurd.  
							
							
							
						 
						
							2006-06-18 23:54:04 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								76aaf7eae7 
								
							 
						 
						
							
							
								
								Add a couple of (doxygen) comments I wrote while looking at modesetting.  
							
							
							
						 
						
							2006-06-18 19:47:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6aaf0e5b58 
								
							 
						 
						
							
							
								
								Add options to disable EXA acceleration for Composite/UTS/DFS, and always print  
							
							... 
							
							
							
							out how much memory EXA is managing for offscreen pixmaps. 
							
						 
						
							2006-06-18 19:47:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21ef7e17ef 
								
							 
						 
						
							
							
								
								Add some missing .gitignore stuff for Mesa symlinks and other generated files.  
							
							
							
						 
						
							2006-06-18 19:47:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								868e2cab70 
								
							 
						 
						
							
							
								
								Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries  
							
							... 
							
							
							
							(such as libcw.la) that we link into the server, causing it to be rebuild
automatically when they're updated.  Some system libraries are included, but
don't appear to cause any harm.  You would think this would be automatic... 
							
						 
						
							2006-06-16 10:17:51 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4e3c9ab8c9 
								
							 
						 
						
							
							
								
								Remove some static declarations for things that were removed in  
							
							... 
							
							
							
							previous commits. 
							
						 
						
							2006-06-09 16:56:54 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b6596b1e1 
								
							 
						 
						
							
							
								
								Move probe_devices_from_device_sections,  
							
							... 
							
							
							
							add_matching_devices_to_configure_list, and check_for_matching_devices
from xf86Helper.c to xf86Init.c.  These functions are only called from
a single place in xf86Init.c, so it makes sense for them to live
there.  They were originally in xf86Helper.c because they evolved out
another function that was already in that file. 
							
						 
						
							2006-06-09 16:08:06 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7810d87cd6 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-09 15:16:50 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f31ef83be 
								
							 
						 
						
							
							
								
								fix compiler warning in hw/xfree86/loader/loaderProcs.h  
							
							
							
						 
						
							2006-06-09 10:44:46 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								490ffc205a 
								
							 
						 
						
							
							
								
								fix compiler warning in hw/xfree86/loader/loadmod.c  
							
							
							
						 
						
							2006-06-09 10:44:25 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								96c19a3ec1 
								
							 
						 
						
							
							
								
								put function prototype for ShapeExtensionInit() in proper place  
							
							... 
							
							
							
							based on FIXME in mi/miinitext.c 
							
						 
						
							2006-06-09 09:51:28 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								caffac3843 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-08 10:38:43 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9fa73721f0 
								
							 
						 
						
							
							
								
								fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes  
							
							
							
						 
						
							2006-06-08 10:27:28 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c5b3aa120b 
								
							 
						 
						
							
							
								
								Added a comment about some suspicious code.  
							
							
							
						 
						
							2006-06-07 17:46:23 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								50112dfcc8 
								
							 
						 
						
							
							
								
								Fixed severly broken calls to pci_device_find_by_slot.  I mis-read the  
							
							... 
							
							
							
							tag bits when I originally coded it.  I mistakenly thought that the
original code masked off the PCI function bits, so I just always
passed 0 as the function.  That was a mistake. 
							
						 
						
							2006-06-07 17:46:05 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f9e7128d94 
								
							 
						 
						
							
							
								
								Added missing include of Pci.h.  This caused the server to terminate  
							
							... 
							
							
							
							when the symbol PCI_DOM_FROM_TAG couldn't be resolved at run-time. 
							
						 
						
							2006-06-07 17:44:06 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bc05158a5a 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-06-07 14:09:12 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								46f55f5dea 
								
							 
						 
						
							
							
								
								Initial batch of changes for PCI rework.  All future changes will be  
							
							... 
							
							
							
							tracked individually. 
							
						 
						
							2006-06-07 14:09:02 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21ebcfd702 
								
							 
						 
						
							
							
								
								Demolish now-unused loader functions.  
							
							
							
						 
						
							2006-06-07 14:17:31 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f90761b06e 
								
							 
						 
						
							
							
								
								Add a token for EDID-supplied modes.  
							
							
							
						 
						
							2006-06-07 13:58:24 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d00aa6b855 
								
							 
						 
						
							
							
								
								Delete a (now misleading) message from the crash handler.  
							
							
							
						 
						
							2006-06-07 11:44:36 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8444bb77c9 
								
							 
						 
						
							
							
								
								When we can, bound the maximum number of PCI devices to attempt to scan, by  
							
							... 
							
							
							
							the number found on the system. Only implemented for Linux right now. 
							
						 
						
							2006-06-05 20:22:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								52fc7c8dc7 
								
							 
						 
						
							
							
								
								Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing  
							
							... 
							
							
							
							XFree86LOADER ifdefs, non-loadable hasn't been supported for a while
    now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO
    ifdefs surrounding a call to a function added in XFree86 4.1 (!).
    Miscellaneous static markings. 
							
						 
						
							2006-06-05 03:00:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d22582dc5a 
								
							 
						 
						
							
							
								
								Remove a stray LBX reference.  
							
							
							
						 
						
							2006-06-04 16:13:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cd384af305 
								
							 
						 
						
							
							
								
								Completely remove relocation pointer table.  
							
							
							
						 
						
							2006-06-03 10:50:23 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8e8c6faecd 
								
							 
						 
						
							
							
								
								Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)  
							
							
							
						 
						
							2006-06-03 10:48:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5b703f847d 
								
							 
						 
						
							
							
								
								Fix type confusion.  
							
							
							
						 
						
							2006-06-02 12:05:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								56f21bda1c 
								
							 
						 
						
							
							
								
								Bug  #6583 : Only open /proc/bus/pci/devices once. (Bill Nottingham)  
							
							
							
						 
						
							2006-06-01 22:30:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								97203f1cf6 
								
							 
						 
						
							
							
								
								Clean up a warning, and remove excess multiple-suffix code.  
							
							
							
						 
						
							2006-06-01 20:41:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6d594ebc66 
								
							 
						 
						
							
							
								
								Ditch more alternate-loader braindamage.  
							
							
							
						 
						
							2006-06-01 20:22:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c946817748 
								
							 
						 
						
							
							
								
								Kill a.out, COFF and ELF loaders with FIRE.  
							
							
							
						 
						
							2006-06-01 20:18:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a3a4221495 
								
							 
						 
						
							
							
								
								Add bitmap to the ignored module list.  
							
							
							
						 
						
							2006-06-01 19:53:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ee689c1042 
								
							 
						 
						
							
							
								
								Ignore requests to load GLcore and speedo.  
							
							
							
						 
						
							2006-06-01 19:49:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								07c731a2bc 
								
							 
						 
						
							
							
								
								Bug  #5089 : Die, libbitmap, die!  
							
							
							
						 
						
							2006-06-01 19:37:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a73e0f8cdf 
								
							 
						 
						
							
							
								
								Die XTESTEXT1, die!  
							
							
							
						 
						
							2006-06-01 18:47:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc5ca97284 
								
							 
						 
						
							
							
								
								Powerpc machines also need ioperm_noop.c  
							
							
							
						 
						
							2006-05-30 22:56:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								07b168c8d8 
								
							 
						 
						
							
							
								
								Properly document the DPMS, SyncOnGreen, and TargetRefresh options.  
							
							
							
						 
						
							2006-05-30 16:10:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd8bde8bb0 
								
							 
						 
						
							
							
								
								Remove -xkbmap argument.  
							
							
							
						 
						
							2006-05-29 11:14:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c38aab293a 
								
							 
						 
						
							
							
								
								check buffersize before reading next char, fixes the "mouse stuck at left"  
							
							... 
							
							
							
							bug (bugzilla #3113 ) for BSD systems using wscons. (Dale Rahn). 
							
						 
						
							2006-05-27 23:15:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2102fdd0a5 
								
							 
						 
						
							
							
								
								RGB color database and XErrorDB install to "share" not "lib" by default (by  
							
							... 
							
							
							
							app/rgb and libX11).
TODO: They are customizable, so maybe cpprules.in should be extended. 
							
						 
						
							2006-05-26 00:12:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								354086d7e8 
								
							 
						 
						
							
							
								
								Don't do fixup_video_driver_list if no drivers. (I had signal 11 and core  
							
							... 
							
							
							
							dump when drivers not installed yet.)
TODO: fix fixup_video_driver_list to handle NULL argument. 
							
						 
						
							2006-05-25 23:32:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6930794423 
								
							 
						 
						
							
							
								
								NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead of  
							
							... 
							
							
							
							checking for SCO, UnixWare, Sun SVR4 and NetBSD, the curses.h versus
    ncurses.h should be tested in configure.) 
							
						 
						
							2006-05-24 22:58:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cc3b882bd1 
								
							 
						 
						
							
							
								
								Update to 2006-05-19 snapshot  
							
							... 
							
							
							
							Remove entries now present in pci.ids
Regenerate from updated pci.ids & extrapci.ids 
							
						 
						
							2006-05-20 00:55:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								deebf6bd51 
								
							 
						 
						
							
							
								
								Bug  #4139 : Fix a BAR remapping bug that could lead to IERR and system hang.  
							
							... 
							
							
							
							(Egbert Eich) 
							
						 
						
							2006-05-18 23:52:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c11cfcfaff 
								
							 
						 
						
							
							
								
								Bug  #6377 : Ignore disabled BARs, and allow matching BARs aligned to less  
							
							... 
							
							
							
							than 16 bytes. (Felix Kühling, ATI) 
							
						 
						
							2006-05-18 23:48:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fa9a49a92d 
								
							 
						 
						
							
							
								
								Bug  #5877 : Avoid burning CPU when acpid dies. Require acpid to be running  
							
							... 
							
							
							
							for ACPI support on Linux. Minor errno handling fixes. (Valery
    Inozemtsev, Adam Jackson) 
							
						 
						
							2006-05-18 18:18:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2892dd6d2e 
								
							 
						 
						
							
							
								
								Make Xv symbols conditional. (Enrico Wiegelt)  
							
							
							
						 
						
							2006-05-17 16:20:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a317bf4822 
								
							 
						 
						
							
							
								
								Make DBE support conditional. (Enrico Wiegelt)  
							
							
							
						 
						
							2006-05-17 15:00:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								321dbed5f5 
								
							 
						 
						
							
							
								
								Bug  #5209 : Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)  
							
							
							
						 
						
							2006-05-15 18:27:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9db5d2dfc3 
								
							 
						 
						
							
							
								
								Bug  #4320 : Improved XAA Composite fastpath.  
							
							
							
						 
						
							2006-05-11 10:18:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								86ffb46358 
								
							 
						 
						
							
							
								
								Bug  #5209 : Re-enable building APM and ACPI support. (Michel Dänzer)  
							
							
							
						 
						
							2006-05-09 18:04:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc91ca069d 
								
							 
						 
						
							
							
								
								Redact a few mentions of speedo font support.  
							
							
							
						 
						
							2006-05-03 17:50:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								291e89d4f2 
								
							 
						 
						
							
							
								
								Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.  
							
							
							
						 
						
							2006-04-30 19:16:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26fa45b642 
								
							 
						 
						
							
							
								
								Bug  #6751 : Use the Linux PCI ROM interface on Linux properly. The old  
							
							... 
							
							
							
							domain code, still modified BARs not a good idea, Just talk to sysfs,
    if 0 read, fallback to old methods. 
							
						 
						
							2006-04-26 11:40:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c339b221d3 
								
							 
						 
						
							
							
								
								Bug  #6750 : This patch detects Intel bridges that are transparent but aren't  
							
							... 
							
							
							
							reported as such. From the Linux kernel fixups. This patch also removes
    the reserved BIOS area from the area to allocate resources in. 
							
						 
						
							2006-04-26 11:31:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81f3c2937d 
								
							 
						 
						
							
							
								
								strlcpy() doesn't exist on Linux, so use the implementation in os/.  
							
							
							
						 
						
							2006-04-24 05:39:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a715634d23 
								
							 
						 
						
							
							
								
								Don't access free memory after unloading a module. Bugzilla  #4168 .  
							
							
							
						 
						
							2006-04-23 13:14:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								79dc689261 
								
							 
						 
						
							
							
								
								When reading the kernel keyboard mapping (readKernelMapping in  
							
							... 
							
							
							
							os-support/linux/lnx_KbdMap.c) we overrun the usefully-named global
    array 'map', scribbling on other random static variables elsewhere.
    This is fixed by changing the size of at2lnx. (David Woodhouse). Bug
    #5169  
							
						 
						
							2006-04-22 03:22:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c947d796aa 
								
							 
						 
						
							
							
								
								Missed in previous commit: Add a new migration scheme, called "Smart" for  
							
							... 
							
							
							
							lack of a better name. This one behaves somewhat between Greedy and
    Always. It moves in if we can accelerate, unless the destination is
    clean and shouldn't be kept in framebuffer according to the score, in
    which case we migrate out (and force-migrate anything where migration
    is free). This should help fix lack of acceleration for drivers without
    UTS since removing exaAsyncPixmapGCOps, and has removed one performance
    trap with Radeon I'd noticed. It is the new default. 
							
						 
						
							2006-04-18 19:18:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								782d61a031 
								
							 
						 
						
							
							
								
								Update all prefixes in config tools, so they mostly work again. Also, make  
							
							... 
							
							
							
							RgbPath commented out when using xorgconfig. Start using
    /dev/input/mice as the default mouse location on Linux. 
							
						 
						
							2006-04-18 17:28:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1b04e31392 
								
							 
						 
						
							
							
								
								Coverity  #847 ,  #848 ,  #849 : Three more memory leaks.  
							
							
							
						 
						
							2006-04-14 23:32:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6d29f65931 
								
							 
						 
						
							
							
								
								CVT means Coordinated Video Timing instead of Common.  
							
							
							
						 
						
							2006-04-14 23:01:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								82b6ea1a4b 
								
							 
						 
						
							
							
								
								Bug  #6580 : Don't install xf86drm.h, that's libdrm's job.  
							
							
							
						 
						
							2006-04-14 22:51:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2387bfa5ff 
								
							 
						 
						
							
							
								
								Bump the ABI versions. Due to Glyph privates and the XV update below, the  
							
							... 
							
							
							
							video driver ABI needs to be bumped to 1.0. The rest of the ABI minor
    versions were bumped to include the LoaderGetABIVersion function.
Add a DrawblePtr argument to the XV hooks. This allows drivers to determine
    that the target window is redirected and draw to the appropriate place. 
							
						 
						
							2006-04-07 18:56:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								94e7213d59 
								
							 
						 
						
							
							
								
								Remove libc wrapper types from Xisb interfaces.  
							
							
							
						 
						
							2006-04-07 16:08:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								843146cfba 
								
							 
						 
						
							
							
								
								Coverity  #1216 : Fix double-close of file on error.  
							
							
							
						 
						
							2006-04-07 15:53:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								75a9afdbf4 
								
							 
						 
						
							
							
								
								Coverity  #488 : Avoid smashing an array on malformed config files.  
							
							
							
						 
						
							2006-04-07 01:53:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5ef711032b 
								
							 
						 
						
							
							
								
								Coverity  #838 : Plug two more memory leaks.  
							
							
							
						 
						
							2006-04-07 01:41:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								69477ea4b6 
								
							 
						 
						
							
							
								
								Coverity  #837 : Fix another another memory leak.  
							
							
							
						 
						
							2006-04-07 01:37:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b472ce7307 
								
							 
						 
						
							
							
								
								Coverity  #836 : Fix another memory leak.  
							
							
							
						 
						
							2006-04-07 01:35:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9c84ed5f8d 
								
							 
						 
						
							
							
								
								Coverity  #835 : Plug memory leak in extension section parsing.  
							
							
							
						 
						
							2006-04-07 01:34:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								12924d0da3 
								
							 
						 
						
							
							
								
								Coverity  #812 : Fix parser memory leak.  
							
							
							
						 
						
							2006-04-07 01:29:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								49abff7995 
								
							 
						 
						
							
							
								
								Coverity  #818 : Avoid memory leak on error path.  
							
							
							
						 
						
							2006-04-07 01:26:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ae1263669 
								
							 
						 
						
							
							
								
								Remove cfb16, no longer used.  
							
							
							
						 
						
							2006-04-06 18:59:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4697da177d 
								
							 
						 
						
							
							
								
								Initial checkin  
							
							
							
						 
						
							2006-04-04 18:30:28 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								83ea57bcc8 
								
							 
						 
						
							
							
								
								Bug  #5729 : Convert xf8_16bpp to fb. chips(4) users please test.  
							
							
							
						 
						
							2006-04-04 14:39:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4c7da86118 
								
							 
						 
						
							
							
								
								Bug  #5300 : Fix missing spaces in the Build OS line in the log. (Egmont  
							
							... 
							
							
							
							Koblinger) 
							
						 
						
							2006-04-04 14:17:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fb6f61b50f 
								
							 
						 
						
							
							
								
								Bug  #4806 : Dump the raw EDID contents in hex to the log file for better  
							
							... 
							
							
							
							debugging. (Philip Prindeville) 
							
						 
						
							2006-04-04 12:36:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								14af50371c 
								
							 
						 
						
							
							
								
								Bug  #2142 : Make font path logging more readable. (Eduard Fuchs)  
							
							
							
						 
						
							2006-04-03 22:00:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a01f17d6de 
								
							 
						 
						
							
							
								
								Coverity  #983 : Move some risky debugging code inside #ifdef DEBUG.  
							
							
							
						 
						
							2006-04-03 01:35:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ff6f88348c 
								
							 
						 
						
							
							
								
								More warning cleanup.  
							
							
							
						 
						
							2006-03-29 01:05:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bd283c2464 
								
							 
						 
						
							
							
								
								Add a new export, LoaderGetABIVersion. This function allows modules to  
							
							... 
							
							
							
							query the versions directly instead of having to guess. Bug #6416 : Add
    LoaderGetABIVersion. 
							
						 
						
							2006-03-28 07:21:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5be8a66d32 
								
							 
						 
						
							
							
								
								Fix remnants of previous busted _XkbStrCaseCmp commit.  
							
							
							
						 
						
							2006-03-27 22:28:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7257590651 
								
							 
						 
						
							
							
								
								Move XFree86 DDX XKB actions into dixmods.  
							
							
							
						 
						
							2006-03-27 21:15:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a68c11bb1d 
								
							 
						 
						
							
							
								
								Mark everything in xf86sym.c as _X_EXPORT.  
							
							
							
						 
						
							2006-03-25 19:52:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae935832fa 
								
							 
						 
						
							
							
								
								Refactored the screensaver and DPMS timer code to use the screensaver timer  
							
							... 
							
							
							
							for both screensaver and DPMS. Removed the SetDPMSTimers() and
    FreeDPMSTimers() functions. 
							
						 
						
							2006-03-24 20:50:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f1616508c9 
								
							 
						 
						
							
							
								
								Add ast driver/pci id (Carl Switzky, Sun Microsystems)  
							
							
							
						 
						
							2006-03-23 23:54:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9509c6799e 
								
							 
						 
						
							
							
								
								dead file removal  
							
							
							
						 
						
							2006-03-20 19:32:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6eb4e2303a 
								
							 
						 
						
							
							
								
								Bug  #6213 : Check geteuid's return value, not its address, otherwise  
							
							... 
							
							
							
							unprivileged users can set the modulepath and run arbitrary code. Patch
    from Matthieu Herrb. (CVE-2006-0745, Coverity #4 ) 
							
						 
						
							2006-03-20 14:01:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d0d336efd5 
								
							 
						 
						
							
							
								
								Add support for ZX2 PCI-E local bus adaptors. (Alex Williamson, HP)  
							
							... 
							
							
							
							Use soft timeout register to avoid MCAs when probing for non-existent local
    bus adaptors on ZX2. (Alex Williamson, HP) 
							
						 
						
							2006-03-16 16:29:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21f7f2fb11 
								
							 
						 
						
							
							
								
								Enable correct handling of the BTS instruction (opcode 0f ab) The code was  
							
							... 
							
							
							
							there but #ifdefed out. Insead of BTS, BT was executed. This patch
    enables the BTS function and hooks it up the the correct opcode. (ATI
    Technologies Inc.) 
							
						 
						
							2006-03-15 18:43:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9c43cde1e 
								
							 
						 
						
							
							
								
								Coverity  #1042 , 1043: Nuke some dead variables.  
							
							
							
						 
						
							2006-03-15 16:56:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a3ef63696c 
								
							 
						 
						
							
							
								
								Coverity  #490 : Fix a range check in xf86vidmode extension.  
							
							
							
						 
						
							2006-03-15 16:36:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								460f2ea4a5 
								
							 
						 
						
							
							
								
								Coverity  #794 : Fix a highly unlikely memory leak.  
							
							
							
						 
						
							2006-03-15 16:21:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								116d158e85 
								
							 
						 
						
							
							
								
								Coverity  #269 : Compare the requested ABI class against the ABI class of the  
							
							... 
							
							
							
							module, not the module class. 
							
						 
						
							2006-03-15 16:16:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d8221a9b70 
								
							 
						 
						
							
							
								
								Coverity  #484 : Fix an off-by-one in module refcounting.  
							
							
							
						 
						
							2006-03-15 16:11:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1e5c0842af 
								
							 
						 
						
							
							
								
								Coverity  #1053 : Nuke a dead variable.  
							
							
							
						 
						
							2006-03-15 15:34:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7314d16cde 
								
							 
						 
						
							
							
								
								Fix DRIExtensionInit() to not register callbacks when it hasn't been  
							
							... 
							
							
							
							initialized for the current server generation. Fixes a problem where it
    would use stale private index and blow up in colorful ways if no driver
    called DRIScreenInit() on the second generation (which happens due to a
    bug in radeon that i'll fix separately). Note: clearing the index in
    DRIReset() wouldn't work as DRIReset() is called before the
    CloseScreen() chain 
							
						 
						
							2006-03-15 03:18:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								02d80a0de9 
								
							 
						 
						
							
							
								
								Make xf86 linear allocator smarter when dealing with alignment constraints  
							
							... 
							
							
							
							when falling back to X/Y allocations. Fixes various problems of Xv
    allocation failures, notably with "nv" driver. 
							
						 
						
							2006-03-15 03:12:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c1601717d5 
								
							 
						 
						
							
							
								
								Add a new migration scheme, "always", which will move pixmaps to their  
							
							... 
							
							
							
							desired location always (unless they don't fit in FB, in which case
    they all get moved out for software rendering). The default remains as
    before, but can be controlled by the MigrationHeuristic xorg.conf
    option (which is intentionally not documented, as it may be
    short-lived). This is part of the exa-damagetrack work, which appears
    stable in testing with fakexa, unlike the work as a whole. 
							
						 
						
							2006-03-15 01:20:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								eb63e50d95 
								
							 
						 
						
							
							
								
								Fix build when AIGLX is false.  
							
							
							
						 
						
							2006-03-12 17:14:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3342c8000 
								
							 
						 
						
							
							
								
								Merge accel_indirect branch to HEAD.  
							
							
							
						 
						
							2006-03-12 00:11:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b1b731c286 
								
							 
						 
						
							
							
								
								Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity  #480 ,  
							
							... 
							
							
							
							#481 , #482 , #483 ) 
						
							2006-03-11 02:43:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f2ecbb3018 
								
							 
						 
						
							
							
								
								Pass sizeof the correct buffer to XmuSnprintf. (Coverity  #489 )  
							
							
							
						 
						
							2006-03-11 01:58:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ffdbb547be 
								
							 
						 
						
							
							
								
								Coverity  #1011 : Remove a useless NULL check on a pVbe that had been  
							
							... 
							
							
							
							dereferenced many times before. 
							
						 
						
							2006-03-10 08:06:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1bc72dce5f 
								
							 
						 
						
							
							
								
								Coverity  #857 : Fix resource leak in error path by freeing earlier.  
							
							
							
						 
						
							2006-03-10 08:03:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								55f677d600 
								
							 
						 
						
							
							
								
								Coverity  #813 ,  #814 ,  #815 ,  #816 : Fix resource leaks in error paths of  
							
							... 
							
							
							
							config parsing code. 
							
						 
						
							2006-03-10 07:58:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21dcd03048 
								
							 
						 
						
							
							
								
								Just like FreeBSD, let DragonFly's default mouse Device be /dev/sysmouse  
							
							... 
							
							
							
							(since /dev/mouse don't even exist by default). 
							
						 
						
							2006-03-10 01:34:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9a99afdfb2 
								
							 
						 
						
							
							
								
								Add DragonFly support. (It is like FreeBSD.)  
							
							... 
							
							
							
							This patch is from DragonFly developer Joerg Sonnenberger and the pkgsrc
    collection.
I tested using /dev/sysmouse with moused using my serial /dev/cuaa0. 
							
						 
						
							2006-03-10 01:22:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8a3ff42abb 
								
							 
						 
						
							
							
								
								Commit changes missed in last commit (mis-typed path and didn't notice): Do  
							
							... 
							
							
							
							a first pass of doxygen documentation of EXA. This removes the
    corresponding pieces of exa-driver.txt, which were becoming stale.
    Hopefully the documentation will stay much more up-to-date this way.
    Many thanks to jbarnes for writing exa-driver.txt which was used a lot
    in writing this documentation. 
							
						 
						
							2006-03-09 23:25:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2822cbc1fb 
								
							 
						 
						
							
							
								
								Rearrange EXA driver structures so that there's a hope of maintaining ABI  
							
							... 
							
							
							
							when extending the driver interface. The card and accel structures are
    merged into the ExaDriverRec, which is to be allocated using
    exaDriverAlloc(). The driver structure also grows exa_major and
    exa_minor, which drivers fill in and have checked by EXA
    (double-checking that the driver really did check that the EXA version
    was correct). Removes exaInitCard(), which is replaced by the driver
    filling in the rec by hand, and the exaGetVersion() and related
    EXA_*VERSION which are replaced by always using the XFree86 loadable
    module versioning. 
							
						 
						
							2006-03-09 06:04:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cb5090e8d6 
								
							 
						 
						
							
							
								
								Bug  #6150 : Do the obvious fix of an insane sanity check in  
							
							... 
							
							
							
							xf86InitFBManager. (Julio M. Merino Vidal) 
							
						 
						
							2006-03-08 03:32:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2e6f801fe1 
								
							 
						 
						
							
							
								
								Numerous amounts refactoring and comment adding (see ChangeLog for file by  
							
							... 
							
							
							
							file details). The primary intention for these changes is to pave the
    way for the new device probing and PCI configuration code that I'm
    working on. 
							
						 
						
							2006-03-07 23:58:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0a3d6c7399 
								
							 
						 
						
							
							
								
								Remove stale EXA files, which failed to get removed during the move to  
							
							... 
							
							
							
							top-level, somehow. 
							
						 
						
							2006-03-07 19:49:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								68a8963f72 
								
							 
						 
						
							
							
								
								Fix cvt -r check again. CH7011 TV encoder had 800x600 PAL hit the check.  
							
							
							
						 
						
							2006-03-07 16:00:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								448997ebcd 
								
							 
						 
						
							
							
								
								Only output SetClientVersion message if verbosity > 1, like other  
							
							... 
							
							
							
							extensions do 
							
						 
						
							2006-03-05 16:43:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d921173833 
								
							 
						 
						
							
							
								
								define SYS_LIBS to hold system dependant libraries that may needed. and add  
							
							... 
							
							
							
							it to libraries list where needed. Update ChangeLog for previous
    changes too 
							
						 
						
							2006-03-05 16:35:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								82cbd2ee0d 
								
							 
						 
						
							
							
								
								Don't hard-code -DUSE_DEV_IO here. configure generates the proper OS  
							
							... 
							
							
							
							specific values here. 
							
						 
						
							2006-03-05 16:33:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5f4d11c8d9 
								
							 
						 
						
							
							
								
								fix spelling error, document EXA_TWO_BITBLT_DIRECTIONS device flag  
							
							
							
						 
						
							2006-03-01 16:31:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								96ca329382 
								
							 
						 
						
							
							
								
								Remove redundant definition of struct Inst. Safeguard xf86AddDriver against  
							
							... 
							
							
							
							future additions to DriverRec. 
							
						 
						
							2006-02-28 23:07:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6b08a5013b 
								
							 
						 
						
							
							
								
								EXA driver doc cleanups and additions.  
							
							
							
						 
						
							2006-02-25 20:26:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f41ec003f3 
								
							 
						 
						
							
							
								
								Add two radeon pci ids (one is used for a radeon mobility X700 XL in a  
							
							... 
							
							
							
							medion notebook, the other is for a AIW X800 VE) 
							
						 
						
							2006-02-25 01:17:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cfdacab33a 
								
							 
						 
						
							
							
								
								Eliminate unused PCI BIOS reading functionality. The old code used several  
							
							... 
							
							
							
							function pointers to implement a level of flexability that was never
    used. The code also had unused support for extracting a single image
    type from a larger expansion ROM.
Fix the spelling of PCI_BIOS_OPEN_FIRMWARE.
Fix a couple errors in #ifdef debug code.
These changes have been tested on x86 and x86-64 Linux. 
							
						 
						
							2006-02-21 00:02:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5fd0f94006 
								
							 
						 
						
							
							
								
								Eliminate all the code for querying the PCI class from the PCI ID database.  
							
							... 
							
							
							
							Class information is not, and never has been, stored there. Therefore,
    this is just a bunch of elaborate code to read 0x00000000.
This has received testing on x86 and x86-64 Linux. 
							
						 
						
							2006-02-20 23:45:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c8acb34269 
								
							 
						 
						
							
							
								
								Fix an occasional crash on VT switches: the server would save a pointer to  
							
							... 
							
							
							
							the current cursor when disabling FB access and would try to restore
    that cursor when re-enabling. However, that cursor might have been
    destroyed in between. This fixes it by updating the saved cursor
    pointer when a cursor is set and vtSema is FALSE. 
							
						 
						
							2006-02-16 06:52:12 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c845e152f5 
								
							 
						 
						
							
							
								
								Bug  #5871 : Drop special build infrastructure left over from libcwrapper  
							
							... 
							
							
							
							times. (George Fufutos) 
							
						 
						
							2006-02-16 05:46:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1bbd5e49b1 
								
							 
						 
						
							
							
								
								Bug  #5869 : Remove traces of EXTMODULE define, which doesn't appear to be  
							
							... 
							
							
							
							useful any more. (George Fufutos) 
							
						 
						
							2006-02-16 04:59:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c4767794ef 
								
							 
						 
						
							
							
								
								Export xf86ActivateDevice, used by the evdev driver.  
							
							
							
						 
						
							2006-02-16 01:03:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dc0354104c 
								
							 
						 
						
							
							
								
								Move EXA implementation up to the top level and remove its XFree86  
							
							... 
							
							
							
							dependencies. It was nearly abstract enough already to be used by
    multiple DDXes. This will be useful for EXA development through
    providing a fake acceleration implementation within Xephyr, so that
    testing can be done on new EXA code without worrying about buggy
    drivers. 
							
						 
						
							2006-02-16 00:14:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f105b8da11 
								
							 
						 
						
							
							
								
								Mark everything in dixsym.c as _X_EXPORT.  
							
							
							
						 
						
							2006-02-15 20:44:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5c9b6f0fb0 
								
							 
						 
						
							
							
								
								DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on  
							
							... 
							
							
							
							the wrappers to provide it. Wrapper gone, and getsecs doesn't exist on
    linux so it now blows up. Fixes it by just calling gettimeofday() in
    all cases instead. 
							
						 
						
							2006-02-14 08:14:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bb8c36690a 
								
							 
						 
						
							
							
								
								Bump shadow module version number to 1.1.0 from 1.0.0  
							
							
							
						 
						
							2006-02-14 04:20:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1a4f20541a 
								
							 
						 
						
							
							
								
								Fix linux build without libc wrappers (From Fredrik Höglund)  
							
							
							
						 
						
							2006-02-13 04:56:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2dc7b5e0d9 
								
							 
						 
						
							
							
								
								Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove  
							
							... 
							
							
							
							stubs in other DDX. 
							
						 
						
							2006-02-13 04:43:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6337c8324 
								
							 
						 
						
							
							
								
								<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es  
							
							
							
						 
						
							2006-02-11 17:42:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3d1403672 
								
							 
						 
						
							
							
								
								Remove libcwrapper usage from xorg server modules. The libcwrapper is only  
							
							... 
							
							
							
							of (marginal) use in the drivers, and that usage remains. 
							
						 
						
							2006-02-10 22:00:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0946bb9427 
								
							 
						 
						
							
							
								
								Fix sysmouse handling on DragonFly, mostly garbage arrived. From Joerg  
							
							... 
							
							
							
							Sonnenberger. 
							
						 
						
							2006-02-03 02:37:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5e2a7af23b 
								
							 
						 
						
							
							
								
								Move the frequently-repeated code to get the pixmap that backs a drawable  
							
							... 
							
							
							
							to a new function, exaGetDrawablePixmap(). 
							
						 
						
							2006-02-02 21:07:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ee3c7ccb17 
								
							 
						 
						
							
							
								
								Remove more debugging leftovers.  
							
							
							
						 
						
							2006-02-02 20:51:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3366b68365 
								
							 
						 
						
							
							
								
								Rearrange and rename EXA code to be a bit more logically organized. Also  
							
							... 
							
							
							
							removes a little bit of debugging leftovers. Summary:
exa.c -> exa.c (miscellaneous code) exa_accel.c (all acceleration code)
    exa_migration.c (migration logic) exaasync.c -> exa_unaccel.c (software
    fallbacks) exapict.c -> exa_render.c (render extension stuff)
    exaoffscreen.c -> exa_offscreen.c exaPriv.h -> exa_priv.h 
							
						 
						
							2006-02-02 20:09:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f4898b4093 
								
							 
						 
						
							
							
								
								Further bug  #5386  fixes: Fix some problems with the EDID code: Some  
							
							... 
							
							
							
							bitoffsets were wrong. Unknown Detailed Sections weren't handled
    properly and defaulted to Detailed Timing. 
							
						 
						
							2006-01-31 14:49:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								437b385ce4 
								
							 
						 
						
							
							
								
								Bring the cvt utility up to date with bug  #5386  changes. Fix 2 issues with  
							
							... 
							
							
							
							the generator routine: the allocated modeline wasn't nulled and
    mode->name's \0 wasn't copied over. PrintModeLine was rewritten and
    HDisplay gets rounded up to character width instead of refused. 
							
						 
						
							2006-01-31 13:55:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8f3c69dcf1 
								
							 
						 
						
							
							
								
								Accept modes with less than 25% horizontal blanking again (you can push old  
							
							... 
							
							
							
							gtf timing to below 25%), only stop cvt reduced blanking. Users should
    be free to blow up their monitors if they so choose. 
							
						 
						
							2006-01-31 13:04:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dd50015b05 
								
							 
						 
						
							
							
								
								Add libc_wrapper support for random(), which will be used in upcoming EXA  
							
							... 
							
							
							
							memory manager work. 
							
						 
						
							2006-01-28 02:20:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3d1667278f 
								
							 
						 
						
							
							
								
								Remove leftover variables for cfb24 build, and finish commenting out Xglx  
							
							... 
							
							
							
							standalone stuff, which some versions of automake get whiny about. 
							
						 
						
							2006-01-28 00:37:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ab01eb247f 
								
							 
						 
						
							
							
								
								update pci ids  
							
							
							
						 
						
							2006-01-27 12:27:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								14fdd81614 
								
							 
						 
						
							
							
								
								Remove xf8_32wid, it's dead code with no maintainer interest. Also remove  
							
							... 
							
							
							
							cfb24, since xf8_32wid was the only user. 
							
						 
						
							2006-01-25 23:05:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0d9ed2624f 
								
							 
						 
						
							
							
								
								Commit  #4633  - Initial mouse pointer incorrect with EXA which also fixes  
							
							... 
							
							
							
							the repaint of the cursor image with randr events. 
							
						 
						
							2006-01-23 22:01:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2949c705f1 
								
							 
						 
						
							
							
								
								Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.  
							
							... 
							
							
							
							Attempt to build xeglmodule.c, not xglxmodule.c.
Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same
    treatment as _SOURCES in terms of automatically DISTing. 
							
						 
						
							2006-01-10 03:23:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								53dbd00a75 
								
							 
						 
						
							
							
								
								Remove remaining #ifdef DPSEXT stanzas.  
							
							
							
						 
						
							2006-01-08 23:43:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fe0c838b5d 
								
							 
						 
						
							
							
								
								Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so  
							
							... 
							
							
							
							we only take it when clipping a DRI drawable instead of on every tree
    update. Note drawable lock acquisition per- screen instead of globally,
    and drop it in BlockHandler if necessary. 
							
						 
						
							2006-01-06 18:06:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39ce5f1544 
								
							 
						 
						
							
							
								
								Remove unused X11R4 DDX compatibility function miClipNotify.  
							
							
							
						 
						
							2006-01-06 17:05:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7aa0ea23bc 
								
							 
						 
						
							
							
								
								Add an empty all-local target for FreeBSD make's sake, which doesn't deal  
							
							... 
							
							
							
							with .PHONY. 
							
						 
						
							2005-12-30 04:11:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc69a2e729 
								
							 
						 
						
							
							
								
								Remove PowerMAX_OS define it never worked , it'll never work again,  
							
							... 
							
							
							
							finishes running joke of OLS2005 
							
						 
						
							2005-12-29 08:42:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3664c3ebf3 
								
							 
						 
						
							
							
								
								Bug  #5153 : standalone CVT modeline generator.  
							
							... 
							
							
							
							- add hw/xfree86/utils/cvt/, cvt.c, cvt.man.pre and Makefile.am.
- Adjust configure.ac and hw/xfree86/utils/Makefile.am for cvt.
- Add MonPtr->reducedblanking and Option "ReducedBlanking" to the Monitor
    section.
- Check for reduced blanking in xf86CheckModeForMonitor and disallow modes
    with less than 25% blanking otherwise.
- Fix some warnings in hw/xfree86/common/xf86Config.c. 
							
						 
						
							2005-12-28 15:22:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6798fd0170 
								
							 
						 
						
							
							
								
								Bug  #4190 : Add a rule for 'make relink' since automake sucks.  
							
							
							
						 
						
							2005-12-26 19:13:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7e3cb9a09a 
								
							 
						 
						
							
							
								
								Remove unused layer module.  
							
							
							
						 
						
							2005-12-25 22:25:15 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2af7e94eab 
								
							 
						 
						
							
							
								
								Adjust the rules for auto-generating some source files, so that they work  
							
							... 
							
							
							
							on both GNU make and FreeBSD's make. 
							
						 
						
							2005-12-22 13:54:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								03d37eb038 
								
							 
						 
						
							
							
								
								Bug  #5359 : Fix a segfault (Mark Kettenis)  
							
							
							
						 
						
							2005-12-20 21:34:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7b89b643c1 
								
							 
						 
						
							
							
								
								Bug  #5116 : Refer DRI section details to dri.fd.o.  
							
							
							
						 
						
							2005-12-19 16:44:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3566307c8d 
								
							 
						 
						
							
							
								
								Fix typos.  
							
							
							
						 
						
							2005-12-19 09:18:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								137447c5f3 
								
							 
						 
						
							
							
								
								Update to 2005-12-14 snapshot from pciids.sf.net  
							
							
							
						 
						
							2005-12-15 01:54:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f1ba3b4f33 
								
							 
						 
						
							
							
								
								Bug  #4718 : Command line flag to disable ACPI.  
							
							
							
						 
						
							2005-12-14 20:11:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3666dbb5f3 
								
							 
						 
						
							
							
								
								Remove unnecessary include of dgaproc.h that broke Solaris builds.  
							
							
							
						 
						
							2005-12-12 23:33:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f4957ee948 
								
							 
						 
						
							
							
								
								Bug  #4809 : Re-fix that doesn't break distcheck. (Alan Coopersmith)  
							
							
							
						 
						
							2005-12-09 18:30:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								de22d0c226 
								
							 
						 
						
							
							
								
								Fix a thinko so the code matches the comment  
							
							
							
						 
						
							2005-12-09 15:30:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6fcb049cd0 
								
							 
						 
						
							
							
								
								Bug  #1288 : Additional refactor of the driver probe logic to keep ati loaded  
							
							... 
							
							
							
							before atimisc. 
							
						 
						
							2005-12-09 06:49:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								17ac5e9fec 
								
							 
						 
						
							
							
								
								Push the fallback drivers to the end of the list so driver probe order  
							
							... 
							
							
							
							stays useful. 
							
						 
						
							2005-12-09 05:36:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								80ea67e379 
								
							 
						 
						
							
							
								
								Bug  #4361 : Change driver probe logic to read the driver list from disk  
							
							... 
							
							
							
							instead of using a compile-time array. 
							
						 
						
							2005-12-09 03:59:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26b41ff439 
								
							 
						 
						
							
							
								
								Fix sgml docs build.  
							
							
							
						 
						
							2005-12-09 03:02:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f9ccebe8c5 
								
							 
						 
						
							
							
								
								Bug  #4928 : Fix compilation for Alpha. (Stefaan DeRoeck)  
							
							
							
						 
						
							2005-12-08 19:27:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								008c2dd5e4 
								
							 
						 
						
							
							
								
								Add configure options to allow hard-coded paths to be changed.  
							
							
							
						 
						
							2005-12-08 17:55:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39189c2b86 
								
							 
						 
						
							
							
								
								Allow hard-coded paths to be configurable.  
							
							
							
						 
						
							2005-12-08 17:54:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								20c0ebe7b3 
								
							 
						 
						
							
							
								
								Change to use the app-defaults default dir configured in libXt.  
							
							
							
						 
						
							2005-12-07 16:18:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4a39354e14 
								
							 
						 
						
							
							
								
								Change *man_SOURCES ==> *man_PRE to fix autotools warnings.  
							
							
							
						 
						
							2005-12-06 22:48:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								26f9c43056 
								
							 
						 
						
							
							
								
								Bugzilla  #4809  < https://bugs.freedesktop.org/show_bug.cgi?id=4809 > Patch  
							
							... 
							
							
							
							#3908  <https://bugs.freedesktop.org/attachment.cgi?id=3908 > xf8_32wid
    and cfb24 only need to be built on sparc 
						
							2005-12-03 17:04:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c00afd0ec 
								
							 
						 
						
							
							
								
								Define XFree86Server only where it is required.  
							
							
							
						 
						
							2005-12-02 06:02:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ccfaf82367 
								
							 
						 
						
							
							
								
								Bug  #5160 : Fix the modular build to try to use the same logic for choosing  
							
							... 
							
							
							
							the architecture/os-specific bus support as monolithic. 
							
						 
						
							2005-12-01 05:04:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9c0bd9687f 
								
							 
						 
						
							
							
								
								Import libdrm 2.0  
							
							
							
						 
						
							2005-11-30 22:59:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								da5d66f2ff 
								
							 
						 
						
							
							
								
								Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable  
							
							... 
							
							
							
							module builds to reflect this change. 
							
						 
						
							2005-11-29 16:39:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								51a721a6db 
								
							 
						 
						
							
							
								
								Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4  
							
							... 
							
							
							
							update to fix bug #5167  (Linux prefers *.1x man pages in man1 subdir) 
							
						 
						
							2005-11-28 22:05:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								381931b15b 
								
							 
						 
						
							
							
								
								Add configure option to install libxf86config.a (disabled by default).  
							
							
							
						 
						
							2005-11-23 07:14:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								594ca0966e 
								
							 
						 
						
							
							
								
								Bug  #5118 : Use "rm -f" instead of "$(RM)", which isn't always defined.  
							
							
							
						 
						
							2005-11-22 02:11:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								63aa96c08a 
								
							 
						 
						
							
							
								
								Update pkgconfig files to separate library build-time dependencies from  
							
							... 
							
							
							
							application build-time dependencies, and update package deps to work
    with separate build roots. 
							
						 
						
							2005-11-19 07:15:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d3b6653a28 
								
							 
						 
						
							
							
								
								Bug  #4824 : Build XTrap support by default, matching monolith.  
							
							
							
						 
						
							2005-11-19 03:53:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								627ac1fe1d 
								
							 
						 
						
							
							
								
								Bug  #5060 : Fix non-Linux DRI on 64 bit post Linux 32/64 changes.  
							
							
							
						 
						
							2005-11-18 23:34:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e3ec048ff2 
								
							 
						 
						
							
							
								
								Bug  #4928 : Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)  
							
							
							
						 
						
							2005-11-18 22:43:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								de95d8ee19 
								
							 
						 
						
							
							
								
								Bug  #4859 : Don't segfault on bad DDC read. (Tony Houghton)  
							
							
							
						 
						
							2005-11-18 18:02:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc81c13e4d 
								
							 
						 
						
							
							
								
								Dont prevent SCO platforms for using the default ZAxisMapping now that the  
							
							... 
							
							
							
							OS layer correctly sends z-axis events when the wheel button is used. 
							
						 
						
							2005-11-14 18:49:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								267cbffa41 
								
							 
						 
						
							
							
								
								Bug  #5019  < https://bugs.freedesktop.org/show_bug.cgi?id=5019 > xserver  
							
							... 
							
							
							
							installs manpages into 'man1' instead of 'man1x' 
							
						 
						
							2005-11-13 20:53:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0e7e4c7064 
								
							 
						 
						
							
							
								
								Fix typo to enable DGA support.  
							
							... 
							
							
							
							EXTMODULE is required to build DGA support into extmod. 
							
						 
						
							2005-11-10 04:59:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e4554db8f8 
								
							 
						 
						
							
							
								
								Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movement  
							
							... 
							
							
							
							on SCO and USL. Re-instate the ZAxisMapping default for the mouse
    driver. 
							
						 
						
							2005-11-10 02:41:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f886e632b8 
								
							 
						 
						
							
							
								
								Bug  #4915 : ButtonMapping option which allows to define arbitrary button  
							
							... 
							
							
							
							mappings (including left-handed mouse etc.). Fixed incorrect usage of
    non-reversed, but ZAxisMapped buttons for state detection. Nuked unused
    part of reverseMap. 
							
						 
						
							2005-11-09 17:05:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a25871ae52 
								
							 
						 
						
							
							
								
								DRM 1.0.5 import  
							
							
							
						 
						
							2005-11-09 01:00:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c9709c0a38 
								
							 
						 
						
							
							
								
								Add newly checked in files to Xorg server build.  
							
							... 
							
							
							
							Fix release date. Enable DGA extension by default. 
							
						 
						
							2005-11-08 22:47:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f8430a1b86 
								
							 
						 
						
							
							
								
								Bug  #2880 , add functions for byte and word level access to pci config  
							
							... 
							
							
							
							space.
Fix broken utf8 again. 
							
						 
						
							2005-11-08 19:04:56 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5390c7ab05 
								
							 
						 
						
							
							
								
								See ChangeLog entry 2005-11-07 for details.  
							
							
							
						 
						
							2005-11-08 06:33:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f5814bf3ff 
								
							 
						 
						
							
							
								
								Don't reference noXkbExtension when building without XKB. (Bob Terek - Sun  
							
							... 
							
							
							
							Microsystems) 
							
						 
						
							2005-11-08 03:12:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								890ed0e082 
								
							 
						 
						
							
							
								
								Fix a bug where a system memory pixmap got a wrong address if memcpy()  
							
							... 
							
							
							
							fallback was used for downloading from screen. 
							
						 
						
							2005-11-06 16:40:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								70aedcf32a 
								
							 
						 
						
							
							
								
								Bug  #4948 : < https://bugs.freedesktop.org/show_bug.cgi?id=4948 > Incorrect  
							
							... 
							
							
							
							URL in log file for Xorg CVS. Also fixed wording of statement to not
    refer to monolithic CVS since modular uses the same code, so it was
    appearing in modular builds too. 
							
						 
						
							2005-11-05 18:56:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0b150a05e6 
								
							 
						 
						
							
							
								
								Whitespace change just to make sure I created the branch correctly.  
							
							
							
						 
						
							2005-11-03 17:12:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								90cf8e339b 
								
							 
						 
						
							
							
								
								Fix vendor string and release version reported by the servers. Enable  
							
							... 
							
							
							
							security, lbx and xevie extensions to give us parity with monolithic
    tree. 
							
						 
						
							2005-11-03 17:08:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a311bfa73a 
								
							 
						 
						
							
							
								
								Fix support for enabling/disabling extensions loaded from modules.  
							
							
							
						 
						
							2005-11-02 15:53:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								462a2407d5 
								
							 
						 
						
							
							
								
								Add xorg-server.m4 for driver dependency checking.  
							
							... 
							
							
							
							Update pkgcheck depedencies to work with separate build roots. 
							
						 
						
							2005-11-01 15:01:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								56101c9d6e 
								
							 
						 
						
							
							
								
								Fix fd leak by closing them in the ACPI code instead of just using  
							
							... 
							
							
							
							shutdown. 
							
						 
						
							2005-10-31 05:45:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7993486e80 
								
							 
						 
						
							
							
								
								RandR: Add a driver func to let the driver determine the physical size of a  
							
							... 
							
							
							
							screen size (display mode). Useful for faked widescreen modes, modes
    which are scaled by the driver, etc. This really helps fixing RandR's
    sometimes dumb DPI assumptions. 
							
						 
						
							2005-10-30 17:38:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c818d3a1a5 
								
							 
						 
						
							
							
								
								Add xf86RandRSetNewVirtualAndDimensions to loader symlist  
							
							
							
						 
						
							2005-10-30 09:27:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fdbb3ea609 
								
							 
						 
						
							
							
								
								Add function for drivers to change RandR's idea of the virtual screen size.  
							
							... 
							
							
							
							(This allows drivers to reserve a larger virtual size at start and
    change it later) 
							
						 
						
							2005-10-29 21:31:23 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e921eec1c6 
								
							 
						 
						
							
							
								
								Make X -> Xorg symlink at install time.  
							
							
							
						 
						
							2005-10-29 00:12:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f842c229d4 
								
							 
						 
						
							
							
								
								build fix on alpha  
							
							
							
						 
						
							2005-10-28 16:01:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7416fd61a1 
								
							 
						 
						
							
							
								
								Improved stack trace dump code for Solaris - try fork & exec of pstack  
							
							... 
							
							
							
							first so we can see the names of non-exported symbols that aren't
    visible to walkcontext/dladdr1 code. 
							
						 
						
							2005-10-27 21:03:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								59279da498 
								
							 
						 
						
							
							
								
								Bug  #1429 : Report input device type correctly. (Stéphane VOLTZ)  
							
							
							
						 
						
							2005-10-21 19:06:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1f43d218cc 
								
							 
						 
						
							
							
								
								EXA: The "optimization" for using a fill operation instead of 1x1 copies  
							
							... 
							
							
							
							checked the destination drawable's dimensions (!) instead of the
    tile's. Really.... 
							
						 
						
							2005-10-20 21:45:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								15f56b203d 
								
							 
						 
						
							
							
								
								Move xf86XTrapModule.c to dixmods, guess at a build system.  
							
							
							
						 
						
							2005-10-20 18:52:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ebd26f04b 
								
							 
						 
						
							
							
								
								Bug  #3196 : Fix Load foo.so syntax.  
							
							
							
						 
						
							2005-10-19 22:36:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								af211a9bc1 
								
							 
						 
						
							
							
								
								Fix PCI bus scan on ia64 E8870 chipsets.  
							
							
							
						 
						
							2005-10-19 22:30:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2769c3e72c 
								
							 
						 
						
							
							
								
								Fix distcheck by forcing Xorg to be installed before chmod/chown.  
							
							
							
						 
						
							2005-10-18 19:43:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								79e6ac79f9 
								
							 
						 
						
							
							
								
								Don't use $< in explicit rules since neither BSD nor Solaris make allow  
							
							... 
							
							
							
							that. 
							
						 
						
							2005-10-18 07:18:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fb282ef43a 
								
							 
						 
						
							
							
								
								Add miext/damage so misym.c can export DamageDamageRegion.  
							
							
							
						 
						
							2005-10-18 04:03:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								959db6028d 
								
							 
						 
						
							
							
								
								Export DamageDamageRegion. Not bumping the ABI version since we did that  
							
							... 
							
							
							
							already for this release. 
							
						 
						
							2005-10-18 04:02:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b61c828b04 
								
							 
						 
						
							
							
								
								DRM 20051017 import  
							
							
							
						 
						
							2005-10-18 02:23:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6a40bcd4a 
								
							 
						 
						
							
							
								
								Change default install dir for app-default files from  
							
							... 
							
							
							
							$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
    the monolith & allow localization 
							
						 
						
							2005-10-18 00:32:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e7007f7d51 
								
							 
						 
						
							
							
								
								More automake 1.7 braindamage: use mkdir -p, not .  
							
							
							
						 
						
							2005-10-17 22:42:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								151ba8b67f 
								
							 
						 
						
							
							
								
								Work around automake-1.7 braindamage by providing an explicit rule for  
							
							... 
							
							
							
							XOrgCfg. 
							
						 
						
							2005-10-17 22:25:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1859c62607 
								
							 
						 
						
							
							
								
								include/dix-config.h.in Add support for more extensions  
							
							... 
							
							
							
							Add missing files to EXTRA_DIST 
							
						 
						
							2005-10-17 07:18:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c2e461c7e9 
								
							 
						 
						
							
							
								
								Fix typo and add new Makefiles to AC_OUTPUT  
							
							... 
							
							
							
							Fix typos
Add xorg.conf.man to CLEANFILES
Add missing files to EXTRA_DIST 
							
						 
						
							2005-10-15 20:44:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								744aa34ca5 
								
							 
						 
						
							
							
								
								Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the  
							
							... 
							
							
							
							pixmaps's contents are undefined, so we won't need to upload the
    undefined contents in MoveIn. Use the ExaCheck* for async ops as well,
    so that dirty is always tracked. While the performance impact for my ls
    -lR test was not significant (though the avoiding-upload path was being
    hit), it's likely to be important for the upcoming Get/PutImage
    acceleration from ajax. 
							
						 
						
							2005-10-15 02:19:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0ee70f53ef 
								
							 
						 
						
							
							
								
								Install Xorg & xorg.conf man pages even when not building docs  
							
							
							
						 
						
							2005-10-14 22:01:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0676a2874a 
								
							 
						 
						
							
							
								
								Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.am  
							
							... 
							
							
							
							in those dirs. Remove unsupported os-support subdirs (bsdi, dgux, hurd,
    nto, os2, pmax, qnx4) that have no maintainer and we don't dist.
Add Options. 
							
						 
						
							2005-10-14 20:01:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								57abb5b171 
								
							 
						 
						
							
							
								
								remove reference to non-existent agpgart.h  
							
							
							
						 
						
							2005-10-14 08:29:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8df7628a2a 
								
							 
						 
						
							
							
								
								Remove reference to XF86config-4. Add xorgcfg(1) to See Also list.  
							
							
							
						 
						
							2005-10-14 00:41:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b54c8154ca 
								
							 
						 
						
							
							
								
								Set substitutions needed in xorgconfig man page.  
							
							
							
						 
						
							2005-10-14 00:34:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b349b20d78 
								
							 
						 
						
							
							
								
								Dist NOTES.  
							
							... 
							
							
							
							Dist helper shell scripts.
Dist XAA.HOWTO and a few more unused C files.
Dist xorgconf.cpp.
Fix DIST_EXTRA typo.
Clean yacc and lex generated files only during make maintainer-clean as we
    don't expect users to have those tools installed. 
							
						 
						
							2005-10-13 18:08:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								35a767590e 
								
							 
						 
						
							
							
								
								Fix stupid mistake in yesterday's allocator commit, would cause exa to  
							
							... 
							
							
							
							consider a random available memory size 
							
						 
						
							2005-10-13 01:13:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a16dabd05e 
								
							 
						 
						
							
							
								
								Remove an RM line that appears unnecessary and was breaking the build at  
							
							... 
							
							
							
							xf86DefModeSet.c with FreeBSD make, where RM was undefined. While here,
    make the build of xf86DefModeSet.c depend on its sources, so it'll
    rebuild properly, and make it a normal CLEANFILE rather than a
    DISTCLEANFILE, since the intention seems to be to build it at the
    user's build time. 
							
						 
						
							2005-10-12 11:15:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b819c8378f 
								
							 
						 
						
							
							
								
								remove unneeded line of code  
							
							
							
						 
						
							2005-10-12 08:22:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e573b272bf 
								
							 
						 
						
							
							
								
								Use proper access size when reading pixel based on bpp of the source pixmap  
							
							
							
						 
						
							2005-10-12 07:46:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								55efb41f6c 
								
							 
						 
						
							
							
								
								If a window background is a 1x1 pixmap, read the value out and go to  
							
							... 
							
							
							
							exaFillRegionSolid rather than sending piles and piles of Copies to the
    hardware. 
							
						 
						
							2005-10-12 07:35:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								12994b9afb 
								
							 
						 
						
							
							
								
								Fix a couple of bugs in the offscreen allocator. One mostly harmless was  
							
							... 
							
							
							
							causing our search loop for evictable blocks to possibly skip a good
    candiate, and another was the allocator would occasionally use
    area->offset as if it was the base of the pixmap, while for a pixmap
    that is not in available state, it is not. This caused some funny
    miscalculation leading to overlapping pixmaps and accesses beyond the
    end of the framebuffer. To make things cleared, I renamed save_offset
    to base_offset, made sure it's the one used everywhere in the
    allocator, and only align "offset" for the client at the end of
    exaOffscreenAlloc(). 
							
						 
						
							2005-10-11 23:11:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8444a1f391 
								
							 
						 
						
							
							
								
								missed commit  
							
							
							
						 
						
							2005-10-11 21:01:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b4450f3242 
								
							 
						 
						
							
							
								
								Add DGAReInitModes, Part 2  
							
							
							
						 
						
							2005-10-11 19:03:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d91d18e1d6 
								
							 
						 
						
							
							
								
								Add DGAReInitModes in order to allow the driver to change the list of  
							
							... 
							
							
							
							supported DGA modes. (Part 1) 
							
						 
						
							2005-10-11 19:02:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c1a2abadfb 
								
							 
						 
						
							
							
								
								fix a typo  
							
							
							
						 
						
							2005-10-11 14:50:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								697f64a22a 
								
							 
						 
						
							
							
								
								check randrp has been initialized  
							
							
							
						 
						
							2005-10-11 14:50:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2828d92c6c 
								
							 
						 
						
							
							
								
								programs/Xserver/hw/xfree86/common/xf86RandR.c  
							
							... 
							
							
							
							programs/Xserver/hw/xfree86/loader/xf86sym.c Add a new function
    xf86GetRotation to allow third party modules to obtain the current
    rotation. 
							
						 
						
							2005-10-11 14:45:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cad18ec979 
								
							 
						 
						
							
							
								
								don't move x or y depending on the screen size change  
							
							
							
						 
						
							2005-10-10 10:07:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7f72f94aa4 
								
							 
						 
						
							
							
								
								rework that again  
							
							
							
						 
						
							2005-10-10 09:31:49 +00:00