From a2db56b34b7fe0fb58441d293ba56b8ed48141a8 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 6 Jan 2005 14:35:44 +0000 Subject: Add Intel i915GM support, and these extensions. * GL_ARB_texture_cube_map * GL_EXT_blend_equation_separate * GL_ATI_blend_equation_separate * GL_ARB_point_parameters * GL_NV_blend_square * GL_EXT_cull_vertex * GL_ARB_depth_texture * GL_SGIX_depth_texture * GL_ARB_shadow * GL_EXT_shadow_funcs * GL_3DFX_texture_compression_FXT1 (Keith Whitwell, Tungsten Graphics) --- src/mesa/drivers/dri/i915/intel_screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/i915/intel_screen.c') diff --git a/src/mesa/drivers/dri/i915/intel_screen.c b/src/mesa/drivers/dri/i915/intel_screen.c index c5f1542f22..8236718477 100644 --- a/src/mesa/drivers/dri/i915/intel_screen.c +++ b/src/mesa/drivers/dri/i915/intel_screen.c @@ -292,6 +292,7 @@ static GLboolean intelCreateContext( const __GLcontextModes *mesaVis, sharedContextPrivate ); case PCI_CHIP_I915_G: + case PCI_CHIP_I915_GM: return i915CreateContext( mesaVis, driContextPriv, sharedContextPrivate ); -- cgit v1.2.3