From 94a20cbadfb5266d1acbb0597dba16aacfa1fe32 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 3 Feb 2005 00:38:40 +0000 Subject: Added a bunch of extensions that were previously supported but weren't in the gl_API.xml database. Add "official" support for SGI_color_matrix and SGI_texture_color_table. These were previously supported only by way of ARB_imaging. --- src/glx/x11/glxextensions.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/glx/x11/glxextensions.c') diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c index ffc596db18..78a2b075db 100644 --- a/src/glx/x11/glxextensions.c +++ b/src/glx/x11/glxextensions.c @@ -209,6 +209,8 @@ static const struct extension_info known_gl_extensions[] = { { GL(NV_texture_env_combine4), VER(0,0), Y, N, N, N }, { GL(NV_texture_rectangle), VER(0,0), Y, N, N, N }, { GL(OES_read_format), VER(0,0), Y, N, N, N }, + { GL(SGI_color_matrix), VER(0,0), Y, N, N, N }, + { GL(SGI_texture_color_table), VER(0,0), Y, N, N, N }, { GL(SGIS_generate_mipmap), VER(1,4), Y, N, N, N }, { GL(SGIS_multisample), VER(0,0), Y, N, N, N }, { GL(SGIS_texture_border_clamp), VER(1,3), Y, N, N, N }, -- cgit v1.2.3