|  |  | @@ -363,13 +363,10 @@ static void r300InitConstValues(GLcontext *ctx, radeonScreenPtr screen) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | /* currently bogus data */ | 
		
	
		
			
			|  |  |  | if (r300->options.hw_tcl_enabled) { | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxInstructions = VSF_MAX_FRAGMENT_LENGTH / 4; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeInstructions = | 
		
	
		
			
			|  |  |  | VSF_MAX_FRAGMENT_LENGTH / 4; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeInstructions = VSF_MAX_FRAGMENT_LENGTH / 4; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeAluInstructions = VSF_MAX_FRAGMENT_LENGTH / 4; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeAttribs = 16;	/* r420 */ | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxTemps = 32; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeTemps = | 
		
	
		
			
			|  |  |  | /*VSF_MAX_FRAGMENT_TEMPS */ 32; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeTemps = 32; | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeParameters = 256;	/* r420 */ | 
		
	
		
			
			|  |  |  | ctx->Const.VertexProgram.MaxNativeAddressRegs = 1; | 
		
	
		
			
			|  |  |  | } |