summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)Author
2007-11-06Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg
2007-11-06Don't return 0 in a void function.Kristian Høgsberg
2007-11-05Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer
2007-10-17Pull workaround for unset GLX_DRAWABLE_TYPE back in.Kristian Høgsberg
2007-10-16Handle fbconfigs and glx visuals separately.Kristian Høgsberg
2007-10-11Move enabling of DRI extensions into glxextensions.cKristian Høgsberg
2007-10-11Remove now unused getProcAddress from DRIinterfaceMethods.Kristian Høgsberg
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg
2007-10-10Implement new screen extension API.Kristian Høgsberg
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
2007-08-16suppress warning about ncon visuals (bug #6689)Roland Scheidegger
2007-04-09remove unneeded initialization code (see bug 10569)Brian
2007-04-09allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)Brian
2007-04-08Make sure GLX entrypoints are marked PUBLIC.Adam Jackson
2007-02-05fix mem leaksPanagiotis Papadakos
2007-02-01fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian
2007-01-09Track rename of DamagePost -> DamageAdd.Eric Anholt
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-11-08remove drm stuff from libGL, this is now in libdrm 2.3.0Dave Airlie
2006-11-01disable debug printfBrian Paul
2006-11-01merge the (rest of) texmem branchKeith Whitwell
2006-10-16Fix bug #8563.Ian Romanick
2006-10-09added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul
2006-10-09Updates for XCB. Bug 8560.Brian Paul
2006-10-07Major clean up of MakeContextCurrentIan Romanick
2006-10-04in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul
2006-09-26Update to use the new XCB naming convention.Jeremy Kolb
2006-08-29Clean up GLX function exports.Ian Romanick
2006-07-15fix a memleak (that code block has been commented out for years for unknown r...Tilman Sauerbeck
2006-07-12fix a memleakTilman Sauerbeck
2006-04-11FBConfig support for EXT_tfpDavid Reveman
2006-04-03Coverity #468: Fill in the rest of the error_list to match the error codesAdam Jackson
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-05Fixes bugzilla #1730.Ian Romanick
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-08-01Fix build problems related to finding Xthreads.h.Ian Romanick
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick