Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol
authorIan Romanick <idr@us.ibm.com>
Fri, 11 Mar 2005 20:55:03 +0000 (20:55 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 11 Mar 2005 20:55:03 +0000 (20:55 +0000)
commit91c219d9063bf7d3a181ee0b289c68b4a68f3db6
treeec86f53a392a0298087c58defd6441c57159130a
parent522ea4271804b75d90f9bc72b81bfd025bb137d0
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/glx/x11/glxextensions.c
src/glx/x11/glxextensions.h
src/glx/x11/indirect.c
src/glx/x11/indirect.h
src/glx/x11/indirect_init.c
src/mesa/glapi/gl_API.xml