summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxcmds.c
AgeCommit message (Expand)Author
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-08-30Add missing parenthesis so that glXSwapIntervalSGI protocol isIan Romanick
2006-08-29Clean up GLX function exports.Ian Romanick
2006-05-01Update function signatures for EXT_tfp entrypoints.Adam Jackson
2006-04-11Add attrib_list to glXBindTexImageEXTDavid Reveman
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-09s/GLint/int/, to fit GLX conventionsBrian Paul
2006-02-07David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul
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