summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxcmds.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08DRI2: add SwapInterval supportJesse Barnes
2010-01-08DRI2: add OML_sync_control supportJesse Barnes
2010-01-03glxcmds: Fix comment about __DRI_ALLOCATEJeremy Huddleston
2009-11-06GLX: Change GLX client vendor string to "Mesa Project and SGI"Ian Romanick
2009-10-22glx: don't destroy context immediately if it's currently boundBrian Paul
2009-09-30glx: fix glXQueryContext(GLX_RENDER_TYPE)Brian Paul
2009-09-29glx: indentation fixesBrian Paul
2009-08-30Merge branch 'mesa_7_5_branch'Michel Dänzer
2009-08-30glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer
2009-08-21glx: initialize some local vars to silence warnings with -O3Brian Paul
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-08-11glx: fix signedness warningRALOVICH, Kristóf
2009-06-30glx: fix null pointer dereference segfault (bug 22546)Brian Paul
2009-06-19Also release direct rendering resources in glXDestroyGLXPixmap.Michel Dänzer
2009-05-12glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.Michel Dänzer
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane
2009-01-18glx: gcc 2.95 build fix (move declaration before code)Brian Paul
2008-11-26glx: remove XCB debug leftoverRALOVICH, Kristóf
2008-11-26glx: xcbified glXSwapBuffersRALOVICH, Kristóf
2008-11-26glx: xcbified __glXClientInfoRALOVICH, Kristóf
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf
2008-11-26glx: xcbified __glXIsDirectRALOVICH, Kristóf
2008-11-26glx: use __glXQueryServerStringRALOVICH, Kristóf
2008-11-12glFlush before CopySubBuffer, fix coordinates and extension name typo.Kristian Høgsberg
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-14Update DRI2 implementation according to new specification.Kristian Høgsberg
2008-10-14Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxcmds.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-08-20glx: free vertex array state when context is destroyedKristof Ralovich
2008-08-08glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston
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-10Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg
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-08Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg
2008-02-29Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg