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