summaryrefslogtreecommitdiff
path: root/GL/glx/glxscreens.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-184/+0
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg1-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-18Separate handling of GLX visuals and GLX FBConfigs.Kristian Høgsberg1-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-12Implement GLX pbuffers.Kristian Høgsberg1-0/+1
2007-10-12Move hyperpipe and swapbarrier extension funcs to screen private struct.Kristian Høgsberg1-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-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg1-8/+2
2007-04-14glx: drop stray CAPI define.George Sapountzis1-3/+0
SI imports/exports were dropped from Mesa.
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick1-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-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-06Move createDrawable from __GLXcontext to __GLXscreen.Kristian Høgsberg1-4/+9
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-23/+13
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-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-16Merge DRI-trunk-20040613 changes in programs/Xserver/GL.Eric Anholt1-1/+1
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613Eric Anholt1-1/+5
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt1-1/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+95