summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86VGAarbiter.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-13Merge remote branch 'jamey/reviewed'Keith Packard1-3/+0
2010-09-13VGA arbiter: No need for arbitration around CreateGC.Jamey Sharp1-2/+0
2010-09-13Delete unused devPrivate field from GCFuncs and GCOps.Jamey Sharp1-1/+0
2010-09-13xfree86: vgaarb: fix decoding stub APITiago Vignatti1-1/+1
2010-08-26xfree86: vgaarb: fix device decoding interface to send resources type properlyTiago Vignatti1-2/+3
2010-08-26xfree86: vgaarb: remove superfluous and confusing VGAGet_GC and VGAPut_GCTiago Vignatti1-44/+60
2010-08-26xfree86: vgaarb: change macros by inline functions to ease debugTiago Vignatti1-50/+50
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard1-1/+9
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-5/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-12/+0
2010-01-28xfree86: vgaarb: remove useless debugTiago Vignatti1-65/+0
2009-09-18xfree86: vgaarb: missing wrapping macroTiago Vignatti1-0/+2
2009-09-16xfree86: vgaarb: rework wrapping functionTiago Vignatti1-44/+63
2009-09-02vgaarb: protect fini as well just in caseDave Airlie1-0/+2
2009-09-02vgaarb: if arb init fails, make sure locking doesn't occur.Dave Airlie1-0/+4
2009-08-31xfree86: shut up vgaarb warnings when server doesn't support itTiago Vignatti1-2/+2
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+1151