Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-21 | Move GL/glx on level up now that it's the only thing left under GL. | Kristian Høgsberg | 1 | -184/+0 | |
2008-03-31 | Implement DRI2 direct rendering and update AIGLX to DRI interface changes. | Kristian Høgsberg | 1 | -6/+82 | |
Get rid of glcontextmodes.[ch] from build, rename __GlcontextModes to __GLXcontext. Drop all #includes of glcontextmodes.h and glcore.h. Drop the DRI context modes extension. Add protocol code to DRI2 module and load DRI2 extension by default. | |||||
2007-10-18 | Separate handling of GLX visuals and GLX FBConfigs. | Kristian Høgsberg | 1 | -6/+5 | |
XIDs for GLX visuals and FBConfigs used to be interchangable and the list of GLX visuals was identical to the list for FBConfigs. This patch splits handling of these two data types and allows the X server to pick and choose the FBConfigs that are exposed as visuals. | |||||
2007-10-12 | Implement GLX pbuffers. | Kristian Høgsberg | 1 | -0/+1 | |
2007-10-12 | Move hyperpipe and swapbarrier extension funcs to screen private struct. | Kristian Høgsberg | 1 | -0/+18 | |
This gets rid of a couple more global arrays and gets the two extensions more in line with the general extension mechanism. | |||||
2007-10-12 | Convert GLX module to use screen private indexes like everything else. | Kristian Høgsberg | 1 | -8/+2 | |
2007-04-14 | glx: drop stray CAPI define. | George Sapountzis | 1 | -3/+0 | |
SI imports/exports were dropped from Mesa. | |||||
2006-08-31 | Implement GLX_SGI_swap_control. | Ian Romanick | 1 | -0/+2 | |
Regenerate from glX_API.xml 1.2. Add infrastructure to support GLX_SGI_swap_control for AIGLX when the DRI driver enables it. Tested with R300. | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -1/+0 | |
2006-07-06 | Move createDrawable from __GLXcontext to __GLXscreen. | Kristian Høgsberg | 1 | -4/+9 | |
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 1 | -23/+13 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2004-06-16 | Merge DRI-trunk-20040613 changes in programs/Xserver/GL. | Eric Anholt | 1 | -1/+1 | |
2004-06-16 | DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613 | Eric Anholt | 1 | -1/+5 | |
2004-06-16 | DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge | Eric Anholt | 1 | -1/+1 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -1/+1 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2003-11-14 | Initial revision | Kaleb Keithley | 1 | -0/+95 | |