| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-28 | 1 | -2/+4 |
|\ |
|
| * | glx: no graphics context during initialization | RALOVICH, Kristóf | 2008-11-26 | 1 | -2/+4 |
| * | glx: implement __glXGetString, hide __glXGetStringFromServer | RALOVICH, Kristóf | 2008-11-26 | 1 | -5/+1 |
| * | glx: implement __glXQueryServerString using XCB | RALOVICH, Kristóf | 2008-11-26 | 1 | -0/+4 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 1 | -1/+0 |
|\| |
|
| * | Don't mess with emacs tab width. | Kristian Høgsberg | 2008-11-11 | 1 | -1/+0 |
| * | Update DRI2 implementation according to new specification. | Kristian Høgsberg | 2008-10-14 | 1 | -1/+3 |
| * | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 2008-10-14 | 1 | -188/+173 |
| * | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -173/+188 |
| * | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 2008-10-13 | 1 | -0/+1 |
* | | Update DRI2 implementation according to new specification. | Kristian Høgsberg | 2008-10-15 | 1 | -1/+3 |
* | | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 2008-10-15 | 1 | -188/+173 |
* | | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf | 2008-10-15 | 1 | -173/+188 |
* | | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 2008-10-15 | 1 | -0/+1 |
* | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -33/+46 |
|\| |
|
| * | Update to SGI FreeB 2.0. | Adam Jackson | 2008-09-19 | 1 | -33/+28 |
| * | glx: added "glapi/" prefix to include | Brian | 2008-09-18 | 1 | -1/+1 |
| * | glx: remove #include "glheader.h" lines | Brian Paul | 2008-09-18 | 1 | -0/+17 |
* | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 1 | -1/+4 |
|\| |
|
| * | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 1 | -1/+4 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regul... | Brian Paul | 2008-07-11 | 1 | -0/+2 |
| * | revert the DRI2 commits | Alan Hourihane | 2008-06-12 | 1 | -109/+62 |
| * | Bring in DRI2 changes | Alan Hourihane | 2008-06-11 | 1 | -62/+109 |
| * | Remove CVS keywords. | José Fonseca | 2008-05-26 | 1 | -1/+0 |
* | | glx: free vertex array state when context is destroyed | Kristof Ralovich | 2008-08-20 | 1 | -2/+3 |
* | | glx/x11: Fix missing __GL_EXT_BYTES declaration | Jeremy Huddleston | 2008-08-08 | 1 | -0/+2 |
* | | glx: load swrast_dri.so | George Sapountzis | 2008-06-13 | 1 | -0/+3 |
* | | glx: split out current context code | George Sapountzis | 2008-04-23 | 1 | -4/+4 |
* | | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 1 | -12/+26 |
* | | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao | 2008-03-18 | 1 | -0/+5 |
* | | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg | 2008-03-12 | 1 | -0/+2 |
* | | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -18/+17 |
* | | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -11/+11 |
* | | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg | 2008-03-08 | 1 | -9/+15 |
* | | Move DRI specific parts of CreateContext into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -0/+5 |
* | | Convert driCreateScreen and driDestroyScreen to function pointers. | Kristian Høgsberg | 2008-03-08 | 1 | -3/+5 |
* | | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -10/+5 |
* | | Simplify dri loading code by eliminating dlopen "cache". | Kristian Høgsberg | 2008-03-08 | 1 | -20/+2 |
* | | libGL: Consolidate DRI initialization in dri_glx.c | Kristian Høgsberg | 2008-03-08 | 1 | -0/+2 |
* | | Update libGL DRI loader to latest DRI interface changes. | Kristian Høgsberg | 2008-02-29 | 1 | -3/+0 |
* | | Always call dlopen in DriverOpen. | George Nassas | 2007-12-06 | 1 | -0/+1 |
* | | Fix compilation for !GLX_DIRECT_RENDERING. | Kristian Høgsberg | 2007-11-06 | 1 | -6/+11 |
* | | Remove a couple of "deprecated" fields from __GLXcontextRec. | Kristian Høgsberg | 2007-11-06 | 1 | -21/+0 |
* | | Handle fbconfigs and glx visuals separately. | Kristian Høgsberg | 2007-10-16 | 1 | -2/+2 |
* | | Move media stream counter entry points to new extension. | Kristian Høgsberg | 2007-10-11 | 1 | -0/+4 |
* | | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -0/+4 |
* | | Move GLX_MESA_allocate_memory related functions to new extension mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -0/+4 |
* | | Move swap_interval to new extension mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -0/+4 |
* | | Move the copySubBuffer extension over to the new mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -0/+5 |