| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -1060/+0 |
* | glx: Fix SwapBuffers regression introduced by 01923fb72d. | Francisco Jerez | 2010-02-08 | 1 | -0/+1 |
* | glx: permit building with older protocol headers | Keith Whitwell | 2010-02-08 | 1 | -0/+11 |
* | glx: Remove unnecessary headers. | Vinson Lee | 2010-02-01 | 1 | -1/+0 |
* | mesa: misc GLX_INTEL_swap_event fixes | Robert Bragg | 2010-01-25 | 1 | -4/+3 |
* | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes | 2010-01-08 | 1 | -2/+89 |
* | glx: Move declaration outside for loop. | Vinson Lee | 2009-12-23 | 1 | -2/+3 |
* | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf | 2009-08-13 | 1 | -30/+31 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-30 | 1 | -0/+6 |
|\ |
|
| * | glx: properly release DRI configs | RALOVICH, Kristóf | 2009-07-28 | 1 | -0/+6 |
* | | glx: remove XTHREADS support | RALOVICH, Kristóf | 2009-07-27 | 1 | -11/+0 |
|/ |
|
* | mesa: Resurrect SPARC asm code. | David S. Miller | 2009-02-26 | 1 | -86/+0 |
* | Revert "glx: xcbified visual and FBConfig choosing" | RALOVICH, Kristóf | 2008-11-27 | 1 | -103/+6 |
* | Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX" | RALOVICH, Kristóf | 2008-11-27 | 1 | -0/+58 |
* | glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX | RALOVICH, Kristóf | 2008-11-26 | 1 | -58/+0 |
* | glx: xcbified visual and FBConfig choosing | RALOVICH, Kristóf | 2008-11-26 | 1 | -6/+103 |
* | glx: no graphics context during initialization | RALOVICH, Kristóf | 2008-11-26 | 1 | -2/+2 |
* | glx: use __glXQueryServerString | RALOVICH, Kristóf | 2008-11-26 | 1 | -6/+2 |
* | glx: implement QueryVersion using XCB | RALOVICH, Kristóf | 2008-11-26 | 1 | -1/+22 |
* | Don't mess with emacs tab width. | Kristian Høgsberg | 2008-11-11 | 1 | -1/+0 |
* | glx: indent -br -i3 -npcs --no-tabs glxext.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -689/+704 |
* | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 2008-10-13 | 1 | -0/+1 |
* | glx: make INIT_MESA_SPARC more robust | RALOVICH, Kristóf | 2008-10-13 | 1 | -8/+8 |
* | Update to SGI FreeB 2.0. | Adam Jackson | 2008-09-19 | 1 | -35/+28 |
* | glx: remove #include "glheader.h" lines | Brian Paul | 2008-09-18 | 1 | -1/+1 |
* | glx: free driScreen in FreeScreenConfigs() | Kristof Ralovich | 2008-08-20 | 1 | -0/+3 |
* | fix mem leak (free psc->visuals) | Kristof Ralovich | 2008-08-20 | 1 | -3/+6 |
* | glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection | Jeremy Huddleston | 2008-08-08 | 1 | -1/+1 |
* | glx: add LIBGL_ALWAYS_SOFTWARE | George Sapountzis | 2008-07-07 | 1 | -2/+9 |
* | glx: load swrast_dri.so | George Sapountzis | 2008-06-13 | 1 | -1/+13 |
* | glx: split out current context code | George Sapountzis | 2008-04-23 | 1 | -495/+16 |
* | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 1 | -24/+42 |
* | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao | 2008-03-18 | 1 | -2/+2 |
* | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg | 2008-03-12 | 1 | -2/+17 |
* | Add another missing check for uninitialized DRI. | Kristian Høgsberg | 2008-03-12 | 1 | -1/+2 |
* | Only try to call DRI function if DRI got initialized properly. | Kristian Høgsberg | 2008-03-10 | 1 | -1/+2 |
* | remove extra #include of assert.h (bug 14932) | Brian | 2008-03-10 | 1 | -1/+0 |
* | Use _X_HIDDEN to hide a bunch of leaked symbols. | Kristian Høgsberg | 2008-03-08 | 1 | -22/+22 |
* | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -45/+20 |
* | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -39/+6 |
* | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg | 2008-03-08 | 1 | -8/+8 |
* | Convert driCreateScreen and driDestroyScreen to function pointers. | Kristian Høgsberg | 2008-03-08 | 1 | -2/+2 |
* | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -8/+5 |
* | Make __glXCloseDisplay static instead of prototyping it to avoid warning. | Kristian Høgsberg | 2008-03-08 | 1 | -9/+1 |
* | Simplify dri loading code by eliminating dlopen "cache". | Kristian Høgsberg | 2008-03-08 | 1 | -10/+1 |
* | libGL: Consolidate DRI initialization in dri_glx.c | Kristian Høgsberg | 2008-03-08 | 1 | -406/+2 |
* | Update libGL DRI loader to latest DRI interface changes. | Kristian Høgsberg | 2008-02-29 | 1 | -7/+22 |
* | Fix compilation for !GLX_DIRECT_RENDERING. | Kristian Høgsberg | 2007-11-06 | 1 | -1/+1 |
* | Don't return 0 in a void function. | Kristian Høgsberg | 2007-11-06 | 1 | -2/+2 |
* | Filter both visuals and fbconfigs against driver supported configs. | Kristian Høgsberg | 2007-11-05 | 1 | -6/+3 |