summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Replace padlength tables with inline functions from misc.hc99-initAlan Coopersmith5-13/+50
2012-07-09ephyrGLXQueryServerString: Stop making an unused copy of server_stringAlan Coopersmith1-11/+1
2012-07-09Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-07-09Set padding bytes to 0 in WriteToClientAlan Coopersmith1-1/+5
2012-07-09Use C99 designated initializers in dix registryAlan Coopersmith1-3/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith23-319/+321
2012-07-09Use C99 designated initializers in dix EventsAlan Coopersmith10-206/+204
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith4-261/+302
2012-07-09Use C99 designated initializers in Xephyr RepliesAlan Coopersmith2-84/+99
2012-07-09Use C99 designated initializers in dmx RepliesAlan Coopersmith4-161/+216
2012-07-09Use C99 designated initializers in randr RepliesAlan Coopersmith7-159/+204
2012-07-09Use C99 designated initializers in xkb RepliesAlan Coopersmith1-160/+164
2012-07-09Use C99 designated initializers in glx RepliesAlan Coopersmith3-55/+75
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith7-59/+73
2012-07-09Use C99 designated initializers in Xinput RepliesAlan Coopersmith28-174/+226
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith17-378/+471
2012-07-09Use C99 designated initializers in dix RepliesAlan Coopersmith7-220/+265
2012-07-09Use C99 designated initializers in SendErrorToClientAlan Coopersmith1-8/+7
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith9-13/+15
2012-07-09xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuffAlan Coopersmith2-41/+52
2012-07-09ProcRRListOutputProperties: skip atom walk if the list is emptyAlan Coopersmith1-5/+7
2012-07-09ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith1-0/+1
2012-07-09Bug 51375: Xorg doesn't set status for RRGetOutputInfoJaroslav Šmíd1-0/+1
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith10-48/+77
2012-07-09ProcQueryKeymap: rework logic around permission to copy key statesAlan Coopersmith1-7/+9
2012-07-09Core events: invert check for permission to copy key statesAlan Coopersmith1-8/+10
2012-07-09Rework reply initialization in ProcGetProperty & NullPropertyReplyAlan Coopersmith1-13/+18
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith11-30/+44
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith90-505/+464
2012-07-07dri2/prime: allocate prime id at screen allocation timeDave Airlie1-5/+32
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie4-29/+267
2012-07-07configure: bump dri2proto to 2.8Dave Airlie1-1/+1
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie4-1/+65
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie2-1/+32
2012-07-07xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie3-1/+65
2012-07-07dix/xf86: initial offload slave tracking (v1.1)Dave Airlie4-0/+35
2012-07-07xf86: make sure rotate calcs are done on the right screen boundariesDave Airlie1-0/+6
2012-07-07xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-07-07xf86: add output source setting callback (v2)Dave Airlie2-1/+38
2012-07-07randr: add output source setupDave Airlie3-2/+66
2012-07-07randr: hook up output slave to screen resources returnDave Airlie1-0/+169
2012-07-07xf86/crtc: add new interface to detach slave crtcsDave Airlie2-0/+23
2012-07-07dix/pixmap: track dirty pixmaps in server. (v4)Dave Airlie5-0/+133
2012-07-07randr: check the screen size bounds against the masterDave Airlie1-2/+12
2012-07-07randr: fix tellchanged to work with slave scanoutsDave Airlie1-7/+19
2012-07-07randr: fixup constrain to work with slave screens.Dave Airlie1-11/+46
2012-07-07xf86: add initial scanout pixmap support (v2)Dave Airlie3-0/+18
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie5-0/+237
2012-07-07exa: pixmap sharing infrastructure (v3)Dave Airlie4-1/+52