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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/glx/x11/glxextensions.h') diff --git a/src/glx/x11/glxextensions.h b/src/glx/x11/glxextensions.h index 5821550f65..e725ad7787 100644 --- a/src/glx/x11/glxextensions.h +++ b/src/glx/x11/glxextensions.h @@ -165,6 +165,8 @@ enum { GL_NV_texture_compression_vtc_bit, GL_NV_texture_env_combine4_bit, GL_OES_read_format_bit, + GL_SGI_color_matrix_bit, + GL_SGI_texture_color_table_bit, GL_SGIS_generate_mipmap_bit, GL_SGIS_multisample_bit, GL_SGIS_texture_lod_bit, -- cgit v1.2.3