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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8987b2c1ef 
								
							 
						 
						
							
							
								
								Make more extensions optional in build (for kdrive). Fix kdrive build for  
							
							... 
							
							
							
							actual hardware. Fix kdrive pointer signed/unsigned types. Add
    kdrive-required YX rotation functions. Replace rgb text file loading
    with static rgb color table. 
							
						 
						
							2006-02-16 07:17:31 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								50e2ff9a25 
								
							 
						 
						
							
							
								
								Remove the waitSync from KdDisableScreen and push it off to drivers'  
							
							... 
							
							
							
							disableAccel hook, which is more correct anyway. This makes kdrive.c
    not have any knowledge of kaa, opening the way for using exa from
    kdrive. 
							
						 
						
							2006-02-15 03:20:55 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5f45776ef3 
								
							 
						 
						
							
							
								
								Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screen  
							
							... 
							
							
							
							structure interpretations, and remove a bunch of unused junk from
    kdrive-config.h. Xephyr almost works on my amd64. 
							
						 
						
							2006-02-12 10:30:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5249416d09 
								
							 
						 
						
							
							
								
								Add stub xf86WrapperInits so that the servers will build even if os/ was  
							
							... 
							
							
							
							built with XFree86LOADER set. 
							
						 
						
							2006-02-11 22:40:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a2a5254675 
								
							 
						 
						
							
							
								
								Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function  
							
							... 
							
							
							
							warnings after the removal of libcwrapper headers. 
							
						 
						
							2006-02-11 19:16:51 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4fafba61d5 
								
							 
						 
						
							
							
								
								Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get it  
							
							... 
							
							
							
							compiling in kdrive. 
							
						 
						
							2006-02-11 03:03:45 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a8cec1b656 
								
							 
						 
						
							
							
								
								Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.  
							
							
							
						 
						
							2006-02-10 09:00:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								efc3fab7f4 
								
							 
						 
						
							
							
								
								Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSes  
							
							... 
							
							
							
							without linux VT switching, fbdev, and vm86 support. 
							
						 
						
							2006-02-10 07:52:05 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e70b64b930 
								
							 
						 
						
							
							
								
								Updated xgl code drop from Novell + xserver tree changes  
							
							
							
						 
						
							2006-01-18 07:15:55 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								890ec84947 
								
							 
						 
						
							
							
								
								Add xgl to DIST_SUBDIRS.  
							
							
							
						 
						
							2006-01-10 02:30:56 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9c0ae867e 
								
							 
						 
						
							
							
								
								Remove the manual AddFilter for convolution, which I'm pretty sure  
							
							... 
							
							
							
							shouldn't be necessary due to it already happening from
    PictureSetDefaultFilters. 
							
						 
						
							2006-01-03 22:36:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1729fc882c 
								
							 
						 
						
							
							
								
								Change REGION_INIT(pScreen, &foo, NullBox, 0) to REGION_NULL(pScreen,  
							
							... 
							
							
							
							&foo). While it is no longer (or rather, once again not) required as of
    regionstr.h r1.4, it matches the style of the rest of the xorg code. 
							
						 
						
							2005-12-31 08:06:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c25536a793 
								
							 
						 
						
							
							
								
								Initialize the fourcc value in stack-allocated glitz_pixel_format_t  
							
							... 
							
							
							
							structures. Greatly reduces the number of uninitialized-value accesses
    during Xgl startup according to valgrind. Allocating and filling these
    in by hand on the stack seems very shady to me. 
							
						 
						
							2005-12-31 08:01:31 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								49a9249239 
								
							 
						 
						
							
							
								
								Make kdInputMachine static const, shrinks .data a bit.  
							
							
							
						 
						
							2005-12-29 21:11:41 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6646307f0 
								
							 
						 
						
							
							
								
								Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in  
							
							... 
							
							
							
							miinitext in the XGL case. Prevents mismatched structure sizes on my
    _XSERVER64 machine. At this point, with the uncommitted render/ diffs,
    Xglx starts up but displays badly. 
							
						 
						
							2005-12-29 00:19:33 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b1b40ed6a8 
								
							 
						 
						
							
							
								
								Initial commit of XGL build infrastructure and XGL code changes for  
							
							... 
							
							
							
							building within the xorg server tree. Requires additional, uncommitted
    dix changes to successfully build, and successful running is still yet
    to happen. 
							
						 
						
							2005-12-28 10:31:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05c139d4cd 
								
							 
						 
						
							
							
								
								Enough build fixes to get {sdl,ephyr,fake} to link.  
							
							
							
						 
						
							2005-12-28 10:02:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aeb770f645 
								
							 
						 
						
							
							
								
								recommit previous changes to evdev.c  
							
							
							
						 
						
							2005-12-28 02:43:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ce7c0c8937 
								
							 
						 
						
							
							
								
								some updates for default colormap install  
							
							
							
						 
						
							2005-12-28 01:57:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								27d79ab2bc 
								
							 
						 
						
							
							
								
								s/XSERVER/KDRIVE/  
							
							
							
						 
						
							2005-12-27 23:03:15 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								72817714a0 
								
							 
						 
						
							
							
								
								Remove Imakefiles.  
							
							
							
						 
						
							2005-12-27 23:01:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9dd0af6cb4 
								
							 
						 
						
							
							
								
								Skeletal kdrive build system. Totall non-functional atm.  
							
							
							
						 
						
							2005-12-27 08:31:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7fd73d2953 
								
							 
						 
						
							
							
								
								Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h  
							
							
							
						 
						
							2005-12-27 08:29:50 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5230e86b1c 
								
							 
						 
						
							
							
								
								fix up xglglx.c  
							
							
							
						 
						
							2005-12-23 04:13:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								feb735c5bb 
								
							 
						 
						
							
							
								
								Well there were a couple of snapshots later than CVS available outside of  
							
							... 
							
							
							
							Novell, so I've done a crazy merge to try and get them into a workable
    CVS, I suspect I may have failed.. there is a pre-xgldrop-merge tag if
    I did. 
							
						 
						
							2005-12-23 02:07:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ade104ce5a 
								
							 
						 
						
							
							
								
								check drawable is available  
							
							
							
						 
						
							2005-12-23 01:51:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7fb521e80d 
								
							 
						 
						
							
							
								
								from davidr's tree update some fixes  
							
							
							
						 
						
							2005-12-23 01:50:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c88a3145d0 
								
							 
						 
						
							
							
								
								from davidr's tree if source picture defined return  
							
							
							
						 
						
							2005-12-23 01:49:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c59508566f 
								
							 
						 
						
							
							
								
								fix glx up for newest glitz interface  
							
							
							
						 
						
							2005-12-23 01:13:28 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d822bc1596 
								
							 
						 
						
							
							
								
								make xgl code at least build against latest glitz.  
							
							
							
						 
						
							2005-12-23 00:08:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6e2086395d 
								
							 
						 
						
							
							
								
								fixups for newer glitz API  
							
							
							
						 
						
							2005-12-22 23:32:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f3ae42c0fd 
								
							 
						 
						
							
							
								
								small fix towards new glitz interface  
							
							
							
						 
						
							2005-12-22 23:31: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								62f3ef930a 
								
							 
						 
						
							
							
								
								Bug  #5258 : Restore binary compatibility with 6.8.2's PictureRec. (Aaron  
							
							... 
							
							
							
							Plattner) 
							
						 
						
							2005-12-09 18:35:21 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e73cdba865 
								
							 
						 
						
							
							
								
								Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3  
							
							... 
							
							
							
							server crash. 
							
						 
						
							2005-11-07 21:03:49 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dd0d010e9c 
								
							 
						 
						
							
							
								
								Fix parallel builds my ensuring libdmxconfig builds first.  
							
							
							
						 
						
							2005-10-18 19:14:08 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fce11fdf03 
								
							 
						 
						
							
							
								
								Fix typo (DIST_EXTRA -> EXTRA_DIST)  
							
							
							
						 
						
							2005-10-12 02:11:06 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c1d9a31a3 
								
							 
						 
						
							
							
								
								a furthur tweak to the randr cursor position fix  
							
							
							
						 
						
							2005-10-10 09:24:28 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								13f958fbe8 
								
							 
						 
						
							
							
								
								Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the  
							
							... 
							
							
							
							fallback case 
							
						 
						
							2005-10-10 05:58:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d82aeb55ca 
								
							 
						 
						
							
							
								
								Bug  #3254  < https://bugs.freedesktop.org/show_bug.cgi?id=3254 > Make sure  
							
							... 
							
							
							
							screensaver & DPMS timeouts don't overflow when multiplied by
    MILLI_PER_MIN. (Reported by Zachary J. Slater) 
							
						 
						
							2005-10-09 23:47:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								046234b3eb 
								
							 
						 
						
							
							
								
								Don't try the accelerated glyphs path for component-alpha text (which I  
							
							... 
							
							
							
							don't expect drivers to be able to accelerate without exa assistance).
    Instead, drop back to plain old miGlyphs for a 62.5% +/- 1.5% reduction
    in runtime of my ls -lR test (n=5) with component alpha. While a
    reasonable approach would seem to be making a better test to see
    whether the entire path would be accelerated and force migration
    appropriately, my attempt at this made the situation much worse. 
							
						 
						
							2005-10-09 02:03:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								526d1502df 
								
							 
						 
						
							
							
								
								another update to the RandR fix (thanks Aaron)  
							
							
							
						 
						
							2005-10-07 21:29:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								470213753b 
								
							 
						 
						
							
							
								
								update the last RandR fix  
							
							
							
						 
						
							2005-10-07 18:15:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								348242f35a 
								
							 
						 
						
							
							
								
								programs/Xserver/hw/xfree86/common/xf86RandR.c Use PointerMoved instead of  
							
							... 
							
							
							
							SetCursorPosition, as PointerMoved will call AdjustFrame to reposition
    the window if necessary and avoid the cursor ending up offscreen. 
							
						 
						
							2005-10-07 15:39:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								578e18d11b 
								
							 
						 
						
							
							
								
								Add darwin to dist  
							
							... 
							
							
							
							Include missing docs in EXTRA_DIST
Include headers and other files in dist 
							
						 
						
							2005-10-07 14:27:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ff258ac278 
								
							 
						 
						
							
							
								
								Clients tend to set picture->repeat when not necessary. Most HW cannot  
							
							... 
							
							
							
							accelerate repeat NPOT thus triggering software fallback (this is the
    case with gnome desktop for example). This adds a simple optimisation
    to exa that removes "repeat" when it's obviously useless, that is, the
    single picture instance covers the entire rectangle beeing used 
							
						 
						
							2005-10-06 23:45:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1614a31a9d 
								
							 
						 
						
							
							
								
								Bug  #4699 : Correct some memory leaks in EXA and damage related to region  
							
							... 
							
							
							
							handling. 
							
						 
						
							2005-10-06 21:55:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cd9ff6aec8 
								
							 
						 
						
							
							
								
								cpp processing for Xvfb man page  
							
							
							
						 
						
							2005-10-06 20:16:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								370b8c8f1c 
								
							 
						 
						
							
							
								
								App-defaults file not supposed to have .ad suffix when installed Fix cpp  
							
							... 
							
							
							
							rules to set needed flags for app-defaults file 
							
						 
						
							2005-10-06 20:14:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2770233069 
								
							 
						 
						
							
							
								
								Don't build "ev" example on systems without <linux/input.h>  
							
							
							
						 
						
							2005-10-06 19:59:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								460145a5d5 
								
							 
						 
						
							
							
								
								Add cpconfig.c to EXTRA_DIST.  
							
							... 
							
							
							
							Add CURSOR.NOTES to EXTRA_DIST.
Add extrapci.ids to EXTRA_DIST and fix xf86PciIds.h rule. 
							
						 
						
							2005-10-06 19:37:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9000c0321b 
								
							 
						 
						
							
							
								
								Install correct man page and add to dist  
							
							
							
						 
						
							2005-10-06 04:05:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9b894df44b 
								
							 
						 
						
							
							
								
								Include dmx-config.h for modular build  
							
							... 
							
							
							
							Use <X11/extensions/dmxext.h> intead of "dmxext.h" 
							
						 
						
							2005-10-06 02:40:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								30c1369bf5 
								
							 
						 
						
							
							
								
								Add support for building DMX config and examples programs Add missing files  
							
							... 
							
							
							
							to EXTRA_DIST Install Xdmx man page 
							
						 
						
							2005-10-06 02:35:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1f9b6dc1cc 
								
							 
						 
						
							
							
								
								Clean up generated files to pass distcheck  
							
							... 
							
							
							
							Clean up generated files to pass distcheck Distribute getconfig.man.pre,
    not getconfig.man 
							
						 
						
							2005-10-06 00:34:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e891d9c078 
								
							 
						 
						
							
							
								
								Update to 2005-10-05 snapshot from pciids.sf.net (includes a couple new  
							
							... 
							
							
							
							Radeon id's). 
							
						 
						
							2005-10-05 22:19:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dc6ac8e46f 
								
							 
						 
						
							
							
								
								Add DGA configure option and add various files that we should be dist'ing.  
							
							... 
							
							
							
							Simplify xf86DefModeSet.c rule a bit. 
							
						 
						
							2005-10-05 21:38:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8391eaa4aa 
								
							 
						 
						
							
							
								
								Preprocess and install XOrgCfg.ad as in the monolith.  
							
							
							
						 
						
							2005-10-05 21:13:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a9df169f10 
								
							 
						 
						
							
							
								
								Add missing $(DESTDIR) to custom install target  
							
							
							
						 
						
							2005-10-05 17:27:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a6cbe0776f 
								
							 
						 
						
							
							
								
								Fix the rest of the XFree86 DDX options that require an argument to say so  
							
							... 
							
							
							
							instead of reporting "unrecognized option" when the argument is
    missing. Also give correct error instead of "unrecognized option" for
    options only available to root. 
							
						 
						
							2005-10-05 16:39:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f3ad65251 
								
							 
						 
						
							
							
								
								Fix lnx_pci.c's xf86GetOSOffsetFromPCI return value. Clears up the resource  
							
							... 
							
							
							
							ranges awkwardness and the "INVALID MEM ALLOCATION" warning. 
							
						 
						
							2005-10-05 07:27:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9e8b5f3d47 
								
							 
						 
						
							
							
								
								Make Xorg -config stop lying to people and claiming it doesn't exist when  
							
							... 
							
							
							
							you fail to specify a file name. Also, include it in the list of
    available options for non-root users when listing all available flags. 
							
						 
						
							2005-10-05 01:38:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f47f00ab74 
								
							 
						 
						
							
							
								
								Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to do  
							
							... 
							
							
							
							so resulted in a solid black glyph if the font rendering actually
    resulted in a fallback (subpixel AA, for example) and the temporary got
    migrated after 10 or so glyphs. 
							
						 
						
							2005-10-04 11:24:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								89a1a91b88 
								
							 
						 
						
							
							
								
								Add miext/cw to the module loader include path so that misym.c can export  
							
							... 
							
							
							
							miDisableCompositeWrapper. 
							
						 
						
							2005-10-04 07:42:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								43625a4706 
								
							 
						 
						
							
							
								
								Bump the video driver module ABI minor version to 8 so modules statically  
							
							... 
							
							
							
							linked against miDisableCompositeWrapper won't load on older servers.
#include "cw.h" instead of #include "cw/cw.h" 
							
						 
						
							2005-10-04 07:31:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ca57db6fc1 
								
							 
						 
						
							
							
								
								Export miDisableCompositeWrapper.  
							
							
							
						 
						
							2005-10-04 04:30:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cdded97a0a 
								
							 
						 
						
							
							
								
								Add #include <xorg-config.h> for modular build  
							
							
							
						 
						
							2005-10-04 00:45:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ae4fc7d51 
								
							 
						 
						
							
							
								
								Add gtf to xserver/xorg/hw/xfree86/utils  
							
							
							
						 
						
							2005-10-04 00:43:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6d4b350dee 
								
							 
						 
						
							
							
								
								Bug  #3815  < https://bugs.freedesktop.org/show_bug.cgi?id=3815 > Patch  #3463  
							
							... 
							
							
							
							<https://bugs.freedesktop.org/attachment.cgi?id=3463 > GNU/kFreeBSD
    Xserver support (Robert Millan) 
							
						 
						
							2005-10-03 16:46:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22b4200b01 
								
							 
						 
						
							
							
								
								Whoops, need to be in DIST_SUBDIRS too.  
							
							
							
						 
						
							2005-10-03 15:41:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								14a2bd3330 
								
							 
						 
						
							
							
								
								Add missing ] (Dawid Gajownik)  
							
							... 
							
							
							
							Add getconfig (Dawid Gajownik) 
							
						 
						
							2005-10-03 15:37:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e3d2a7d57b 
								
							 
						 
						
							
							
								
								Bug  #4393 : uClibc lies and defines __GLIBC__ even though it's not source  
							
							... 
							
							
							
							compatible with glibc, so the backtrace support check fails. Work
    around this by wrapping the code in a configure check for execinfo.h,
    and emulate detection for the monolith. (Yuri Vasilevski) 
							
						 
						
							2005-10-03 06:29:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b05e78dd40 
								
							 
						 
						
							
							
								
								Fix typo in MAN_SRCS (Dawid Gajownik)  
							
							
							
						 
						
							2005-10-02 19:30:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8814896da8 
								
							 
						 
						
							
							
								
								Fix include path for commit of bug  #4616 .  
							
							
							
						 
						
							2005-10-02 08:53:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ecaa46380e 
								
							 
						 
						
							
							
								
								Bugzilla  #4616 :  
							
							... 
							
							
							
							- Merge various fb/ bits of COMPOSITE support from xserver, which weren't
    necessary before due to cw hiding the issues. Fixes offset calculations
    for a number of operations, and may pull some fixes that cairo has
    wanted for XAA as well.
- Add a new call, miDisableCompositeWrapper(), which a DDX can call to keep
    cw from getting initialized from the damage code. While it would be
    cleaner to have each DDX initialize it if it needs it, we don't have
    control over all of them (e.g. nvidia).
- Use the miDisableCompositeWrapper() to keep cw from getting set up for
    screens using EXA, because EXA is already aware of composite. Avoiding
    cw improved performance 0-35% on operations tested by ajax in x11perf. 
							
						 
						
							2005-10-02 08:28:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								54b2a14f0f 
								
							 
						 
						
							
							
								
								Bug  #3411 : fix handling of keyboard Autorepeat rate in xorg.conf.  
							
							
							
						 
						
							2005-10-01 17:30:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a07dd03748 
								
							 
						 
						
							
							
								
								Add hw/xfree86/getconfig  
							
							
							
						 
						
							2005-10-01 07:17:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								abc6aa50fb 
								
							 
						 
						
							
							
								
								Oops - fix build/install of fbdevhw.man  
							
							
							
						 
						
							2005-10-01 06:27:12 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								13e0db19d8 
								
							 
						 
						
							
							
								
								Adding more doc files & fbdevhw man page  
							
							
							
						 
						
							2005-10-01 06:19:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b5ce065a5e 
								
							 
						 
						
							
							
								
								RandR: Fix failure handling ( Closes   #4635 ; Thomas Winischhofer)  
							
							
							
						 
						
							2005-09-30 08:54:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4608a2b654 
								
							 
						 
						
							
							
								
								Man page processing/installation and other doc file updates  
							
							
							
						 
						
							2005-09-30 02:37:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aa74468aa5 
								
							 
						 
						
							
							
								
								sparse cleanups. s/0/NULL/ and mark a few things static.  
							
							
							
						 
						
							2005-09-30 02:03:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c65fde5343 
								
							 
						 
						
							
							
								
								Make the server distcheck:  
							
							... 
							
							
							
							- Fix up the XpConfig directory to remove the stuff it installs
- Add a few files to CLEANFILES here and there 
							
						 
						
							2005-09-28 20:38:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								58abce3f90 
								
							 
						 
						
							
							
								
								- Use the dirty flag (which should be set correctly all the time,  
							
							... 
							
							
							
							particularly thanks to Prepare/FinishAccess) to avoid DFS/memcpy on
    pixmap move-out if it's unnecessary. This was disabled in KAA because
    cache misuse on ATI made me guess that this code was wrong.
- Unwrap Glyphs on closescreen. 
							
						 
						
							2005-09-28 20:01:37 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f53404bdbb 
								
							 
						 
						
							
							
								
								Add kbd_mode build system  
							
							
							
						 
						
							2005-09-28 16:55:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								940158a6f2 
								
							 
						 
						
							
							
								
								Replace all uses of __glEvalComputeK (and the doubly redundant  
							
							... 
							
							
							
							EvalComputeK) with calls to one of __glMap[12][df]_size. This was
    tested with progs/samples/eval (from Mesa). 
							
						 
						
							2005-09-28 03:37:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								806d74bc06 
								
							 
						 
						
							
							
								
								Add __SVR4 #ifdefs to work in non-Imake builds.  
							
							
							
						 
						
							2005-09-28 01:57:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								88957862b8 
								
							 
						 
						
							
							
								
								Fix distcheck build and install errors.  
							
							
							
						 
						
							2005-09-27 23:28:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c2e8b1ecc 
								
							 
						 
						
							
							
								
								Fix make dist to include only sgml files.  
							
							
							
						 
						
							2005-09-27 15:11:56 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ca64aab609 
								
							 
						 
						
							
							
								
								Add build system for building docs and fix setuid issues.  
							
							... 
							
							
							
							Add build system for sgml docs. 
							
						 
						
							2005-09-27 14:09:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1a4e30d508 
								
							 
						 
						
							
							
								
								Include xorg-config.h so the generated file will also include it.  
							
							
							
						 
						
							2005-09-27 13:47:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8907195d78 
								
							 
						 
						
							
							
								
								Take care of more files from monolith's Xserver/hw/xfree86/etc dir:  
							
							... 
							
							
							
							hw/xfree86/utils/ioport/Makefile.am
Add ioport and pcitweak utils from monolith hw/xfree86/etc dir.
Generate xf86DefModeSet.c from vesamodes & extramodes
Add apSolaris.shar to EXTRA_DIST 
							
						 
						
							2005-09-26 20:58:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0531c4be2f 
								
							 
						 
						
							
							
								
								alanc@alf:/export/alanc/X.org/head/cvs-rw/xc [7:40pm - 628] head -14  
							
							... 
							
							
							
							ChangeLog
include xorg-config.h for modular build
Adjust XF86CONFIG defines for modular build
Fixes for modular build:
- include modular server config headers
- change default XCONFIGFILE to xorg.conf
- define XKB_RULES_DIR if not defined by Imake 
							
						 
						
							2005-09-26 02:41:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								256fa24945 
								
							 
						 
						
							
							
								
								Add SecurityPolicy file for XCSECURITY extension.  
							
							... 
							
							
							
							Add README to EXTRA_DIST 
							
						 
						
							2005-09-25 17:48:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								54639964cc 
								
							 
						 
						
							
							
								
								Changed the license to a X/MIT one  
							
							
							
						 
						
							2005-09-24 21:56:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3192f400c7 
								
							 
						 
						
							
							
								
								Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen  
							
							... 
							
							
							
							stubs from drivers, comment the non-empty ones. 
							
						 
						
							2005-09-24 18:45:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a5477ae7ac 
								
							 
						 
						
							
							
								
								Add scanpci, xorgcfg, & xorgconfig utilities.  
							
							
							
						 
						
							2005-09-24 02:40:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7554e1bf29 
								
							 
						 
						
							
							
								
								Sun bug  #6321613  
							
							... 
							
							
							
							<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6321613 >
    xorgcfg dumps core when it reads a configuration file that has a
    Monitor Section, but does not have a "VendorName" entry inside it.
    (Henry Zhao, Sun Microsystems) 
							
						 
						
							2005-09-23 00:27:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								99793543c0 
								
							 
						 
						
							
							
								
								put back some agp related allocation messages  
							
							
							
						 
						
							2005-09-22 12:40:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								02566dff4a 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2005-09-22 12:33:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								56e7766c77 
								
							 
						 
						
							
							
								
								Bug  #4541 : Fix text drawing in the case where a list contains no  
							
							... 
							
							
							
							non-zero-sized glyphs. Several variables weren't updated, resulting in
    rendering simply stopping when this case was hit. (Anders Kaseorg) 
							
						 
						
							2005-09-21 22:26:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								361a9eb953 
								
							 
						 
						
							
							
								
								- Change migration-in rule slightly: previously, if your score was less  
							
							... 
							
							
							
							than the max, it was bumped, and then if you were above the threshhold
    you got moved in. Instead, do the above-threshhold check separate from
    score starting out less than max. While this will likely make thrashing
    cases worse, I hope it will fix some issues with long term performance
    (think of an xcompmgr with a backbuffer it's doing only accelerated
    operations to. If some new pixmap comes in and bumps it out, even once,
    it will never get a chance to re-migrate because its score will be
    maxed). Change migration-out to be the same way for symmetry, though it
    shouldn't ever affect anything.
- Fix a lot of debugging output, both in terms of printing quality, and
    completeness. The fallback debugging covers a lot more now, pointing
    out new areas for improvement. Debugging toggles are now centralized in
    exaPriv.h. 
							
						 
						
							2005-09-21 10:27:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6a29c4cec1 
								
							 
						 
						
							
							
								
								Add support for hardware accelerating tiled background painting. One  
							
							... 
							
							
							
							example of this is the root weave, which paints slightly slower on SiS
    now in my testing. However, according to keithp some apps use this
    feature for a sort of cheap backing store, which this could help with
    significantly. While I haven't done much performance testing with it,
    it will at least rule out one possible source of terrible performance. 
							
						 
						
							2005-09-21 07:43:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1115ff4c00 
								
							 
						 
						
							
							
								
								Bug  #4487 : Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen)  
							
							
							
						 
						
							2005-09-21 00:38:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b7e723ed6f 
								
							 
						 
						
							
							
								
								Missing backslash  
							
							
							
						 
						
							2005-09-20 23:32:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								15b2f94de5 
								
							 
						 
						
							
							
								
								Update CVS project tag & notice about pci.ids license in output .h.  
							
							... 
							
							
							
							Update to match recent changes to pci.ids, extrapci.ids, & pciid2c.pl for
    people building on systems without perl. 
							
						 
						
							2005-09-20 18:26:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7d0f47c43c 
								
							 
						 
						
							
							
								
								Add --disable-install-setuid option so you can build as non-root and  
							
							... 
							
							
							
							chown/chmod later. Also disable by default on platforms that don't need
    setuid root X servers (Darwin & SPARC's, according to
    InstallXserverSetUID settings in the old Imake config files). 
							
						 
						
							2005-09-20 15:50:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b623c60745 
								
							 
						 
						
							
							
								
								Linux/Alpha support (Stefaan De Roeck)  
							
							
							
						 
						
							2005-09-19 22:44:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bd906c6bb8 
								
							 
						 
						
							
							
								
								Update to latest version from pciids.sf.net  
							
							... 
							
							
							
							Sync with updates to pci.ids & PCI id list in nv driver 
							
						 
						
							2005-09-19 18:54:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								535cd292c8 
								
							 
						 
						
							
							
								
								#include "xf86Axp.h" -> "shared/xf86Axp.h" for modular build. (Stefaan De  
							
							... 
							
							
							
							Roeck) 
							
						 
						
							2005-09-19 18:38:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a1bcf25a1f 
								
							 
						 
						
							
							
								
								Break EXA ABI while we still can. Add coordinates to the UploadToScreen  
							
							... 
							
							
							
							hook so we can upload a subset of a pixmap, and convert the current
    drivers to respect that. Use this support to directly UploadToScreen in
    exaGlyphs, providing a 47.4% +/-2.4% decrease in wall time for ls -lR
    programs/Xserver in an antialiased gnome-terminal on an M6 (n=3, caches
    hot). I would have bumped major version, only I can't tell what the
    EXA_VERSION_* is supposed to be doing as opposed to the module version. 
							
						 
						
							2005-09-18 02:32:23 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								074913c8a9 
								
							 
						 
						
							
							
								
								- Don't try to upload 0 byte-per-pixel (PICT_a1) data using  
							
							... 
							
							
							
							RADEONHostDataBlit.
- Disable the shortcut for switching from 3d to 3d in radeon_exa.c. It
    appears that we do need the cache flush here, thought it's not clear
    why. Disable the 2d to 2d shortcut while here, since I'm unsure of what
    we're doing. Exposed by the following bit:
- Bug #4485 : Add a new routine, exaGlyphs, to handle font drawing. Glyphs
    were being accumulated in from non-migratable scratch pixmaps, causing
    the destination pixmap to move towards screen but the migration
    necessary for source never to happen, leading to abysmal performance.
    Instead, copy the scratch glyph data into a real pixmap first, then
    composite from that into the destination, allowing for migration. time
    ls -lR from programs/Xserver showed 26.9% (+/- 6.3%) decrease in wall
    time (n=3).
- Create exaDrawableUse* wrapping exaPixmapUse*, but which are aware of
    windows needing backing store. Makes migration code prettier, and
    ensures that composited windows will be migrated as normal when we turn
    off cw for EXA. (issue brought up by keithp) 
							
						 
						
							2005-09-17 20:02:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ef7eef0f68 
								
							 
						 
						
							
							
								
								Bug  #4046 : Install the X.Org server setuid root. (David Schleef)  
							
							
							
						 
						
							2005-09-15 05:55:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								88d7eb1f7e 
								
							 
						 
						
							
							
								
								Bug  #3889 : Create the log dir on install, and allow configuring  
							
							... 
							
							
							
							specifically that directory. Failure to have the directory keeps the
    xorg server from starting. 
							
						 
						
							2005-09-15 05:06:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								25a0ecdc18 
								
							 
						 
						
							
							
								
								Don't put a version number on the module filename.  
							
							
							
						 
						
							2005-09-15 04:07:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0888ad3874 
								
							 
						 
						
							
							
								
								Build xf8_32bpp, which is wanted by the mga driver, and export elf.h, which  
							
							... 
							
							
							
							is wanted by the rendition driver. 
							
						 
						
							2005-09-14 07:49:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dfb5da93bc 
								
							 
						 
						
							
							
								
								Turn on DRI by default on Linux, NetBSD, FreeBSD, and fix the build of the  
							
							... 
							
							
							
							module for FreeBSD by setting some missing defines (XFree86Module,
    IN_MODULE) in the dri directory. Note that those missing defines should
    be somewhere generic, since there are other consumers of them, but I
    haven't figured out where. 
							
						 
						
							2005-09-13 20:59:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								12fbcfefe6 
								
							 
						 
						
							
							
								
								Add some initial BSD support for the xorg server. Incomplete on NetBSD,  
							
							... 
							
							
							
							OpenBSD, and non-i386/amd64 FreeBSD for sure. Plus I haven't actually
    run it yet. 
							
						 
						
							2005-09-13 18:37:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								133edff1b4 
								
							 
						 
						
							
							
								
								Don't define POSIX_SOURCE on any BSDs, since it breaks things.  
							
							... 
							
							
							
							Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD.
Don't include validate.c in the library, since it seems to be a userland
    test program. 
							
						 
						
							2005-09-13 05:44:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3d6799cee 
								
							 
						 
						
							
							
								
								Bug  #594 : CAN-2005-2495: Fix exploitable integer overflow in pixmap  
							
							... 
							
							
							
							creation, where we could create a far smaller pixmap than we thought,
    allowing changes to arbitrary chunks of memory. (Søren Sandmann
    Pedersen) 
							
						 
						
							2005-09-13 01:33:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b290884719 
								
							 
						 
						
							
							
								
								Bug  #3284 : Make the DRI lock reference count per-screen.  
							
							
							
						 
						
							2005-09-13 00:44:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b0f6fe1f38 
								
							 
						 
						
							
							
								
								Add some optional (disabled) fallback debugging code to the async code, for  
							
							... 
							
							
							
							better tracking of when we're hitting software. 
							
						 
						
							2005-09-11 21:38:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c003ccf5d 
								
							 
						 
						
							
							
								
								Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called  
							
							... 
							
							
							
							around CPU access to the framebuffer. This allows the hardware to set
    up swappers to deal with endianness, or to tell EXA to move the pixmap
    out to framebuffer if insufficient swappers are available (note: must
    not fail on front buffer!).
Submitted by: benh 
							
						 
						
							2005-09-11 19:08:10 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ca210830bd 
								
							 
						 
						
							
							
								
								Simplify life for EXA drivers by reducing some {Con,Dis}joint ops.  
							
							
							
						 
						
							2005-09-11 18:43:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2f9d01c968 
								
							 
						 
						
							
							
								
								Remove some references to mfb/cfb support that is no longer there.  
							
							
							
						 
						
							2005-09-08 01:15:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c8de8c23fb 
								
							 
						 
						
							
							
								
								Fix tests for maximum number of colours when creating a colourmap, so a  
							
							... 
							
							
							
							32-bit visual (e.g. ARGB) doesn't overflow an int when attempting to do
1 << 32. (Benjamin Herrenschmidt) 
							
						 
						
							2005-09-05 07:43:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								733a6d7a26 
								
							 
						 
						
							
							
								
								Add EXA driver writer documentation for the benefit of future generations  
							
							... 
							
							
							
							of X hackers. 
							
						 
						
							2005-09-03 02:21:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								94fbdb5c6d 
								
							 
						 
						
							
							
								
								Make RGB_PATH configurable.  
							
							... 
							
							
							
							Move I2C modules back to $(moduledir)/multimedia. 
							
						 
						
							2005-09-01 14:56:35 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4a19a33db6 
								
							 
						 
						
							
							
								
								bugzilla  #2880  ( https://bugs.freedesktop.org/show_bug.cgi?id=2880 )  
							
							... 
							
							
							
							attachment #2987  (https://bugs.freedesktop.org/attachment.cgi?id=2987 )
    Use system method to access PCI config space for inb and inw in
    addition to inl (Olivier Baudron and Kevin Martin). 
							
						 
						
							2005-08-22 21:29:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7693f668ef 
								
							 
						 
						
							
							
								
								programs/Xserver/hw/xfree86/os-support/linux/lnx_acpi.c  
							
							... 
							
							
							
							programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c
programs/Xserver/hw/xfree86/os-support/linux/Imakefile Add basic ACPI Linux
    support so that events can be passed to the driver. (Alan Hourihane) 
							
						 
						
							2005-08-22 12:05:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								02c834f198 
								
							 
						 
						
							
							
								
								Include Xv and XvMC headers in the SDK.  
							
							
							
						 
						
							2005-08-22 09:15:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5881051738 
								
							 
						 
						
							
							
								
								Huge cleanup. Group into sections: hardware feature detection, extension  
							
							... 
							
							
							
							detection/configuration, DDX options. Make building of Xorg DDX fully
    optional. Clarify and correct some help texts. Change all comments to
    use dnl instead of #. Quote all tests correctly, and guard
    pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" =
    xyes). Since the DDXes seem to have pretty divergent extension support
    these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and
    XPRINT_EXTENSIONS, and go back to building extension lists by hand in
    the DDX-specific sections. Use portable POSIX constructs everywhere
    (e.g. test foo && test bar, instead of test foo -a bar).
Clean up old cruft.
Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead
    of amd64 (Jürg Billeter). 
							
						 
						
							2005-08-21 19:15:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								367f450739 
								
							 
						 
						
							
							
								
								Change xorg_bus_sbus to xorg_bus_sparc; build sparcPci.c on all SPARCs.  
							
							
							
						 
						
							2005-08-21 08:43:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								71b3fea94e 
								
							 
						 
						
							
							
								
								Typo fix (SOURCE -> SOURCES).  
							
							
							
						 
						
							2005-08-21 08:24:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								db2909ce76 
								
							 
						 
						
							
							
								
								Add test for SPARC. Build SparcMulDiv.S on all SPARCs.  
							
							... 
							
							
							
							Make the default font path configurable. 
							
						 
						
							2005-08-21 06:56:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d96e666686 
								
							 
						 
						
							
							
								
								Add sparcPci.c to EXTRA_DIST.  
							
							
							
						 
						
							2005-08-20 18:52:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a402c876a4 
								
							 
						 
						
							
							
								
								Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh  
							
							... 
							
							
							
							in our builddir, not our srcdir. 
							
						 
						
							2005-08-20 18:11:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								abab3fd628 
								
							 
						 
						
							
							
								
								Make Xext linkage srcdir != builddir safe.  
							
							
							
						 
						
							2005-08-20 18:09:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bb1d99ee72 
								
							 
						 
						
							
							
								
								Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), and  
							
							... 
							
							
							
							build libxorggxkb.la from within the Xorg DDX to replace the previous
    xf86VT.o, et al, hacks. 
							
						 
						
							2005-08-20 18:07:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a0366ddb8c 
								
							 
						 
						
							
							
								
								Replace gnu-makeism with portable rules  
							
							
							
						 
						
							2005-08-18 17:14:11 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea5c49cb17 
								
							 
						 
						
							
							
								
								//bugs.freedesktop.org/show_bug.cgi?id=2901> Patch  #2331  
							
							... 
							
							
							
							<https://bugs.freedesktop.org/attachment.cgi?id=2331 > Lines ending in
    <backslash><space> break with cpp from gcc >= 3.3 (Peter Breitenlohner) 
							
						 
						
							2005-08-18 01:40:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22694500e0 
								
							 
						 
						
							
							
								
								Add xf86Sbus.h to EXTRA_DIST files (bugzilla  #4128 )  
							
							
							
						 
						
							2005-08-17 23:20:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad7f2fc673 
								
							 
						 
						
							
							
								
								symlink.sh: Temporarily disable xkbdata, add type1mod.c  
							
							... 
							
							
							
							Tue Aug 16 12:09:09 2005 Søren Sandmann <sandmann@redhat.com>
Add ft and type1 modules. 
							
						 
						
							2005-08-16 16:21:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								24597a1ee2 
								
							 
						 
						
							
							
								
								2005-08-15 Alan Coopersmith <alan.coopersmith@sun.co>m  
							
							... 
							
							
							
							Convert sunPostKbdEvent to use xf86ProcessAction like xf86PostKbdEvent. 
							
						 
						
							2005-08-16 00:40:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b86282b764 
								
							 
						 
						
							
							
								
								Set ZAxisMapping default to "4 5 6 7".  
							
							
							
						 
						
							2005-08-15 23:48:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a6c8d0d71e 
								
							 
						 
						
							
							
								
								Mon Aug 15 15:41:26 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Link this module with libXext.la.
Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>
Remove the xkb* files.
Add xkbVT.o and friends as the last things on the link line so they will
    override the symbols in libxkb.a. Add a comment on how this situation
    might not be considered ideal. 
							
						 
						
							2005-08-15 19:42:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								46aede552a 
								
							 
						 
						
							
							
								
								Mon Aug 15 14:56:57 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Remove the xkb* files.
Add xkbVT.o and friends as the last things on the link line so they will
    override the symbols in libxkb.a. Add a comment on how this situation
    might not be considered ideal. 
							
						 
						
							2005-08-15 18:59:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								809906a754 
								
							 
						 
						
							
							
								
								make mouse support work - note you need to change the evdev devices in the  
							
							... 
							
							
							
							source.. hacky... 
							
						 
						
							2005-08-15 08:24:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fe5abff38e 
								
							 
						 
						
							
							
								
								Egbert's 64bit fixes for mixed 32/64bit clients  
							
							
							
						 
						
							2005-08-15 07:30:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ebedc8bbb5 
								
							 
						 
						
							
							
								
								- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment  
							
							... 
							
							
							
							requirements. MGA, notably, uses a multiple of 3 in some cases.
- Rename the pixmap offset/pitch alignment fields to more clearly state
    their meaning. 
							
						 
						
							2005-08-14 19:46:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e3509c940f 
								
							 
						 
						
							
							
								
								Don't link libXext, as it is linked in to the server also.  
							
							
							
						 
						
							2005-08-14 16:24:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								05071ae0fb 
								
							 
						 
						
							
							
								
								Don't link in libx86emu.a as this a) fails badly on non-x86 systems, and b)  
							
							... 
							
							
							
							is done via x86emu.c including all the source files anyway. 
							
						 
						
							2005-08-13 07:41:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1ffe9ceb2f 
								
							 
						 
						
							
							
								
								Oops, forgot a file in earlier Solaris kbd commit  
							
							
							
						 
						
							2005-08-13 06:15:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c29051f9d1 
								
							 
						 
						
							
							
								
								Add LintTarget()  
							
							... 
							
							
							
							Bugzilla #1068  <https://bugs.freedesktop.org/show_bug.cgi?id=1068 > Port
    Solaris keyboard code to work with kbd driver.
Also incorporated "audio bell" feature from Xsun keyboard DDX to play bell
    tones via /dev/audio (specified via Option "BellDevice" "/dev/audio" in
    keyboard device options). 
							
						 
						
							2005-08-13 00:11:28 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5f5117729d 
								
							 
						 
						
							
							
								
								Fix segfault when "kbd" fails to load and "keyboard" driver is not  
							
							... 
							
							
							
							configured. 
							
						 
						
							2005-08-12 01:17:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								13e16ee93a 
								
							 
						 
						
							
							
								
								Thu Aug 11 11:43:32 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Make sure we don't crash on glyphs with NULL bits. Bug 659. 
							
						 
						
							2005-08-11 15:46:42 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								73a335a926 
								
							 
						 
						
							
							
								
								Point xegl at the DRI driver  
							
							
							
						 
						
							2005-08-09 16:51:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								29d0ba9f06 
								
							 
						 
						
							
							
								
								Touchup xgl for modular tree  
							
							
							
						 
						
							2005-08-09 15:58:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								435e2a09de 
								
							 
						 
						
							
							
								
								//bugs.freedesktop.org/show_bug.cgi?id=3950> Xorg prints version numbers in  
							
							... 
							
							
							
							wrong format for modules compiled for Xorg 6.99 & later (Adam Jackson &
    Alan Coopersmith) 
							
						 
						
							2005-08-09 01:18:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5849c69db8 
								
							 
						 
						
							
							
								
								Mon Aug 8 13:39:45 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Conditionally include xorg-config.h 
							
						 
						
							2005-08-08 18:02:08 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a11ce76b06 
								
							 
						 
						
							
							
								
								Build with modular X.org libraries and headers.  
							
							... 
							
							
							
							composite/compwindow.c Don't damage unmoved windows. Let border clip reset
    leave damage alone, pending actual damage for painting. 
							
						 
						
							2005-08-08 06:25:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4dfc3357a7 
								
							 
						 
						
							
							
								
								Add autogenerated source files and other various non-CVS material to  
							
							... 
							
							
							
							.cvsignore files
Use XORG_CFLAGS. Ensure that all exa files are in SOURCES
remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines
libdamage.la needs libcw.la when COMPOSITE is defined, but that
    libdamage.la must be after libcomposite.la, so add libcw.la to
    DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order
    across all X servers 
							
						 
						
							2005-08-08 00:38:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3639fb2434 
								
							 
						 
						
							
							
								
								Enabling EXA by default in the modular build.  
							
							
							
						 
						
							2005-08-06 23:56:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a16357ebc9 
								
							 
						 
						
							
							
								
								Last bits of changes to make exa build properly in the modular server.  
							
							
							
						 
						
							2005-08-06 23:46:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cc67bd187f 
								
							 
						 
						
							
							
								
								EXA support in the modular build.  
							
							
							
						 
						
							2005-08-06 23:34:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								33326f4ee8 
								
							 
						 
						
							
							
								
								Adding exa support to the modular server.  
							
							
							
						 
						
							2005-08-06 23:27:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fc29d014aa 
								
							 
						 
						
							
							
								
								Merge in patch release RC handling code from 6.8.2 (Kevin Martin)  
							
							
							
						 
						
							2005-08-06 16:29:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9828a38ed6 
								
							 
						 
						
							
							
								
								Solaris build fixes needed for modular builds  
							
							
							
						 
						
							2005-08-06 03:14:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4220a0c4cc 
								
							 
						 
						
							
							
								
								Make Xephyr work without shadow fb  
							
							
							
						 
						
							2005-08-05 09:08:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fedbce2186 
								
							 
						 
						
							
							
								
								EXTRA_DIST hacks to get all the OS support files into the tarball.  
							
							
							
						 
						
							2005-08-05 00:13:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39a80312e0 
								
							 
						 
						
							
							
								
								- Bug  #3960 : Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,  
							
							... 
							
							
							
							Olli Helenius)
- Fix some distcheck problems for non-solaris systems
- Change server version number from the Xorg rev to an independent one
- _POSIX_SOURCE and _XOPEN_SOURCE defined to the right values 
							
						 
						
							2005-08-04 22:31:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								13bec87f45 
								
							 
						 
						
							
							
								
								Fix inline assembly versions of in*/out* for Sun compilers Add check for  
							
							... 
							
							
							
							ancient USL console code on Solaris to allow building on old Solaris
    x86 versions 
							
						 
						
							2005-08-04 02:39:56 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d7c246f35b 
								
							 
						 
						
							
							
								
								Only build ix86Pci.c on x86 & amd64 platforms Set DEFAULT_INT10 to x86emu  
							
							... 
							
							
							
							on everything but Linux/x86 Fix Sbus.c inclusion on sparc platforms 
							
						 
						
							2005-08-02 23:57:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bb5258a21d 
								
							 
						 
						
							
							
								
								Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are  
							
							... 
							
							
							
							regenerated after 'make clean' and to make parallel builds work right. 
							
						 
						
							2005-08-02 17:57:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0c608a690e 
								
							 
						 
						
							
							
								
								Note yacc and lex generated files as BUILT_SOURCES so they are created  
							
							... 
							
							
							
							before anything is compiled; required for parallel builds 
							
						 
						
							2005-08-02 06:48:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d31de217e6 
								
							 
						 
						
							
							
								
								distcheck fixes  
							
							
							
						 
						
							2005-08-02 03:36:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								005a9cf1f5 
								
							 
						 
						
							
							
								
								Fix Solaris assembly source to work with libtool  
							
							
							
						 
						
							2005-08-02 01:03:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2d7b1893be 
								
							 
						 
						
							
							
								
								- Workaround for AS_HELP_STRING compatibility with older autoconf.  
							
							... 
							
							
							
							- New intermediate build target for Xorg server
- ia64 fixes 
							
						 
						
							2005-08-02 00:41:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b7a43fa0f1 
								
							 
						 
						
							
							
								
								Bug  #3739 : Fail soft on unknown extension string.  
							
							
							
						 
						
							2005-08-01 19:00:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd84b3b562 
								
							 
						 
						
							
							
								
								Clear compiler warnings. (Stefan Dirsch)  
							
							
							
						 
						
							2005-07-30 18:56:32 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2654f88cee 
								
							 
						 
						
							
							
								
								Fix code to handle printing 7.0 release candidates properly.  
							
							
							
						 
						
							2005-07-29 18:40:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								86529c07d6 
								
							 
						 
						
							
							
								
								Fix distcheck for server  
							
							
							
						 
						
							2005-07-28 23:28:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3e4bf8a8f4 
								
							 
						 
						
							
							
								
								Rework wrapping of common mouse driver to not require mousePriv.h, so that  
							
							... 
							
							
							
							modular tree xserver can be built on Solaris. Wrap more ioctls in
    SYSCALL() to restart on signals. 
							
						 
						
							2005-07-28 02:38:23 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7bd6b0640e 
								
							 
						 
						
							
							
								
								Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.  
							
							
							
						 
						
							2005-07-27 08:16:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9ccd89918 
								
							 
						 
						
							
							
								
								Fix dmx/glxProxy build  
							
							
							
						 
						
							2005-07-27 08:11:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8f6664fcff 
								
							 
						 
						
							
							
								
								Add these files to the sdk:  
							
							... 
							
							
							
							cbf32.h cfb16.h cfbmap.h cfbunmap.h cfbunmap.h cfbmskbits.h xf86sbusBus.h
    mifillarch.h mispans.h 
							
						 
						
							2005-07-26 23:40:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3cbb55f309 
								
							 
						 
						
							
							
								
								Install xorgVersion.h  
							
							
							
						 
						
							2005-07-26 22:17:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b25e6f82a1 
								
							 
						 
						
							
							
								
								fb/Makefile.am: add fbpseudocolor.h to sdk_HEADERS  
							
							... 
							
							
							
							hw/xfree86/xaa/Makefile.am: add xaaWrapper.h to sdk_HEADERS 
							
						 
						
							2005-07-26 18:21:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e7502158d6 
								
							 
						 
						
							
							
								
								Add xf86DeallocateGARTMemory stub so that Xorg can be built on Solaris  
							
							... 
							
							
							
							again. 
							
						 
						
							2005-07-24 16:24:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a5532e456d 
								
							 
						 
						
							
							
								
								Change the default depth back to 8 like it was originally. Disable the  
							
							... 
							
							
							
							addition of depth 12 & 30. It causes more than MAXFORMATS depths to be
    added to the screen which causes an array in the Screen structure to
    overflow and crash on server reset. 
							
						 
						
							2005-07-23 18:16:06 +00:00