summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri/xf86dri.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-5/+6
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith1-54/+58
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-5/+7
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-13/+12
2012-03-21Introduce a consistent coding styleKeith Packard1-259/+214
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-14/+10
2011-04-24hw/xfree86/dri: remove duplicated includesNicolas Kaiser1-1/+0
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-43/+27
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-12/+12
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+4
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+4
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith1-1/+1
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer1-7/+7
2009-01-11xfree86: don't mix declarations and codeJulien Cristau1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2007-10-29Set up visuals for the existing X visuals.Kristian Høgsberg1-2/+0
2007-10-18Drop VisualConfigPriv support from the DRI module.Kristian Høgsberg1-11/+1
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer1-7/+4
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer1-3/+31
2006-12-15Convert callers of SecurityLookupDrawable() to dixLookupDrawable().Eamon Walsh1-19/+16
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-3/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-24Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.Michel Dänzer1-7/+30
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-3/+2
2005-11-18Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes.Eric Anholt1-0/+8
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson1-67/+1
2005-08-15Egbert's 64bit fixes for mixed 32/64bit clientsAlan Hourihane1-8/+0
2005-07-15Fix the *-config.h includes for the files that have moved in the modularKevin E Martin1-2/+2
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-07-30Fix static build.Egbert Eich1-1/+1
2004-07-30Fix "DoLoadableServer NO" buildKevin E Martin1-0/+1
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-10/+10
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_0Egbert 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-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-2/+2
2003-11-14Initial revisionKaleb Keithley1-0/+710