summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg2008-03-081-6/+7
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-24/+27
* Move DRI drawable creation into dri_glx.c.Kristian Høgsberg2008-03-081-4/+4
* Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-081-10/+10
* Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg2008-03-081-29/+1
* Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-081-1/+1
* Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg2008-02-291-48/+0
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-10/+2
* remove drawable from hash table when window is deleted (see bug 13091)WuNian2007-11-271-0/+1
* Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg2007-11-061-59/+69
* Remove a couple of "deprecated" fields from __GLXcontextRec.Kristian Høgsberg2007-11-061-7/+7
* Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.Kristian Høgsberg2007-11-061-1/+1
* Lookup visual in visual list, not fbconfig list.Kristian Høgsberg2007-11-051-11/+15
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaJesse Barnes2007-10-291-0/+1
|\
| * Remember to call XSync() before resetting X error handler.Chris Rankin2007-10-291-0/+1
* | Refactor and fix core vblank supportJesse Barnes2007-10-291-17/+26
|/
* Handle fbconfigs and glx visuals separately.Kristian Høgsberg2007-10-161-3/+4
* Dont add fbconfigs to array that we didn't allocate for.Kristian Høgsberg2007-10-151-2/+4
* Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg2007-10-111-2/+2
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-30/+25
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-22/+18
* Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-111-20/+14
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-14/+11
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-3/+3
* Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg2007-10-101-23/+19
* Drop mostly unused __DRIid typedef.Kristian Høgsberg2007-10-101-1/+1
* Avoid deadlock in GarbageCollectDRIDrawables.Kristian Høgsberg2007-10-101-8/+2
* Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-101-0/+14
* Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-101-2/+3
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-30/+30
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-76/+77
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-1/+2
* Add missing parenthesis so that glXSwapIntervalSGI protocol isIan Romanick2006-08-301-1/+1
* Clean up GLX function exports.Ian Romanick2006-08-291-233/+72
* Update function signatures for EXT_tfp entrypoints.Adam Jackson2006-05-011-12/+8
* Add attrib_list to glXBindTexImageEXTDavid Reveman2006-04-111-2/+25
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-9/+61
* s/GLint/int/, to fit GLX conventionsBrian Paul2006-03-091-2/+3
* David Reveman's GLX_EXT_texture_from_pixmap extension patchBrian Paul2006-02-071-0/+84
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-111-3/+3
* In order to create the set of available extensions, we have to know ifIan Romanick2005-08-051-1/+1
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-2/+2
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-137/+99
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-29/+4
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-114/+13
* Follow the GLX_SGIX_fbconfig spec and return the complete list ofIan Romanick2005-04-071-1/+1
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-221-2/+0
* Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson2005-01-081-0/+4
* Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson2004-12-151-95/+144
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+3082