summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri/dri.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Don't map the front buffer in libdri if the ddx driver doesn't set the size.Kristian Høgsberg1-30/+40
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer1-42/+97
2007-06-25Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.Michel Dänzer1-7/+9
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer1-7/+12
2007-06-11DRITreeTraversal: Stop walking tree when we've seen all DRI windows.Michel Dänzer1-3/+8
2007-05-22DRI: Add TexOffset driver hooks.Michel Dänzer1-0/+13
2007-04-19libdri: Make sure the new DRIInfo keepFDOpen member is honoured.Thomas Hellstrom1-0/+3
2007-04-16Changes for single-entity multi-screen DRI.Thomas Hellstrom1-172/+336
2007-03-09Ensure domain is stripped from the bus ID.Jay Estabrook1-2/+4
2007-02-20DRI: Make sure number of DRI windows is accurate in driver ClipNotify hook.Michel Dänzer1-5/+5
2007-02-20DRI: New ClipNotify driver hook.Michel Dänzer1-0/+55
2007-02-20Track number of visible DRI windows separately for transitions.Michel Dänzer1-24/+56
2006-11-18dri: setup libdrm hooks as early as possible.Dave Airlie1-4/+2
2006-11-13DRI: call drmSetServerInfo() before drmOpen().George Sapountzis1-2/+4
2006-11-09make X server use system libdrm - this requires libdrm >= 2.3.0Dave Airlie1-0/+94
2006-09-27Push information about cliprects of DRI windows to the DRM.Michel Dänzer1-2/+20
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-7/+1
2006-04-03Coverity #983: Move some risky debugging code inside #ifdef DEBUG.Adam Jackson1-2/+0
2006-03-29More warning cleanup.Adam Jackson1-0/+4
2006-03-15Fix DRIExtensionInit() to not register callbacks when it hasn't beenBenjamin Herrenschmidt1-1/+1
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-2/+2
2006-02-14DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying onBenjamin Herrenschmidt1-4/+0
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-4/+0
2006-01-06Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, soAdam Jackson1-26/+7
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson1-97/+0
2005-09-13Bug #3284: Make the DRI lock reference count per-screen.Adam Jackson1-7/+6
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-05-18Bug #3066: Promote frameBufferPhysicalAddress to pointer from CARD32; bumpAdam Jackson1-8/+6
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the versionAdam Jackson1-3/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-12-08//bugs.freedesktop.org/show_bug.cgi?id=1361) attachment #1287Roland Mainz1-0/+9
2004-07-30Fix static build.Egbert Eich1-1/+1
2004-07-30Fix "DoLoadableServer NO" buildKevin E Martin1-0/+1
2004-07-26Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules.Adam Jackson1-2/+2
2004-06-16Merge DRI-trunk-20040613 changes in programs/Xserver/GL.Eric Anholt1-2/+2
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613Eric Anholt1-32/+109
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt1-4/+4
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
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley1-3/+3
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/+2117