summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxcmds.c
AgeCommit message (Expand)Author
2005-08-05In order to create the set of available extensions, we have to know ifIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-04-07Follow the GLX_SGIX_fbconfig spec and return the complete list ofIan Romanick
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick
2005-01-08Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson