summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri/dri.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Delete all DDXes besides xprint.Adam Jackson1-2480/+0
2008-05-01Fix an off by one read error in drmSIGIOHandler().Paulo Cesar Pereira de Andrade1-1/+1
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-36/+4
2007-10-18Drop VisualConfigPriv support from the DRI module.Kristian Høgsberg1-36/+4
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-36/+16
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick1-79/+146
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-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-182/+372
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-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-24/+113
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-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-0/+94
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-10-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-2/+20
2006-09-27Push information about cliprects of DRI windows to the DRM.Michel Dänzer1-2/+20
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-7/+1
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-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-7/+4
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