summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-3173/+0
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes1-99/+143
2010-01-08DRI2: add SwapInterval supportJesse Barnes1-3/+34
2010-01-08DRI2: add OML_sync_control supportJesse Barnes1-96/+109
2010-01-03glxcmds: Fix comment about __DRI_ALLOCATEJeremy Huddleston1-2/+2
2009-11-06GLX: Change GLX client vendor string to "Mesa Project and SGI"Ian Romanick1-1/+1
2009-10-22glx: don't destroy context immediately if it's currently boundBrian Paul1-0/+10
2009-09-30glx: fix glXQueryContext(GLX_RENDER_TYPE)Brian Paul1-0/+6
2009-09-29glx: indentation fixesBrian Paul1-12/+13
2009-08-30Merge branch 'mesa_7_5_branch'Michel Dänzer1-0/+28
2009-08-30glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer1-0/+28
2009-08-21glx: initialize some local vars to silence warnings with -O3Brian Paul1-6/+6
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf1-1770/+1851
2009-08-11glx: fix signedness warningRALOVICH, Kristóf1-1/+1
2009-06-30glx: fix null pointer dereference segfault (bug 22546)Brian Paul1-1/+1
2009-06-19Also release direct rendering resources in glXDestroyGLXPixmap.Michel Dänzer1-0/+14
2009-05-12glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.Michel Dänzer1-16/+17
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul1-1/+2
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt1-5/+13
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane1-6/+18
2009-01-18glx: gcc 2.95 build fix (move declaration before code)Brian Paul1-3/+7
2008-11-26glx: remove XCB debug leftoverRALOVICH, Kristóf1-4/+0
2008-11-26glx: xcbified glXSwapBuffersRALOVICH, Kristóf1-1/+8
2008-11-26glx: xcbified __glXClientInfoRALOVICH, Kristóf1-4/+17
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf1-2/+2
2008-11-26glx: xcbified __glXIsDirectRALOVICH, Kristóf1-0/+21
2008-11-26glx: use __glXQueryServerStringRALOVICH, Kristóf1-5/+3
2008-11-12glFlush before CopySubBuffer, fix coordinates and extension name typo.Kristian Høgsberg1-0/+1
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg1-1/+0
2008-10-14Update DRI2 implementation according to new specification.Kristian Høgsberg1-4/+3
2008-10-14Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg1-1642/+1564
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxcmds.cRALOVICH, Kristóf1-1564/+1642
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-09-19Update to SGI FreeB 2.0.Adam Jackson1-34/+28
2008-09-18glx: remove #include "glheader.h" linesBrian Paul1-1/+0
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg1-1/+2
2008-08-20glx: free vertex array state when context is destroyedKristof Ralovich1-0/+2
2008-08-08glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston1-0/+16
2008-04-23glx: split out current context codeGeorge Sapountzis1-10/+5
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-61/+79
2008-03-18glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao1-0/+2
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg1-3/+1
2008-03-10Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg1-3/+5
2008-03-08Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg1-6/+7
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg1-24/+27
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg1-4/+4
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg1-10/+10
2008-03-08Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg1-29/+1
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg1-1/+1
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg1-48/+0