summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxext.c
Commit message (Expand)AuthorAgeFilesLines
* Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg2008-03-081-22/+22
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-45/+20
* Move DRI drawable creation into dri_glx.c.Kristian Høgsberg2008-03-081-39/+6
* Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-081-8/+8
* Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg2008-03-081-2/+2
* Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-081-8/+5
* Make __glXCloseDisplay static instead of prototyping it to avoid warning.Kristian Høgsberg2008-03-081-9/+1
* Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg2008-03-081-10/+1
* libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg2008-03-081-406/+2
* Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg2008-02-291-7/+22
* Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg2007-11-061-1/+1
* Don't return 0 in a void function.Kristian Høgsberg2007-11-061-2/+2
* Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg2007-11-051-6/+3
* Fix some build warnings, mostly with XCB.Michel Dänzer2007-10-301-1/+2
* Pull workaround for unset GLX_DRAWABLE_TYPE back in.Kristian Høgsberg2007-10-171-0/+2
* Handle fbconfigs and glx visuals separately.Kristian Høgsberg2007-10-161-140/+127
* Move enabling of DRI extensions into glxextensions.cKristian Høgsberg2007-10-111-68/+1
* Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg2007-10-111-15/+0
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-0/+7
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-1/+14
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-3/+8
* Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-111-0/+11
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-0/+12
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-1/+9
* Implement new screen extension API.Kristian Høgsberg2007-10-101-0/+14
* Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg2007-10-101-3/+1
* Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg2007-10-101-4/+4
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-1/+0
* Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-101-25/+3
* Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-101-29/+13
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-59/+96
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-12/+64
* suppress warning about ncon visuals (bug #6689)Roland Scheidegger2007-08-161-2/+5
* remove unneeded initialization code (see bug 10569)Brian2007-04-091-6/+1
* allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)Brian2007-04-091-1/+1
* Make sure GLX entrypoints are marked PUBLIC.Adam Jackson2007-04-081-2/+2
* fix mem leaksPanagiotis Papadakos2007-02-051-0/+4
* fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian2007-02-011-0/+1
* Track rename of DamagePost -> DamageAdd.Eric Anholt2007-01-091-1/+1
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-0/+66
* remove drm stuff from libGL, this is now in libdrm 2.3.0Dave Airlie2006-11-081-62/+0
* disable debug printfBrian Paul2006-11-011-3/+4
* merge the (rest of) texmem branchKeith Whitwell2006-11-011-3/+66
* Fix bug #8563.Ian Romanick2006-10-161-1/+1
* added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul2006-10-091-1/+1
* Updates for XCB. Bug 8560.Brian Paul2006-10-091-1/+1
* Major clean up of MakeContextCurrentIan Romanick2006-10-071-151/+87
* in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul2006-10-041-1/+1
* Update to use the new XCB naming convention.Jeremy Kolb2006-09-261-6/+6
* Clean up GLX function exports.Ian Romanick2006-08-291-1/+1