summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-23panoramiX: use protocol screen to represent xinerama configuration.proto-screensDave Airlie18-245/+291
2011-03-23xkb: use protocol screensDave Airlie1-1/+1
2011-03-23xfixes: use protocol screenDave Airlie1-3/+3
2011-03-23dix/event: cursor use protocol screenDave Airlie1-2/+2
2011-03-23dix/scrnsaver: use protocol screensDave Airlie2-8/+8
2011-03-23dbe: use protocol screensDave Airlie1-4/+4
2011-03-23enterleave: use protocol screensDave Airlie1-10/+10
2011-03-23glyphcurs: use protocol screens.Dave Airlie1-1/+1
2011-03-23render: use protocol screens for filter + render protocolDave Airlie2-11/+11
2011-03-23dixfonts: use protocol screen 0 instead of internal screen 0Dave Airlie1-1/+1
2011-03-23devices/xi: use protocol screens instead of internal screens.Dave Airlie4-19/+20
2011-03-23dix: use protocol screens in the connection block and setupDave Airlie1-5/+5
2011-03-23dix: add separate protocol screens structure.Dave Airlie4-2/+46
2011-03-23screen: drop ATOM id from the screen struct its unusedDave Airlie1-1/+0
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard13-82/+66
2011-03-18test: git ignore the list test executableGaetan Nadon1-1/+1
2011-03-18Add generalized unit test support using util-macros.Gaetan Nadon3-51/+15
2011-03-18config: group document related XORG_ macros togetherGaetan Nadon1-5/+4
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard20-39/+45
2011-03-17xkb: Initialize pad bytes sent in replies of geometry requests.Rami Ylimäki1-3/+9
2011-03-17xkb: Document XkbWriteCountedString.Peter Hutterer1-0/+11
2011-03-16xkb: Release XKB component names when compiling keymap.Rami Ylimäki4-21/+36
2011-03-16man: list the drivers that are ignored when hotplugging (#35209)Peter Hutterer1-3/+10
2011-03-14dmx/doc: remove dead code in the makefileGaetan Nadon1-5/+2
2011-03-14man: relocate manual pages in the man subdir outside docGaetan Nadon7-6/+4
2011-03-14xfree86/modes: Fixed memory leak in xf86InitialConfigurationErkki Seppälä1-13/+8
2011-03-14When XDMCP -from is specified, only register the requested addressJon TURNEY1-1/+1
2011-03-14Merge remote-tracking branch 'ajax/xserver-next'Keith Packard33-492/+525
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen9-213/+0
2011-03-14Absorb miTriStrip() into CompositeTriStrip()Søren Sandmann Pedersen2-23/+18
2011-03-14Absorb miTriFan() into CompositeTriFan()Søren Sandmann Pedersen2-25/+19
2011-03-14mi/misprite: use memory management provided by dixRegisterPrivateKeyErkki Seppälä1-22/+19
2011-03-14mi/misprite: use memory management provided by dixRegisterPrivateKeyErkki Seppälä1-22/+19
2011-03-14Remove geometry arguments from miSourceValidate()Søren Sandmann Pedersen3-54/+19
2011-03-14dix: Define RESTYPE as uint32_tAdam Jackson1-1/+1
2011-03-14dix: Shrink PropertyRec on LP64Adam Jackson1-2/+2
2011-03-14dix: Fix ATOM typedefAdam Jackson1-1/+2
2011-03-14glx: Use PATH_MAX as size of filename bufferChristopher James Halse Rogers1-1/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers7-58/+19
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers5-110/+77
2011-03-14randr: Add RRConstrainCursorHarderAdam Jackson3-0/+161
2011-03-14mi: Call pScreen->ConstrainCursorHarder from the position update pathAdam Jackson1-0/+6
2011-03-14Add mode field to pointer movement hooks.Peter Hutterer3-4/+15
2011-03-14test: add some tests for basic list manipulation.Peter Hutterer2-1/+178
2011-03-14glx: Add texbuffer2 support to swrastAdam Jackson1-0/+8
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)xinerama-cleanupDave Airlie6-10/+10
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie7-16/+17
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie6-43/+25
2011-03-10panoramiX: macro checking if drawable is root (v2)Dave Airlie2-13/+14
2011-03-09Merge remote branch 'whot/for-keith'Keith Packard13-157/+164