From cbcc1fcd60eb18c3a0a93f98ad7aff2d073aa1dd Mon Sep 17 00:00:00 2001 From: David Reveman Date: Thu, 2 Feb 2006 17:06:48 +0000 Subject: [PATCH] Allow support for GL_NV_texture_env_combine4 and GL_ARB_texture_non_power_of_two --- ChangeLog | 5 +++++ GL/glx/glxscreens.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4cd7bfa0..84ca8fbb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-02 David Reveman + + * GL/glx/glxscreens.c: Allow support for GL_NV_texture_env_combine4 and + GL_ARB_texture_non_power_of_two. + 2006-02-01 David Reveman * GL/mesa/X/xf86glx.c (init_screen_visuals): Pass the correct visual diff --git a/GL/glx/glxscreens.c b/GL/glx/glxscreens.c index 5082cf064..860009db1 100644 --- a/GL/glx/glxscreens.c +++ b/GL/glx/glxscreens.c @@ -69,6 +69,7 @@ static const char GLServerExtensions[] = "GL_ARB_texture_mirrored_repeat " "GL_ARB_transpose_matrix " "GL_ARB_window_pos " + "GL_ARB_texture_non_power_of_two " "GL_EXT_abgr " "GL_EXT_bgra " "GL_EXT_blend_color " @@ -112,6 +113,7 @@ static const char GLServerExtensions[] = "GL_NV_point_sprite " "GL_NV_texgen_reflection " "GL_NV_texture_rectangle " + "GL_NV_texture_env_combine4 " "GL_SGIS_generate_mipmap " "GL_SGIS_texture_border_clamp " "GL_SGIS_texture_edge_clamp "