summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2010-05-14dri2: Fix xserver crash if dri2 buffer allocation fails.Pauli Nieminen2-24/+58
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp4-86/+82
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp2-3/+3
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp2-11/+12
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston1-6/+6
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg3-9/+83
2010-05-13Remove ResNoAvoid definition, missed in the RAC removalAlan Coopersmith1-3/+0
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-2/+2
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov93-657/+657
2010-05-12dri2: Copy front to fake front in swapbufferKristian Høgsberg1-0/+10
2010-05-11Merge remote branch 'krh/dri2-resource-fixes'Keith Packard3-23/+130
2010-05-11Fix null pointer dereference in xf86_reload_cursors().Cyril Brulebois1-1/+1
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg3-23/+130
2010-05-11xfree86: dga needs to use the master keyboard state (#27573)Peter Hutterer1-1/+3
2010-05-03Fix cursor ref counting mistakes with sprites and xf86Cursor.cKeith Packard1-0/+2
2010-04-30Merge remote branch 'jamey/for-keith'Keith Packard1-0/+3
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard1-1/+1
2010-04-30Merge remote branch 'yselkowitz/master'Keith Packard2-1/+6
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard7-81/+87
2010-04-30xfree86: a missing input driver is not an error.Peter Hutterer1-1/+1
2010-04-27Remove mibank supportAdam Jackson4-18/+185
2010-04-27xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+18
2010-04-27xfree86: use screen privates for exclusive DGA clients.Jamey Sharp1-33/+37
2010-04-26xf86: Don't crash when switching modes through RandR without owning the VT.Pierre-Loup A. Griffais1-2/+2
2010-04-26xfree86: Fix reference to SGML entitiesYaakov Selkowitz1-1/+1
2010-04-26xfree86: Ignore linuxdoc generated docsYaakov Selkowitz1-0/+5
2010-04-26include: remove couple of unused structures fields and bump ABITiago Vignatti1-3/+3
2010-04-23xfree86: no need to assign numScreens againTiago Vignatti1-3/+0
2010-04-23xfree86: track screens' installed colormaps as screen privatesTiago Vignatti3-33/+32
2010-04-23xfree86: use screen privates for exclusive DGA clientsJamey Sharp1-33/+37
2010-04-23xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+15
2010-04-21xfree86: fix not reached code in fi1236 driver from i2cTiago Vignatti1-4/+0
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard5-23/+7
2010-04-21xfree86: fix not reached code in tty codeTiago Vignatti1-5/+0
2010-04-21xfree86: check for NULL pointer before dereferences it in parser codeTiago Vignatti1-2/+5
2010-04-21xfree86: fix not reached code in parserTiago Vignatti1-2/+2
2010-04-21Death to Multibuffer extensionTiago Vignatti2-14/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard14-94/+0
2010-04-18Merge remote branch 'whot/for-keith'Keith Packard1-4/+4
2010-04-16DRI2: Track DRI2 drawables as resources, not privatesKristian Høgsberg2-123/+38
2010-04-16xf86ScaleAxis: support for high resolution devicesBenjamin Tissoires1-4/+4
2010-04-11xfree86: Fix priority ordering for ignoring input classesDan Nicholson1-7/+12
2010-04-07Merge remote branch 'whot/for-keith'Keith Packard5-33/+73
2010-04-08xfree86: remove dead input drivers from xorg.conf man page.Peter Hutterer1-9/+0
2010-04-08xfree86: Search for a system xorg.conf.dDan Nicholson2-2/+22
2010-04-08xfree86: Set a saner search path for xorg.conf.dDan Nicholson2-30/+8
2010-04-08xfree86: Document how -configdir affects the xorg.conf.d search pathDan Nicholson1-1/+35
2010-04-08xfree86: Allow adding sysconfdir and datadir to config search pathsDan Nicholson2-1/+17