Age | Commit message (Expand) | Author |
2009-08-13 | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf |
2009-07-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-28 | glx: cache DRI configs in __GLXscreenConfigsRec | RALOVICH, Kristóf |
2009-07-27 | glx: remove XTHREADS support | RALOVICH, Kristóf |
2009-04-02 | glx: MakeCurrent fixes. | Thomas Hellstrom |
2009-03-25 | Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff... | Michel Dänzer |
2009-03-20 | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt |
2009-02-23 | glx: add support for a reallyFlush() function before swap occurs. | Alan Hourihane |
2009-02-16 | dri2: support glXWaitX & glXWaitGL by using fake front buffer. | Alan Hourihane |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-02-02 | dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers. | Eric Anholt |
2008-11-28 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-26 | glx: no graphics context during initialization | RALOVICH, Kristóf |
2008-11-26 | glx: implement __glXGetString, hide __glXGetStringFromServer | RALOVICH, Kristóf |
2008-11-26 | glx: implement __glXQueryServerString using XCB | RALOVICH, Kristóf |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg |
2008-10-15 | Update DRI2 implementation according to new specification. | Kristian Høgsberg |
2008-10-15 | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf |
2008-10-15 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf |
2008-10-14 | Update DRI2 implementation according to new specification. | Kristian Høgsberg |
2008-10-14 | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-19 | Update to SGI FreeB 2.0. | Adam Jackson |
2008-09-18 | glx: added "glapi/" prefix to include | Brian |
2008-09-18 | glx: remove #include "glheader.h" lines | Brian Paul |
2008-09-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-20 | glx: free vertex array state when context is destroyed | Kristof Ralovich |
2008-08-08 | glx/x11: Fix missing __GL_EXT_BYTES declaration | Jeremy Huddleston |
2008-07-11 | glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regul... | Brian Paul |
2008-06-13 | glx: load swrast_dri.so | George Sapountzis |
2008-06-12 | revert the DRI2 commits | Alan Hourihane |
2008-06-11 | Bring in DRI2 changes | Alan Hourihane |
2008-05-26 | Remove CVS keywords. | José Fonseca |
2008-04-23 | glx: split out current context code | George Sapountzis |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-18 | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao |
2008-03-12 | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg |
2008-03-08 | Move DRI context functions into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg |
2008-03-08 | Move DRI specific parts of CreateContext into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Convert driCreateScreen and driDestroyScreen to function pointers. | Kristian Høgsberg |
2008-03-08 | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Simplify dri loading code by eliminating dlopen "cache". | Kristian Høgsberg |