summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03glx: fix regression with GLX_USE_GLmesa_7_7_branchBrian Paul1-0/+4
2010-04-23Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfigIan Romanick1-0/+2
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-79/+10
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-5/+5
2010-04-01apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston1-5/+74
2009-12-23glx: Move declaration outside for loop.Vinson Lee1-2/+3
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf1-30/+31
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul1-0/+6
2009-07-28glx: properly release DRI configsRALOVICH, Kristóf1-0/+6
2009-07-27glx: remove XTHREADS supportRALOVICH, Kristóf1-11/+0
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller1-86/+0
2008-11-27Revert "glx: xcbified visual and FBConfig choosing"RALOVICH, Kristóf1-103/+6
2008-11-27Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX"RALOVICH, Kristóf1-0/+58
2008-11-26glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIXRALOVICH, Kristóf1-58/+0
2008-11-26glx: xcbified visual and FBConfig choosingRALOVICH, Kristóf1-6/+103
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf1-2/+2
2008-11-26glx: use __glXQueryServerStringRALOVICH, Kristóf1-6/+2
2008-11-26glx: implement QueryVersion using XCBRALOVICH, Kristóf1-1/+22
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg1-1/+0
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxext.cRALOVICH, Kristóf1-689/+704
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-10-13glx: make INIT_MESA_SPARC more robustRALOVICH, Kristóf1-8/+8
2008-09-19Update to SGI FreeB 2.0.Adam Jackson1-35/+28
2008-09-18glx: remove #include "glheader.h" linesBrian Paul1-1/+1
2008-08-20glx: free driScreen in FreeScreenConfigs()Kristof Ralovich1-0/+3
2008-08-20fix mem leak (free psc->visuals)Kristof Ralovich1-3/+6
2008-08-08glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston1-1/+1
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