AIGLX: Reinstate call to driver texOffsetFinish hook.
It was accidentally lost when factoring out __glXDRIdoReleaseTexImage, so this is a regression fix and should probably be backported to server-1.5-branch.
This commit is contained in:
		
							parent
							
								
									27f1ad466c
								
							
						
					
					
						commit
						a4d62bbf21
					
				| 
						 | 
				
			
			@ -189,6 +189,8 @@ __glXDRIdoReleaseTexImage(__GLXDRIscreen *screen, __GLXDRIdrawable *drawable)
 | 
			
		|||
 | 
			
		||||
	for (i = 0; i < lastOverride; i++) {
 | 
			
		||||
	    if (texOffsetOverride[i] == drawable) {
 | 
			
		||||
		if (screen->texOffsetFinish)
 | 
			
		||||
		    screen->texOffsetFinish((PixmapPtr)drawable->base.pDraw);
 | 
			
		||||
 | 
			
		||||
		texOffsetOverride[i] = NULL;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue