glx: swrast can do GLX 1.4 too
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									a72c65e917
								
							
						
					
					
						commit
						77221c9155
					
				| 
						 | 
					@ -510,6 +510,9 @@ __glXDRIscreenProbe(ScreenPtr pScreen)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    __glXScreenInit(&screen->base, pScreen);
 | 
					    __glXScreenInit(&screen->base, pScreen);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    screen->base.GLXmajor = 1;
 | 
				
			||||||
 | 
					    screen->base.GLXminor = 4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    LogMessage(X_INFO,
 | 
					    LogMessage(X_INFO,
 | 
				
			||||||
	       "AIGLX: Loaded and initialized %s\n", filename);
 | 
						       "AIGLX: Loaded and initialized %s\n", filename);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue