summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri
AgeCommit message (Expand)AuthorFilesLines
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick4-90/+162
2007-07-27Don't map the front buffer in libdri if the ddx driver doesn't set the size.Kristian Høgsberg3-32/+47
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer4-51/+106
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 Romanick6-187/+459
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer2-10/+43
2007-06-11DRITreeTraversal: Stop walking tree when we've seen all DRI windows.Michel Dänzer1-3/+8
2007-06-11DRI: Fix build warning.Michel Dänzer1-1/+1
2007-05-22DRI: Add TexOffset driver hooks.Michel Dänzer2-2/+24
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 Hellstrom4-173/+382
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick3-25/+120
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änzer3-1/+60
2007-02-20Track number of visible DRI windows separately for transitions.Michel Dänzer2-24/+58
2007-01-09Merge branch 'origin' into pci-reworkIan Romanick1-19/+16
2006-12-15Convert callers of SecurityLookupDrawable() to dixLookupDrawable().Eamon Walsh1-19/+16
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-3/+3
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick4-16/+106
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-1/+1
2006-11-18dri: setup libdrm hooks as early as possible.Dave Airlie2-4/+8
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 Airlie4-15/+99
2006-10-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-2/+20
2006-10-04Merge branch 'master' into randr-1.2Keith Packard1-2/+20
2006-09-27Push information about cliprects of DRI windows to the DRM.Michel Dänzer1-2/+20
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick6-36/+1
2006-07-21Delete internal usage of the symbol ref/req lists.Adam Jackson1-30/+1
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick2-10/+4
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson5-6/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-10/+4
2006-06-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-7/+30
2006-06-24Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.Michel Dänzer1-7/+30
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick2-8/+7
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-4/+2
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 Anholt2-7/+2
2006-01-06Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, soAdam Jackson2-26/+8
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-0/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+2
2005-11-18Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes.Eric Anholt1-0/+8
2005-11-02Fix support for enabling/disabling extensions loaded from modules.Kevin E Martin1-1/+2
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin1-1/+2
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson3-167/+1