summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxextensions.c
AgeCommit message (Expand)Author
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-03-17Hard-code the client-side maximum GL version. It turns out that there areIan Romanick
2005-03-11Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick
2005-02-04Enable client-side GLX support for texture compression extensions.Ian Romanick
2005-02-03Added a bunch of extensions that were previously supported but weren'tIan Romanick
2004-12-01Add trivial support ARB_texture_rectangle and OES_read_format.Ian Romanick
2004-11-30Since we know the problem with HP_occlusion_test is / was on the server-side,Ian Romanick
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson