854010d71d 
								
							 
						 
						
							
							
								
								Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.  
							
							
							
						 
						
							2005-09-02 03:22:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								287336f3c9 
								
							 
						 
						
							
							
								
								Teach xkb how to optionally run xkbcomp from $bindir instead of  
							
							... 
							
							
							
							$datadir/xkb. 
							
						 
						
							2005-09-01 19:56:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								94fbdb5c6d 
								
							 
						 
						
							
							
								
								Make RGB_PATH configurable.  
							
							... 
							
							
							
							Move I2C modules back to $(moduledir)/multimedia. 
							
						 
						
							2005-09-01 14:56:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a65c579613 
								
							 
						 
						
							
							
								
								Include xkb-config.h if we have it so we pick up the paths defined there.  
							
							
							
						 
						
							2005-08-31 14:58:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9d3b5e89d6 
								
							 
						 
						
							
							
								
								Save keyboard LED state on startup and restore on exit so text console mode  
							
							... 
							
							
							
							LEDs match text console mode state. Move push of streams module earlier
    so it's loaded before we start using kbd ioctls provided by the streams
    module. 
							
						 
						
							2005-08-30 22:34:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fa6fbd018d 
								
							 
						 
						
							
							
								
								Use the $(moduledir) makefile variable instead of @moduledir@ so it can be  
							
							... 
							
							
							
							overridden at make install time.
Remove driverdir and inputdir from pkg-config file. The directory layout of
    moduledir is fixed and well known by drivers. 
							
						 
						
							2005-08-30 22:31:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b4f4bf028a 
								
							 
						 
						
							
							
								
								programs/Xserver/hw/xwin/winmultiwindowshape.c Fix off by one error (Colin  
							
							... 
							
							
							
							Harrison) 
							
						 
						
							2005-08-30 19:51:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0e50af8b7f 
								
							 
						 
						
							
							
								
								typo fix  
							
							
							
						 
						
							2005-08-30 19:35:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0c74799af4 
								
							 
						 
						
							
							
								
								Remove existing broken maxX/maxY code for composite (results in infinite  
							
							... 
							
							
							
							loops, doesn't deal with failure, doesn't present the interface to
    drivers that I expected) and instead replace it with a simple fallback
    to software when coordinate limits could be violated. Act similarly in
    other acceleration cases as well.
The solution I want to see (and intend to do soon) is to (when necessary)
    create temporary pictures/pixmaps pointing towards the real ones' bits,
    with the offsets adjusted, then render from/to those using adjusted
    coordinates. 
							
						 
						
							2005-08-30 04:41:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f20e845b04 
								
							 
						 
						
							
							
								
								More 0 -> NULL for pointers missed in previous commit to this file.  
							
							
							
						 
						
							2005-08-30 03:42:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7777d325a3 
								
							 
						 
						
							
							
								
								Apply an xserver patch from cworth: Avoid buffer ovverrun when a  
							
							... 
							
							
							
							trapezoid's right edge is on a pixel boundary. 
							
						 
						
							2005-08-30 03:05:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e321f9e7ff 
								
							 
						 
						
							
							
								
								Apply the xserver patch from vektor for bug  #4208 : Use NULL for pointers  
							
							... 
							
							
							
							instead of 0. 
							
						 
						
							2005-08-30 03:01:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								20813d3af0 
								
							 
						 
						
							
							
								
								Bug  #3974 : Fix unaligned memory access on LP64. (Matthieu Herrb)  
							
							
							
						 
						
							2005-08-28 19:47:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0926cf79c0 
								
							 
						 
						
							
							
								
								Add diagnostic messages for exaDriverInit failure cases.  
							
							
							
						 
						
							2005-08-26 20:21:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5ffff7cb86 
								
							 
						 
						
							
							
								
								Bug  #4160 : Fix Altix kernel version check.  
							
							
							
						 
						
							2005-08-26 20:08:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6b0cdc5dd9 
								
							 
						 
						
							
							
								
								Change use of dix-config.h to xorg-config.h.  
							
							
							
						 
						
							2005-08-26 16:46:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9d1b349b37 
								
							 
						 
						
							
							
								
								Back out previous change until I figure out something smarter.  
							
							
							
						 
						
							2005-08-26 16:34:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3075df24e7 
								
							 
						 
						
							
							
								
								Subvert SIGUSR2 to reload all input devices. (Ubuntu  #020 )  
							
							
							
						 
						
							2005-08-26 07:35:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								89c84575ea 
								
							 
						 
						
							
							
								
								Undo rate/period change after function body, so the damage doesn't leak  
							
							... 
							
							
							
							into other functions. (Debian #050 ) 
							
						 
						
							2005-08-26 07:24:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bb5e934df7 
								
							 
						 
						
							
							
								
								Only open /proc/bus/pci/devices once. (Ubuntu  #029 )  
							
							
							
						 
						
							2005-08-26 07:15:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c937faadd0 
								
							 
						 
						
							
							
								
								Better error message on failure to set iopl. (Debian  #021 )  
							
							
							
						 
						
							2005-08-26 06:48:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6d34a2ac8a 
								
							 
						 
						
							
							
								
								Add Xv symbol from Xext.  
							
							
							
						 
						
							2005-08-26 06:35:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b8f0d4c3eb 
								
							 
						 
						
							
							
								
								Spit out an error when there is no valid FB device, instead of just failing  
							
							... 
							
							
							
							silently. (Debian #070 ) 
							
						 
						
							2005-08-26 06:29:15 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b48a24e796 
								
							 
						 
						
							
							
								
								Don't assume that all sun4m CPUs support muldiv; the Cypress CPU, which  
							
							... 
							
							
							
							implements the 4m MMU but only v7 instructions, does not. (Debian
    #100 ). 
							
						 
						
							2005-08-26 06:23:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd158d3d52 
								
							 
						 
						
							
							
								
								Get prototype for ntohl from SuSv3-compliant location, fixing it for  
							
							... 
							
							
							
							systems which define ntohl as a macro only, not both macro and
    function. (Debian #076 ) 
							
						 
						
							2005-08-26 05:49:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								53e489c0e3 
								
							 
						 
						
							
							
								
								Work around ATI expansion ROM problem on IA64 caused by prototype HP  
							
							... 
							
							
							
							McKinley systems. (Bdale Garbee) 
							
						 
						
							2005-08-26 05:47:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								40374d1149 
								
							 
						 
						
							
							
								
								Accept 'Enabled' and 'Disabled' for Extensions section (Ubuntu  #990 )  
							
							
							
						 
						
							2005-08-26 05:00:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea80b5db25 
								
							 
						 
						
							
							
								
								Fix a use-after-free of cursor data by refcounting for the sprite.current  
							
							... 
							
							
							
							reference. The particular path seen was XFixes' ReplaceCursor()
    resulting in the sprite.current being freed, but then it getting
    accessed during the ChangeToCursor() that happens as a result of
    WindowHasNewCursor(). 
							
						 
						
							2005-08-25 22:11:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								54cc45b09b 
								
							 
						 
						
							
							
								
								Thu Aug 25 17:15:01 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Add all the drivers to the module_LTLIBRARIES instead of having separate
    variables for them. Pointed out by Kristian Høgsberg. 
							
						 
						
							2005-08-25 21:22:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ff22adc097 
								
							 
						 
						
							
							
								
								Remove sun_inout.s so make dist works (discussed with Alan Coopersmith).  
							
							
							
						 
						
							2005-08-25 14:19:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								344a24b622 
								
							 
						 
						
							
							
								
								Use system curses library on Solaris for xorgcfg text mode.  
							
							
							
						 
						
							2005-08-25 04:09:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0711502f18 
								
							 
						 
						
							
							
								
								Bugzilla  #4226 : Change the pixmap migration strategy for the CopyNtoN case.  
							
							... 
							
							
							
							Now, if either source or dest were in framebuffer, try to get both
    there, but prefer system memory for both otherwise. Required making
    exaasync.c go through the try-acceleration path. This significantly
    improves window resizing under composite, because previously the
    pattern of creating a new pixmap and copying default contents from the
    screen caused a fallback every time due to the new destination pixmap
    being in system memory. 
							
						 
						
							2005-08-24 23:48:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2261710fe0 
								
							 
						 
						
							
							
								
								Fix a bug where NULL could be dereferenced during the pixmap kick-out  
							
							... 
							
							
							
							process by referencing the correct offscreen area. Also drive-by the
    comments related to these for clarity. 
							
						 
						
							2005-08-24 23:38:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								55c5c6953a 
								
							 
						 
						
							
							
								
								Bugzilla  #4090 : Introduce getters for pixmap pitch and offset, to  
							
							... 
							
							
							
							simplify/clarify it for driver writers who probably don't want to know
    what pPixmap->devPrivate.ptr or pPixmap->devKind mean. Converts the sis
    driver to use them, and bumps the EXA module minor version. 
							
						 
						
							2005-08-24 22:43:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								079ad773e0 
								
							 
						 
						
							
							
								
								Fill in xf86DeallocateGARTMemory stub based on lnx_agp.c version. Add  
							
							... 
							
							
							
							include of xorg-config.h for modular builds 
							
						 
						
							2005-08-24 22:37:15 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8fd250e5e4 
								
							 
						 
						
							
							
								
								Bugzilla  #4089 : Fix crashes in !EXA_OFFSCREEN_PIXMAPS case by not trying to  
							
							... 
							
							
							
							do migration when the EXA pixmap private is NULL. 
							
						 
						
							2005-08-24 21:51:28 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								79dc5f3d5f 
								
							 
						 
						
							
							
								
								Don't export non-standard symbols generated GCCs stack protection feature  
							
							... 
							
							
							
							(__guard, __stack_smash_handler). 
							
						 
						
							2005-08-24 21:28:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d2952de6e3 
								
							 
						 
						
							
							
								
								Wed Aug 24 15:39:07 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Add GLX_{INC,LIBS} for xprint.
Add @DIX_FLAGS@ to AM_CFLAGS 
							
						 
						
							2005-08-24 19:41:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81e708440c 
								
							 
						 
						
							
							
								
								Wed Aug 24 15:29:50 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Conditionally include dix-config.h
Conditionally include dix-config.h 
							
						 
						
							2005-08-24 19:35:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9657e0e9de 
								
							 
						 
						
							
							
								
								Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't found  
							
							... 
							
							
							
							Don't try to build dmx/input/usb-*.c if <linux/input.h> isn't found
Replace -rdynamic with $(LD_EXPORT_SYMBOLS_FLAG) for compatibility with
    compilers other than gcc 
							
						 
						
							2005-08-24 15:18:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								825a95a1fa 
								
							 
						 
						
							
							
								
								Remove use of dix-config and xorg-config.h from public headers.  
							
							
							
						 
						
							2005-08-24 11:18:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1fb4a5a4ea 
								
							 
						 
						
							
							
								
								Add xcmiscproto and bigreqsproto to REQUIRED_MODULES, since Xext uses them.  
							
							
							
						 
						
							2005-08-24 09:12:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b47535bd66 
								
							 
						 
						
							
							
								
								programs/Xserver/GL/windows/glwrap.c Wrap PointParameteriNV &  
							
							... 
							
							
							
							PointParameterivNV for Windows builds. 
							
						 
						
							2005-08-24 08:49:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f498a37dd 
								
							 
						 
						
							
							
								
								Display more friendly mouse protocol names. Enable mouse wheel mapping by  
							
							... 
							
							
							
							default. 
							
						 
						
							2005-08-23 20:58:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cff4b1c216 
								
							 
						 
						
							
							
								
								Check for getconfig in GETCONFIG_DIR if it's not found in module dir.  
							
							
							
						 
						
							2005-08-23 20:12:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bfd1364586 
								
							 
						 
						
							
							
								
								Add missing saver, evie, video, trap proto pkg-config checks. (Georgi  
							
							... 
							
							
							
							Georgiev) 
							
						 
						
							2005-08-23 09:20:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								27afac2ce6 
								
							 
						 
						
							
							
								
								Fix test for Xnest presence. (Donnie Berkholz)  
							
							
							
						 
						
							2005-08-23 08:59:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fed61462be 
								
							 
						 
						
							
							
								
								Fix up warning on debugging.  
							
							
							
						 
						
							2005-08-23 08:58:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e848eb289c 
								
							 
						 
						
							
							
								
								Rename app-defaults entries from xf86cfg to xorgcfg to match name passed to  
							
							... 
							
							
							
							XtAppInitialize. (Henry Zhao, Sun Microsystems) Also, display vendor
    version instead of 4.0 for server version. 
							
						 
						
							2005-08-23 01:14:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6076fca825 
								
							 
						 
						
							
							
								
								User message cleanups/updates for modern configurations.  
							
							
							
						 
						
							2005-08-23 00:32:27 +00:00