summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxext.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-1060/+0
* glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez2010-02-081-0/+1
* glx: permit building with older protocol headersKeith Whitwell2010-02-081-0/+11
* glx: Remove unnecessary headers.Vinson Lee2010-02-011-1/+0
* mesa: misc GLX_INTEL_swap_event fixesRobert Bragg2010-01-251-4/+3
* DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-2/+89
* glx: Move declaration outside for loop.Vinson Lee2009-12-231-2/+3
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-30/+31
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-0/+6
|\
| * glx: properly release DRI configsRALOVICH, Kristóf2009-07-281-0/+6
* | glx: remove XTHREADS supportRALOVICH, Kristóf2009-07-271-11/+0
|/
* mesa: Resurrect SPARC asm code.David S. Miller2009-02-261-86/+0
* Revert "glx: xcbified visual and FBConfig choosing"RALOVICH, Kristóf2008-11-271-103/+6
* Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX"RALOVICH, Kristóf2008-11-271-0/+58
* glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIXRALOVICH, Kristóf2008-11-261-58/+0
* glx: xcbified visual and FBConfig choosingRALOVICH, Kristóf2008-11-261-6/+103
* glx: no graphics context during initializationRALOVICH, Kristóf2008-11-261-2/+2
* glx: use __glXQueryServerStringRALOVICH, Kristóf2008-11-261-6/+2
* glx: implement QueryVersion using XCBRALOVICH, Kristóf2008-11-261-1/+22
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* glx: indent -br -i3 -npcs --no-tabs glxext.cRALOVICH, Kristóf2008-10-131-689/+704
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: make INIT_MESA_SPARC more robustRALOVICH, Kristóf2008-10-131-8/+8
* Update to SGI FreeB 2.0.Adam Jackson2008-09-191-35/+28
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-1/+1
* glx: free driScreen in FreeScreenConfigs()Kristof Ralovich2008-08-201-0/+3
* fix mem leak (free psc->visuals)Kristof Ralovich2008-08-201-3/+6
* glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston2008-08-081-1/+1
* glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis2008-07-071-2/+9
* glx: load swrast_dri.soGeorge Sapountzis2008-06-131-1/+13
* glx: split out current context codeGeorge Sapountzis2008-04-231-495/+16
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-24/+42
* glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao2008-03-181-2/+2
* libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg2008-03-121-2/+17
* Add another missing check for uninitialized DRI.Kristian Høgsberg2008-03-121-1/+2
* Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg2008-03-101-1/+2
* remove extra #include of assert.h (bug 14932)Brian2008-03-101-1/+0
* Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg2008-03-081-22/+22
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-45/+20
* Move DRI drawable creation into dri_glx.c.Kristian Høgsberg2008-03-081-39/+6
* Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-081-8/+8
* Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg2008-03-081-2/+2
* Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-081-8/+5
* Make __glXCloseDisplay static instead of prototyping it to avoid warning.Kristian Høgsberg2008-03-081-9/+1
* Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg2008-03-081-10/+1
* libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg2008-03-081-406/+2
* Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg2008-02-291-7/+22
* Fix compilation for !GLX_DIRECT_RENDERING.Kristian Høgsberg2007-11-061-1/+1
* Don't return 0 in a void function.Kristian Høgsberg2007-11-061-2/+2
* Filter both visuals and fbconfigs against driver supported configs.Kristian Høgsberg2007-11-051-6/+3