Kristian Høgsberg
							
						 
						
							
							
							
							
								
							
							
								8e3c1dfc48 
								
							 
						 
						
							
							
								
								Introduce a new "GlxVisuals" option that controls which visuals are added.  
							
							 
							
							... 
							
							
							
							Right now we default to "all" which gives us a situation much like before,
but when the "typical" option is implemented, we can change the default and
reduce the number of visuals the GLX module bloats the X server with. 
							
						 
						
							2007-10-18 21:03:43 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kristian Høgsberg
							
						 
						
							
							
							
							
								
							
							
								7d74690536 
								
							 
						 
						
							
							
								
								Simplify and clean up GLX visual initialization.  
							
							 
							
							... 
							
							
							
							Instead of the fragile setup where we filter the modes common between the
DDX generated GLX visuals and the DRI driver generated fbconfigs, we now
just take the fbconfigs returned by the DRI driver to be our supported set. 
							
						 
						
							2007-10-18 21:03:43 -04:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Dave Airlie
							
						 
						
							
							
							
							
								
							
							
								d387a3ddf7 
								
							 
						 
						
							
							
								
								fix loading of GLcore after recent loading changes  
							
							 
							
							
							
						 
						
							2007-03-27 11:00:13 +10:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								52fc7c8dc7 
								
							 
						 
						
							
							
								
								Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing  
							
							 
							
							... 
							
							
							
							XFree86LOADER ifdefs, non-loadable hasn't been supported for a while
    now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO
    ifdefs surrounding a call to a function added in XFree86 4.1 (!).
    Miscellaneous static markings. 
							
						 
						
							2006-06-05 03:00:24 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kristian Høgsberg
							
						 
						
							
							
							
							
								
							
							
								c3342c8000 
								
							 
						 
						
							
							
								
								Merge accel_indirect branch to HEAD.  
							
							 
							
							
							
						 
						
							2006-03-12 00:11:34 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Ian Romanick
							
						 
						
							
							
							
							
								
							
							
								0b150a05e6 
								
							 
						 
						
							
							
								
								Whitespace change just to make sure I created the branch correctly.  
							
							 
							
							
							
						 
						
							2005-11-03 17:12:53 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								a311bfa73a 
								
							 
						 
						
							
							
								
								Fix support for enabling/disabling extensions loaded from modules.  
							
							 
							
							
							
						 
						
							2005-11-02 15:53:57 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Ian Romanick
							
						 
						
							
							
							
							
								
							
							
								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  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kevin E Martin
							
						 
						
							
							
							
							
								
							
							
								5f81eb1d89 
								
							 
						 
						
							
							
								
								Fix the *-config.h includes so that it is possible to build modules without  
							
							 
							
							... 
							
							
							
							having to use -include in the Makefile. 
							
						 
						
							2005-07-16 03:49:59 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Adam Jackson
							
						 
						
							
							
							
							
								
							
							
								799208dd44 
								
							 
						 
						
							
							
								
								Bug  #377 : Make lib{glx,GLcore,dri} work when compiled as dlloader modules.  
							
							 
							
							
							
						 
						
							2004-07-26 19:06:04 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Eric Anholt
							
						 
						
							
							
							
							
								
							
							
								e56e24af25 
								
							 
						 
						
							
							
								
								Merge DRI-trunk-20040613 changes in programs/Xserver/GL.  
							
							 
							
							
							
						 
						
							2004-06-16 09:37:59 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Eric Anholt
							
						 
						
							
							
							
							
								
							
							
								2e1868b560 
								
							 
						 
						
							
							
								
								DRI trunk-20040613 import  
							
							 
							
							
							
						 
						
							2004-06-16 09:25:21 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Eric Anholt
							
						 
						
							
							
							
							
								
							
							
								22bad9474b 
								
							 
						 
						
							
							
								
								DRI XFree86-4_3_99_12-merge import  
							
							 
							
							
							
						 
						
							2004-06-16 09:22:17 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								0664db19bf 
								
							 
						 
						
							
							
								
								Merging XORG-CURRENT into trunk  
							
							 
							
							
							
						 
						
							2004-04-23 18:54:16 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								dae90c3af9 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004  
							
							 
							
							
							
						 
						
							2004-03-14 08:34:49 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								867451f1ab 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004  
							
							 
							
							
							
						 
						
							2004-03-03 12:12:50 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								df0313d35b 
								
							 
						 
						
							
							
								
								readding XFree86's cvs IDs  
							
							 
							
							
							
						 
						
							2004-02-26 13:36:15 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Egbert Eich
							
						 
						
							
							
							
							
								
							
							
								147aae87fd 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004  
							
							 
							
							
							
						 
						
							2004-02-26 09:23:53 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kaleb Keithley
							
						 
						
							
							
							
							
								
							
							
								adc7f9a4eb 
								
							 
						 
						
							
							
								
								XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks  
							
							 
							
							
							
						 
						
							2003-11-25 19:29:01 +00:00  
						
						
							 
							
								 
							
						 
					 
				
					
						
							
							
								 
								Kaleb Keithley
							
						 
						
							
							
							
							
								
							
							
								9508a382f8 
								
							 
						 
						
							
							
								
								Initial revision  
							
							 
							
							
							
						 
						
							2003-11-14 16:48:57 +00:00