summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-07glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis1-2/+9
2008-06-13glx: load swrast_dri.soGeorge Sapountzis1-1/+13
2008-04-23glx: split out current context codeGeorge Sapountzis1-495/+16
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-24/+42
2008-03-18glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao1-2/+2
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg1-2/+17
2008-03-12Add another missing check for uninitialized DRI.Kristian Høgsberg1-1/+2
2008-03-10Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg1-1/+2
2008-03-10remove extra #include of assert.h (bug 14932)Brian1-1/+0
2008-03-08Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg1-22/+22
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg1-45/+20
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg1-39/+6
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg1-8/+8
2008-03-08Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg1-2/+2
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg1-8/+5
2008-03-08Make __glXCloseDisplay static instead of prototyping it to avoid warning.Kristian Høgsberg1-9/+1
2008-03-08Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg1-10/+1
2008-03-08libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg1-406/+2
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg1-7/+22
2007-11-06Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg1-1/+1
2007-11-06Don't return 0 in a void function.Kristian Høgsberg1-2/+2
2007-11-05Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg1-6/+3
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer1-1/+2
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