summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
2010-01-08DRI2: add SwapInterval supportJesse Barnes
2010-01-08DRI2: add OML_sync_control supportJesse Barnes
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28glx: cache DRI configs in __GLXscreenConfigsRecRALOVICH, Kristóf
2009-07-27glx: remove XTHREADS supportRALOVICH, Kristóf
2009-04-02glx: MakeCurrent fixes.Thomas Hellstrom
2009-03-25Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-02-23glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-02dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers.Eric Anholt
2008-11-28Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf
2008-11-26glx: implement __glXGetString, hide __glXGetStringFromServerRALOVICH, Kristóf
2008-11-26glx: implement __glXQueryServerString using XCBRALOVICH, Kristóf
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-15Update DRI2 implementation according to new specification.Kristian Høgsberg
2008-10-15Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxclient.hRALOVICH, Kristóf
2008-10-15glx: add a line of Emacs helping variablesRALOVICH, Kristóf
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 glxclient.hRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-09-18glx: added "glapi/" prefix to includeBrian
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
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: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston
2008-07-11glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regul...Brian Paul
2008-06-13glx: load swrast_dri.soGeorge Sapountzis
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-05-26Remove CVS keywords.José Fonseca
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-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