4d76075dbb 
								
							 
						 
						
							
							
								
								Death to RCS tags.  
							
							
							
						 
						
							2007-06-29 14:06:52 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2866e0bac9 
								
							 
						 
						
							
							
								
								Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.  
							
							
							
						 
						
							2007-04-29 23:38:13 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								021fc5cb2c 
								
							 
						 
						
							
							
								
								Static markup and dead code cull over xkb/.  
							
							... 
							
							
							
							The former <X11/extensions/XKBsrv.h> has been pulled into the server now as
include/xkbsrv.h, and the world updated to look for it in the new place,
since it made no sense to define server API in an extension header.  Any
further work along this line will need to do similar things with XKBgeom.h
and friends. 
							
						 
						
							2007-03-20 18:37:02 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								20e9144c07 
								
							 
						 
						
							
							
								
								Add $(DIX_CFLAGS) to remaining Makefile.am files  
							
							
							
						 
						
							2006-11-07 12:49:28 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad631afcf3 
								
							 
						 
						
							
							
								
								make core keyboard/pointer map functions act on all core-sending devices  
							
							... 
							
							
							
							Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core
events.
Change LegalModifier to accept a DeviceIntPtr. 
							
						 
						
							2006-09-29 00:34:23 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								84683f19b4 
								
							 
						 
						
							
							
								
								get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE  
							
							... 
							
							
							
							Get rid of almost all uses of these definitions.  They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build.  As well as
for miinitext.c.  But largely gone. 
							
						 
						
							2006-07-18 18:17:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd8bde8bb0 
								
							 
						 
						
							
							
								
								Remove -xkbmap argument.  
							
							
							
						 
						
							2006-05-29 11:14:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								291e89d4f2 
								
							 
						 
						
							
							
								
								Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.  
							
							
							
						 
						
							2006-04-30 19:16:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9e202dfe40 
								
							 
						 
						
							
							
								
								Remove remnants of XkbCF code.  
							
							
							
						 
						
							2006-03-27 22:25:56 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								276821605e 
								
							 
						 
						
							
							
								
								Fix return values in Xgl render texture implementation  
							
							
							
						 
						
							2005-07-01 03:14:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bd54b96034 
								
							 
						 
						
							
							
								
								Shut up compiler  
							
							
							
						 
						
							2005-06-15 05:50:15 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2eab094816 
								
							 
						 
						
							
							
								
								Build fixes  
							
							
							
						 
						
							2005-06-13 16:38:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f0ab6d57df 
								
							 
						 
						
							
							
								
								Remove xgloffscreen.c  
							
							
							
						 
						
							2005-06-13 06:00:35 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								521916d007 
								
							 
						 
						
							
							
								
								New implementation of GLX_MESA_render_texture  
							
							
							
						 
						
							2005-06-10 12:30:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d146c41882 
								
							 
						 
						
							
							
								
								GLX improvements and remove use of pbuffers for offscreen rendering in Xgl  
							
							
							
						 
						
							2005-06-07 08:53:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8237b31f60 
								
							 
						 
						
							
							
								
								Keyboard sort of works now with evdev  
							
							
							
						 
						
							2005-06-06 04:06:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c5026577cb 
								
							 
						 
						
							
							
								
								Create a default colormap  
							
							
							
						 
						
							2005-06-05 17:32:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								021a5cd170 
								
							 
						 
						
							
							
								
								Enable egl server in automake  
							
							... 
							
							
							
							--enable-xeglserver 
							
						 
						
							2005-06-05 01:58:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								aa95967286 
								
							 
						 
						
							
							
								
								Initial Xegl check-in. Works on EGL fbdev driver Input is totally broken.  
							
							
							
						 
						
							2005-06-04 23:33:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bc977945a5 
								
							 
						 
						
							
							
								
								Set stencil size for Xgl GLX visuals  
							
							
							
						 
						
							2005-05-02 00:33:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5b4462ed9b 
								
							 
						 
						
							
							
								
								New algorithm for calculating glyph extents in Xgl  
							
							
							
						 
						
							2005-05-01 22:55:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								246b14cb29 
								
							 
						 
						
							
							
								
								Minor optimization  
							
							
							
						 
						
							2005-04-27 10:34:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								28a2d841ce 
								
							 
						 
						
							
							
								
								Line drawing improvements to Xgl  
							
							
							
						 
						
							2005-04-27 09:29:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								abcc8c352e 
								
							 
						 
						
							
							
								
								Fix typo  
							
							
							
						 
						
							2005-04-27 08:45:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8bc5a387c3 
								
							 
						 
						
							
							
								
								Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX  
							
							
							
						 
						
							2005-04-26 11:04:23 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ba24ae89d3 
								
							 
						 
						
							
							
								
								Add scissor based clipping to Xgl GLX  
							
							
							
						 
						
							2005-04-25 17:18:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4e914c5ed7 
								
							 
						 
						
							
							
								
								Hash texture objects and display lists in Xgl  
							
							
							
						 
						
							2005-04-19 14:51:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e40db7f26a 
								
							 
						 
						
							
							
								
								Add GLX code to Xgl  
							
							
							
						 
						
							2005-04-13 14:27:47 +00:00