Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-13 | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf | |
Some manual intervention applied since XEXT_* and other macro magic fooled indent. Auto generated files were also skipped. | |||
2009-06-12 | Disable SGI_swap_control extension for DRI2 | Owen W. Taylor | |
We currently don't have support for SGI_swap_control for direct contexts with DRI2, so disable reporting the extension. Reporting the extension, and then having glXSwapIntervalSGI() "succeed" but do nothing can confuse applications. https://bugs.freedesktop.org/show_bug.cgi?id=22123 | |||
2009-02-23 | glx: add support for a reallyFlush() function before swap occurs. | Alan Hourihane | |
2008-11-12 | glFlush before CopySubBuffer, fix coordinates and extension name typo. | Kristian Høgsberg | |
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | |
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 | |
Why are we reindenting code that's work in progress... | |||
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs dri_common.c | RALOVICH, Kristóf | |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | |
2008-09-18 | glx: remove #include "glheader.h" lines | Brian Paul | |
Was only used to get the PUBLIC/USED macros. Also, replace "GL_FALSE" with "False" in a couple places. | |||
2008-07-13 | glx/dri: only report DRI2 extensions when DRI2 is enabled. | Dave Airlie | |
Fixes bug 15477 | |||
2008-06-09 | glx: add dri_common.c ala xserver | George Sapountzis | |
also drop driFilterModes which is unused in preparation of loading swrast_dri.so |