From 91c219d9063bf7d3a181ee0b289c68b4a68f3db6 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 11 Mar 2005 20:55:03 +0000 Subject: Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol for these extensions (as well as ARB_vertex_program and ARB_matrix_palette) was just approved by the ARB on 8-Mar-2005. Now the only extension missing for 1.5 support is ARB_vertex_buffer_object. The opcodes for ARB_matrix_palette were also added to gl_API.xml. Since this extension isn't supported by Mesa, no code is generated for it. Some tabs were also converted to spaces in the comment for GetCompressedTexImageARB. --- src/mesa/glapi/gl_API.xml | 72 ++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 29 deletions(-) (limited to 'src/mesa/glapi/gl_API.xml') diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 919803a070..e13815cc10 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -4979,11 +4979,11 @@ glx: - + @@ -5130,21 +5130,25 @@ glx: + - - + + + - - + + + - - + + + @@ -6022,60 +6026,70 @@ glx: - - - - + + + + + + + + + + + + + + - + - - - + + + - + - + - + - - + + - - + + - - + + @@ -6467,7 +6481,7 @@ glx: - + -- cgit v1.2.3