summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri/dri.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-25DRI1: Make DRICreateDrawable return TRUE for pixmaps.Michel Dänzer1-1/+1
2008-11-24Notify DRI when crtc regions changeKeith Packard1-0/+19
2008-10-10dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.Maarten Maathuis1-2/+0
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+4
2008-07-04Remove deprecated function miPointerPosition().Tiago Vignatti1-1/+1
2008-05-02Merge branch 'master' into mpxPeter Hutterer1-1/+1
2008-05-01Fix an off by one read error in drmSIGIOHandler().Paulo Cesar Pereira de Andrade1-1/+1
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-36/+16
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-43/+8
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-08-12Merge branch 'master' into mpxPeter Hutterer1-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-19Merge branch 'master' into mpxPeter Hutterer1-10/+33
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-27Merge branch 'master' into mpxPeter Hutterer1-172/+339
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-19Merge branch 'master' into mpxPeter Hutterer1-2/+4
2007-03-09Ensure domain is stripped from the bus ID.Jay Estabrook1-2/+4
2007-03-05Merge branch 'master' into mpxPeter Hutterer1-24/+111
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-12-05Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into mpxPeter Hutterer1-4/+2
2006-11-23mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer1-1/+2
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