summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez
2010-02-08glx: permit building with older protocol headersKeith Whitwell
2010-02-01glx: Remove unnecessary headers.Vinson Lee
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes
2009-12-23glx: Move declaration outside for loop.Vinson Lee
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28glx: properly release DRI configsRALOVICH, Kristóf
2009-07-27glx: remove XTHREADS supportRALOVICH, Kristóf
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller
2008-11-27Revert "glx: xcbified visual and FBConfig choosing"RALOVICH, Kristóf
2008-11-27Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX"RALOVICH, Kristóf
2008-11-26glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIXRALOVICH, Kristóf
2008-11-26glx: xcbified visual and FBConfig choosingRALOVICH, Kristóf
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf
2008-11-26glx: use __glXQueryServerStringRALOVICH, Kristóf
2008-11-26glx: implement QueryVersion using XCBRALOVICH, Kristóf
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxext.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-10-13glx: make INIT_MESA_SPARC more robustRALOVICH, Kristóf
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-08-20glx: free driScreen in FreeScreenConfigs()Kristof Ralovich
2008-08-20fix mem leak (free psc->visuals)Kristof Ralovich
2008-08-08glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston
2008-07-07glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis
2008-06-13glx: load swrast_dri.soGeorge Sapountzis
2008-04-23glx: split out current context codeGeorge Sapountzis
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-03-18glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg
2008-03-12Add another missing check for uninitialized DRI.Kristian Høgsberg
2008-03-10Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg
2008-03-10remove extra #include of assert.h (bug 14932)Brian
2008-03-08Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg
2008-03-08Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg
2008-03-08Make __glXCloseDisplay static instead of prototyping it to avoid warning.Kristian Høgsberg
2008-03-08Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg
2008-03-08libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg
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