| Commit message (Expand) | Author | Age | Files | Lines |
* | dri2: support glXWaitX & glXWaitGL by using fake front buffer. | Alan Hourihane | 2009-02-16 | 1 | -6/+18 |
* | glx: gcc 2.95 build fix (move declaration before code) | Brian Paul | 2009-01-18 | 1 | -3/+7 |
* | glx: remove XCB debug leftover | RALOVICH, Kristóf | 2008-11-26 | 1 | -4/+0 |
* | glx: xcbified glXSwapBuffers | RALOVICH, Kristóf | 2008-11-26 | 1 | -1/+8 |
* | glx: xcbified __glXClientInfo | RALOVICH, Kristóf | 2008-11-26 | 1 | -4/+17 |
* | glx: no graphics context during initialization | RALOVICH, Kristóf | 2008-11-26 | 1 | -2/+2 |
* | glx: xcbified __glXIsDirect | RALOVICH, Kristóf | 2008-11-26 | 1 | -0/+21 |
* | glx: use __glXQueryServerString | RALOVICH, Kristóf | 2008-11-26 | 1 | -5/+3 |
* | glFlush before CopySubBuffer, fix coordinates and extension name typo. | Kristian Høgsberg | 2008-11-12 | 1 | -0/+1 |
* | 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 | -4/+3 |
* | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 2008-10-14 | 1 | -1642/+1564 |
* | glx: indent -br -i3 -npcs --no-tabs glxcmds.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -1564/+1642 |
* | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 2008-10-13 | 1 | -0/+1 |
* | Update to SGI FreeB 2.0. | Adam Jackson | 2008-09-19 | 1 | -34/+28 |
* | glx: remove #include "glheader.h" lines | Brian Paul | 2008-09-18 | 1 | -1/+0 |
* | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 1 | -1/+2 |
* | glx: free vertex array state when context is destroyed | Kristof Ralovich | 2008-08-20 | 1 | -0/+2 |
* | glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection | Jeremy Huddleston | 2008-08-08 | 1 | -0/+16 |
* | glx: split out current context code | George Sapountzis | 2008-04-23 | 1 | -10/+5 |
* | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 1 | -61/+79 |
* | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao | 2008-03-18 | 1 | -0/+2 |
* | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg | 2008-03-12 | 1 | -3/+1 |
* | Only try to call DRI function if DRI got initialized properly. | Kristian Høgsberg | 2008-03-10 | 1 | -3/+5 |
* | Use _X_HIDDEN to hide a bunch of leaked symbols. | Kristian Høgsberg | 2008-03-08 | 1 | -6/+7 |
* | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -24/+27 |
* | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -4/+4 |
* | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg | 2008-03-08 | 1 | -10/+10 |
* | Move DRI specific parts of CreateContext into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -29/+1 |
* | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -1/+1 |
* | Update libGL DRI loader to latest DRI interface changes. | Kristian Høgsberg | 2008-02-29 | 1 | -48/+0 |
* | Remove GetMSC DriverAPI function. | Kristian Høgsberg | 2008-02-25 | 1 | -10/+2 |
* | remove drawable from hash table when window is deleted (see bug 13091) | WuNian | 2007-11-27 | 1 | -0/+1 |
* | Fix compilation for !GLX_DIRECT_RENDERING. | Kristian Høgsberg | 2007-11-06 | 1 | -59/+69 |
* | Remove a couple of "deprecated" fields from __GLXcontextRec. | Kristian Høgsberg | 2007-11-06 | 1 | -7/+7 |
* | Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id. | Kristian Høgsberg | 2007-11-06 | 1 | -1/+1 |
* | Lookup visual in visual list, not fbconfig list. | Kristian Høgsberg | 2007-11-05 | 1 | -11/+15 |
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa | Jesse Barnes | 2007-10-29 | 1 | -0/+1 |
|\ |
|
| * | Remember to call XSync() before resetting X error handler. | Chris Rankin | 2007-10-29 | 1 | -0/+1 |
* | | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -17/+26 |
|/ |
|
* | Handle fbconfigs and glx visuals separately. | Kristian Høgsberg | 2007-10-16 | 1 | -3/+4 |
* | Dont add fbconfigs to array that we didn't allocate for. | Kristian Høgsberg | 2007-10-15 | 1 | -2/+4 |
* | Convert a left-over private void * to __DRIcontext *. | Kristian Høgsberg | 2007-10-11 | 1 | -2/+2 |
* | Move media stream counter entry points to new extension. | Kristian Høgsberg | 2007-10-11 | 1 | -30/+25 |
* | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -22/+18 |
* | Move GLX_MESA_allocate_memory related functions to new extension mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -20/+14 |
* | Move swap_interval to new extension mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -14/+11 |
* | Move the copySubBuffer extension over to the new mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -3/+3 |
* | Convert all DRI entrypoints to take pointers to __DRI* types. | Kristian Høgsberg | 2007-10-10 | 1 | -23/+19 |
* | Drop mostly unused __DRIid typedef. | Kristian Høgsberg | 2007-10-10 | 1 | -1/+1 |