summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp11-146/+140
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp3-3/+3
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp4-6/+6
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp4-24/+25
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 Sharp3-6/+5
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp1-11/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov166-1055/+1055
2010-05-12dri2: Copy front to fake front in swapbufferKristian Høgsberg1-0/+10
2010-05-11XQuartz GL: Fix __glXAquaScreenCreateDrawable prototypeJeremy Huddleston1-4/+6
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-08dmxBERestoreRenderGlyph was passing wrong value to freeKeith Packard1-1/+1
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp1-4/+2
2010-05-04XQuartz: add new localization files to EXTRA_DISTJulien Cristau1-0/+4
2010-05-03Fix cursor ref counting mistakes with sprites and xf86Cursor.cKeith Packard1-0/+2
2010-05-02XQuartz GLX: Change around includes for better compatability with different O...Jeremy Huddleston2-1/+4
2010-05-02x-list.c: null-returning function malloc() was called without checkingOliver McFadden1-0/+1
2010-04-30Merge remote branch 'jamey/for-keith'Keith Packard2-70/+40
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard1-1/+1
2010-04-30Merge remote branch 'yselkowitz/master'Keith Packard6-3573/+18
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard15-612/+290
2010-04-30xfree86: a missing input driver is not an error.Peter Hutterer1-1/+1
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY16-1945/+2779
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-27Make Xvfb independent of MAXSCREENS.Jamey Sharp1-5/+11
2010-04-27Xvfb: Simplify screen option processing.Jamey Sharp1-64/+27
2010-04-27Delete redundant scrnum field from Xvfb private screen-info struct.Jamey Sharp1-4/+2
2010-04-27Track screens' installed colormaps as screen privates.Jamey Sharp2-23/+22
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-26dmx: use silent rules in docYaakov Selkowitz1-4/+4
2010-04-26dmx: Ignore linuxdoc generated docsYaakov Selkowitz3-3568/+8
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-23Xwin: make screens structures run-time adjustableJon TURNEY5-21/+23
2010-04-23Xwin: Simplify screen option processingJon TURNEY5-487/+158
2010-04-23xfree86: track screens' installed colormaps as screen privatesTiago Vignatti3-33/+32
2010-04-23fb: track screens' installed colormaps as screen privates.Jamey Sharp2-23/+22
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