summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Pull workaround for unset GLX_DRAWABLE_TYPE back in.Kristian Høgsberg1-0/+2
2007-10-16Handle fbconfigs and glx visuals separately.Kristian Høgsberg1-140/+127
2007-10-11Move enabling of DRI extensions into glxextensions.cKristian Høgsberg1-68/+1
2007-10-11Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg1-15/+0
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg1-0/+7
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg1-1/+14
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg1-3/+8
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg1-0/+11
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg1-0/+12
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg1-1/+9
2007-10-10Implement new screen extension API.Kristian Høgsberg1-0/+14
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg1-3/+1
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg1-4/+4
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg1-1/+0
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg1-25/+3
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg1-29/+13
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-59/+96
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg1-12/+64
2007-08-16suppress warning about ncon visuals (bug #6689)Roland Scheidegger1-2/+5
2007-04-09remove unneeded initialization code (see bug 10569)Brian1-6/+1
2007-04-09allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)Brian1-1/+1
2007-04-08Make sure GLX entrypoints are marked PUBLIC.Adam Jackson1-2/+2
2007-02-05fix mem leaksPanagiotis Papadakos1-0/+4
2007-02-01fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian1-0/+1
2007-01-09Track rename of DamagePost -> DamageAdd.Eric Anholt1-1/+1
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt1-0/+66
2006-11-08remove drm stuff from libGL, this is now in libdrm 2.3.0Dave Airlie1-62/+0
2006-11-01disable debug printfBrian Paul1-3/+4
2006-11-01merge the (rest of) texmem branchKeith Whitwell1-3/+66
2006-10-16Fix bug #8563.Ian Romanick1-1/+1
2006-10-09added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul1-1/+1
2006-10-09Updates for XCB. Bug 8560.Brian Paul1-1/+1
2006-10-07Major clean up of MakeContextCurrentIan Romanick1-151/+87
2006-10-04in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul1-1/+1
2006-09-26Update to use the new XCB naming convention.Jeremy Kolb1-6/+6
2006-08-29Clean up GLX function exports.Ian Romanick1-1/+1
2006-07-15fix a memleak (that code block has been commented out for years for unknown r...Tilman Sauerbeck1-1/+1
2006-07-12fix a memleakTilman Sauerbeck1-0/+1
2006-04-11FBConfig support for EXT_tfpDavid Reveman1-0/+15
2006-04-03Coverity #468: Fill in the rest of the error_list to match the error codesAdam Jackson1-0/+4
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul1-2/+2
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick1-2/+3
2005-08-05Fixes bugzilla #1730.Ian Romanick1-1/+2
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick1-2/+2
2005-08-01Fix build problems related to finding Xthreads.h.Ian Romanick1-5/+0
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick1-2/+1
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick1-0/+4
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-0/+37
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick1-1/+1
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-169/+19