summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp22-164/+181
2010-05-13Don't statically allocate the ChangeGC parameter array.Jamey Sharp1-17/+12
2010-05-13Simplify miFillPolyHelper and miLineArc.Jamey Sharp1-52/+27
2010-05-13miwideline: Factor out span buffer allocation.Jamey Sharp1-74/+32
2010-05-13xselinux: Remove use of devPrivates init/free callbacks.Eamon Walsh2-46/+5
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston5-44/+24
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg5-11/+106
2010-05-13Remove ResNoAvoid definition, missed in the RAC removalAlan Coopersmith1-3/+0
2010-05-12CreateGC: Pass current client on to ChangeGC.Jamey Sharp1-1/+1
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp9-33/+18
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp14-92/+40
2010-05-12doPolyText needs UseAccess to each font, not ReadAccess.Jamey Sharp1-1/+1
2010-05-12Merge remote branch 'dottedmag/for-keithp'Keith Packard7-35/+40
2010-05-13Misc coding style cleanupMikhail Gusarov1-4/+4
2010-05-13Remove useless castsMikhail Gusarov1-12/+13
2010-05-13Fix code style: extra whitespace before ()Mikhail Gusarov1-1/+1
2010-05-13Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)Mikhail Gusarov1-2/+7
2010-05-13Mark OsAbort as noreturn function to make gcc happier.Mikhail Gusarov1-1/+1
2010-05-13Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gccMikhail Gusarov3-7/+9
2010-05-13Do not jump through the hoops to deallocate xkbbasedirflag variableMikhail Gusarov1-5/+3
2010-05-13Turn sprintf argument into literaral string, shutting up gcc warningMikhail Gusarov1-3/+2
2010-05-13Do not use deprecated Xalloc functionMikhail Gusarov1-1/+1
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp4-22/+11
2010-05-13Removed outdated comments obsoleted by documentation in headersMikhail Gusarov1-27/+0
2010-05-13Use lowercase variant of XNFalloc and XstrdupMikhail Gusarov2-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov345-3011/+3011
2010-05-13Deprecate allocation functions which are plain wrappers for C stdlibMikhail Gusarov1-4/+5
2010-05-13Document allocation functions, noting deviations from C libraryMikhail Gusarov1-0/+36
2010-05-13Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggageMikhail Gusarov2-71/+51
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-11Remember drawable ID used to find damage target for use in events. Bug 5730.Keith Packard2-1/+3
2010-05-11Merge remote branch 'krh/dri2-resource-fixes'Keith Packard10-48/+182
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øgsberg8-44/+164
2010-05-11list.h: Add list_for_each_entry_safe()Kristian Høgsberg1-0/+6
2010-05-11glxdri2: Hard-code the extension version we needKristian Høgsberg1-3/+3
2010-05-11dix: Update element count in FreeResource*()Kristian Høgsberg1-1/+9
2010-05-11xfree86: dga needs to use the master keyboard state (#27573)Peter Hutterer1-1/+3
2010-05-10Fix wrong bracket values when startOver = FALSE.David James1-11/+8
2010-05-10Merge remote branch 'jamey/for-keith'Keith Packard4-146/+120
2010-05-10Simplify error-handling in dixChangeGC.Jamey Sharp1-71/+46
2010-05-10miPolyPoint bugfix: Check memory allocation before changing the GC.Jamey Sharp1-2/+3
2010-05-10Move AppendSpanGroup from miwideline.h to miwideline.c.Jamey Sharp2-27/+30
2010-05-10Expand macros that are used only in miFillPolyHelper.Jamey Sharp2-46/+41
2010-05-08dmxBERestoreRenderGlyph was passing wrong value to freeKeith Packard1-1/+1
2010-05-07mi: Delete wide ellipse arc cacheAdam Jackson1-107/+11
2010-05-07Return BadPicture, not BadPixmap, if alpha-map is invalid.Jamey Sharp1-1/+1
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp4-98/+53
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp5-48/+33