7f7b2d86bc
								
							 
						 
						
							
									a few more tweaks 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								75a0d31aaa
								
							 
						 
						
							
									fix assorted compilation issues 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								3d06dc7581
								
							 
						 
						
							
									accomodated new driver_func initialization 
							 
							
							added DMesaGetProcAddress
some other minor fixes
updated documentation 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								3abf746a7e
								
							 
						 
						
							
									Don't set extra bits in FLUSH_VERTICES, fix several state bugs. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								5c161cf615
								
							 
						 
						
							
									Committing in . 
							 
							
							
 Trying to remove the <CR> at the end of each line.
 Modified Files:
 	Mesa/src/mesa/descrip.mms
 	Mesa/src/mesa/drivers/common/descrip.mms
 	Mesa/src/mesa/drivers/osmesa/descrip.mms
 	Mesa/src/mesa/drivers/x11/descrip.mms
 ---------------------------------------------------------------------- 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								ff2cc41ccb
								
							 
						 
						
							
									Modified error messages in _mesa_BlendFuncSeparateEXT to note that the 
							 
							
							same function is used internally for glBlendFunc and
glBlendFuncSeparate. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								a2c97eb2ff
								
							 
						 
						
							
									Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change 
							 
							
							(Roland Scheidegger), and update lighting state unconditionally there.
Fixes lighting oddities in the xscreensaver endgame hack, bzflag and
possibly elsewhere. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								5d00e131d8
								
							 
						 
						
							
									Fix attenuation hardware state handling, inspired by the R200 DDK reference 
							 
							
							driver (our r200 driver basically didn't do this at all, maybe got lost
along the way?) 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								4f295cee73
								
							 
						 
						
							
									Initial support for floating point and signed texture formats. 
							 
							
							New "FetchTexelFuncF()" function returns texels in floating point format.
Only used for depth component images at this time.
Changed original FetchTexelFunc to return GLchan instead of GLvoid, removing
need for a bunch of ugly casts. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								edd1d86c74
								
							 
						 
						
							
									misc updates 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								dca71ea44b
								
							 
						 
						
							
									Minor tweaks to help out at a driver level. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								004d71f554
								
							 
						 
						
							
									Corrected a comment about how the DOT3 hardware works in the R200. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								03166f73f3
								
							 
						 
						
							
									Committing in . 
							 
							
							
 Updated OpenVMS compile support
 Modified Files:
 	Mesa/Makefile.X11 Mesa/src/mesa/descrip.mms
 	Mesa/src/mesa/drivers/osmesa/descrip.mms
 	Mesa/src/mesa/drivers/x11/descrip.mms
 Added Files:
 	Mesa/src/mesa/drivers/common/descrip.mms
 ---------------------------------------------------------------------- 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								afa446db83
								
							 
						 
						
							
									Silence some compiler warnings. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								169223c9ee
								
							 
						 
						
							
									Make the R200 driver work with the NewTextureObject in Mesa.  Other 
							 
							
							drivers that use the texmem interface will likely need similar changes. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								34a7857411
								
							 
						 
						
							
									Silence a compiler warning DRI builds using gcc3. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								66691ef5b5
								
							 
						 
						
							
									Use new EMIT_PAD functionality for spec and/or fog as available. 
							 
							
							Fix a couple of problems with texture emit. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								20a17e42d7
								
							 
						 
						
							
									Remove dd_function_table::BlendFunc.  All drivers now use 
							 
							
							dd_function_table:BlendFuncSeparate.  If a driver does not actually
support EXT_blend_func_separate, it can assume that the RGB and alpha
blend functions are the same. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								4d36f334c9
								
							 
						 
						
							
									Another mechanism to create vertices with holes - a new EMIT_PAD style 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								e98986bdd3
								
							 
						 
						
							
									don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								a999e809af
								
							 
						 
						
							
									remove _mesa_check_driver_hooks() - it's really not too useful anymore 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								4e713913fb
								
							 
						 
						
							
									Undo some bits from last check-in related to the ctx->Driver.NewTextureObject 
							 
							
							functions.  Don't allocate the driver-specific data during texture object
creation but do it later as needed (as code originally was). 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								d4636e74c8
								
							 
						 
						
							
									fixed a bug in VGA initialization routine 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								e755144e79
								
							 
						 
						
							
									remove duplicate t_dd_* files 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								d8059008a2
								
							 
						 
						
							
									initial 6.1 release notes with info about recent _mesa_create_context changes, etc. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								d3fd7ba8af
								
							 
						 
						
							
									Before calling _mesa_create_context(), initialize a dd_function_table struct 
							 
							
							by calling _mesa_init_driver_functions() and then plugging in the driver-
specific functions.
In particular, make sure ctx->Driver.NewTextureObject points to the
appropriate driver function so that _all_ texture objects are augmented
with the driver-specific data.
Put in a bunch of assertions in the texture-related driver functions that
texObj->DriverData is valid.  Remove old dead code in near future. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								988a8862c8
								
							 
						 
						
							
									_mesa_init_driver_functions() to initialize dd_function_table 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								8d97ad18a7
								
							 
						 
						
							
									some more count vs. end confusion 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								6bf808bc6c
								
							 
						 
						
							
									replace -lm with $(GL_LIB_DEPS) to get -lexpat 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								9c0b83556d
								
							 
						 
						
							
									replace CALLOC with MALLOC in _mesa_new_texture_object() 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								c929f13701
								
							 
						 
						
							
									remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object() 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								75c8a2e7be
								
							 
						 
						
							
									omit CVS directories from tarballs, bump version to 6.1 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								ed43ecee90
								
							 
						 
						
							
									Migrate i830 driver to t_vertex.[ch] for building hw vertices. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								41abe9e73f
								
							 
						 
						
							
									fix glitch from previous check-in (pointer vs int) 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								77d240858e
								
							 
						 
						
							
									minor changes to silence warnings 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								6a82d44d9c
								
							 
						 
						
							
									Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								87745ce771
								
							 
						 
						
							
									change Data ptr from GLbyte to GLubyte to silence warnings 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								013dee06c1
								
							 
						 
						
							
									include texobj.h to silence warnings 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								e093e94298
								
							 
						 
						
							
									s/char/GLubyte/ to silence warnings 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								ef77464a7a
								
							 
						 
						
							
									include sched.h to get sched_yield() prototype 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								97fcc0e77b
								
							 
						 
						
							
									make second param of driParseConfigFiles() const 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								5b9a9d46d4
								
							 
						 
						
							
									tweak OpenBSD and SunOS commands 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								4eb16e3a67
								
							 
						 
						
							
									tweak openbsd config 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								66f2fd89ea
								
							 
						 
						
							
									added some missing FLUSH_VERTICES calls 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								8d83242c8c
								
							 
						 
						
							
									Fix cosmetic GL_RENDERER string problem (Andreas Stenglein) 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								edc9ffc748
								
							 
						 
						
							
									bump version to 6.1 (new development) 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								4a53f7bc74
								
							 
						 
						
							
									Respect the 'in_use' field in the global LRU as a marker for 
							 
							
							kernel-reserved memory regions. 
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								48e89df25b
								
							 
						 
						
							
									fixed refresh rate control in Glide wrapper 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								546214f3c8
								
							 
						 
						
							
									tweaks for 6.0 release 
							 
							
							
							
						 
						22 years ago  
				
					
						
							
								 
						
							
								46d6bd368d
								
							 
						 
						
							
									add casts to quiet compiler warnings 
							 
							
							
							
						 
						22 years ago