Age | Commit message (Expand) | Author | Files | Lines |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 1 | -3173/+0 |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes | 1 | -99/+143 |
2010-01-08 | DRI2: add SwapInterval support | Jesse Barnes | 1 | -3/+34 |
2010-01-08 | DRI2: add OML_sync_control support | Jesse Barnes | 1 | -96/+109 |
2010-01-03 | glxcmds: Fix comment about __DRI_ALLOCATE | Jeremy Huddleston | 1 | -2/+2 |
2009-11-06 | GLX: Change GLX client vendor string to "Mesa Project and SGI" | Ian Romanick | 1 | -1/+1 |
2009-10-22 | glx: don't destroy context immediately if it's currently bound | Brian Paul | 1 | -0/+10 |
2009-09-30 | glx: fix glXQueryContext(GLX_RENDER_TYPE) | Brian Paul | 1 | -0/+6 |
2009-09-29 | glx: indentation fixes | Brian Paul | 1 | -12/+13 |
2009-08-30 | Merge branch 'mesa_7_5_branch' | Michel Dänzer | 1 | -0/+28 |
2009-08-30 | glx/x11: Fix glXCreateGLXPixmap for direct rendering. | Michel Dänzer | 1 | -0/+28 |
2009-08-21 | glx: initialize some local vars to silence warnings with -O3 | Brian Paul | 1 | -6/+6 |
2009-08-13 | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf | 1 | -1770/+1851 |
2009-08-11 | glx: fix signedness warning | RALOVICH, Kristóf | 1 | -1/+1 |
2009-06-30 | glx: fix null pointer dereference segfault (bug 22546) | Brian Paul | 1 | -1/+1 |
2009-06-19 | Also release direct rendering resources in glXDestroyGLXPixmap. | Michel Dänzer | 1 | -0/+14 |
2009-05-12 | glXChooseVisual: Only consider fbconfig if we can get the corresponding visual. | Michel Dänzer | 1 | -16/+17 |
2009-04-15 | glx: added null pointer check in glXGetFBConfigs() | Brian Paul | 1 | -1/+2 |
2009-03-20 | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt | 1 | -5/+13 |
2009-02-16 | dri2: support glXWaitX & glXWaitGL by using fake front buffer. | Alan Hourihane | 1 | -6/+18 |
2009-01-18 | glx: gcc 2.95 build fix (move declaration before code) | Brian Paul | 1 | -3/+7 |
2008-11-26 | glx: remove XCB debug leftover | RALOVICH, Kristóf | 1 | -4/+0 |
2008-11-26 | glx: xcbified glXSwapBuffers | RALOVICH, Kristóf | 1 | -1/+8 |
2008-11-26 | glx: xcbified __glXClientInfo | RALOVICH, Kristóf | 1 | -4/+17 |
2008-11-26 | glx: no graphics context during initialization | RALOVICH, Kristóf | 1 | -2/+2 |
2008-11-26 | glx: xcbified __glXIsDirect | RALOVICH, Kristóf | 1 | -0/+21 |
2008-11-26 | glx: use __glXQueryServerString | RALOVICH, Kristóf | 1 | -5/+3 |
2008-11-12 | glFlush before CopySubBuffer, fix coordinates and extension name typo. | Kristian Høgsberg | 1 | -0/+1 |
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | 1 | -1/+0 |
2008-10-14 | Update DRI2 implementation according to new specification. | Kristian Høgsberg | 1 | -4/+3 |
2008-10-14 | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 1 | -1642/+1564 |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs glxcmds.c | RALOVICH, Kristóf | 1 | -1564/+1642 |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 1 | -0/+1 |
2008-09-19 | Update to SGI FreeB 2.0. | Adam Jackson | 1 | -34/+28 |
2008-09-18 | glx: remove #include "glheader.h" lines | Brian Paul | 1 | -1/+0 |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 1 | -1/+2 |
2008-08-20 | glx: free vertex array state when context is destroyed | Kristof Ralovich | 1 | -0/+2 |
2008-08-08 | glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection | Jeremy Huddleston | 1 | -0/+16 |
2008-04-23 | glx: split out current context code | George Sapountzis | 1 | -10/+5 |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 1 | -61/+79 |
2008-03-18 | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao | 1 | -0/+2 |
2008-03-12 | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg | 1 | -3/+1 |
2008-03-10 | Only try to call DRI function if DRI got initialized properly. | Kristian Høgsberg | 1 | -3/+5 |
2008-03-08 | Use _X_HIDDEN to hide a bunch of leaked symbols. | Kristian Høgsberg | 1 | -6/+7 |
2008-03-08 | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | 1 | -24/+27 |
2008-03-08 | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg | 1 | -4/+4 |
2008-03-08 | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg | 1 | -10/+10 |
2008-03-08 | Move DRI specific parts of CreateContext into dri_glx.c. | Kristian Høgsberg | 1 | -29/+1 |
2008-03-08 | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg | 1 | -1/+1 |
2008-02-29 | Update libGL DRI loader to latest DRI interface changes. | Kristian Høgsberg | 1 | -48/+0 |