summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-31[RFC] dix/mi: remove ChangeWindowAttributes from rendering path.rework-stuffDave Airlie9-47/+40
2011-03-31fb: cleanup fbChangeWindowAttributesDave Airlie1-35/+20
2011-03-31[RFC] dix: don't use CopyWindow in driver level interface.Dave Airlie11-113/+107
2011-03-31fb: drop fbCopyRegion and fbDoCopyDave Airlie4-65/+3
2011-03-31fb: drop fbCopyWindowProc its the same as fbCopyNtoNDave Airlie4-72/+7
2011-03-29fb: drop fboverlay support.Dave Airlie4-565/+1
2011-03-29xaa: drop dual framebuffer overlay support.Dave Airlie3-1060/+1
2011-03-29fb: drop FB_SCREEN_PRIVATE and FB_24BIT and FB_24_32BIT ifdefsDave Airlie20-110/+7
2011-03-28simple fixesDave Airlie2-2/+2
2011-03-28introduce render protocol pictureDave Airlie5-50/+93
2011-03-28xserver: replace WindowPtr with ProtocolWindowPtrDave Airlie80-874/+876
2011-03-28dix: introduce protocol variants of the screen/pixmap/window/gcDave Airlie8-0/+226
2011-03-28dri: kill if 0 out code.pwin-cleanupDave Airlie1-4/+0
2011-03-28consolidate SetRootClip (v2)Dave Airlie9-410/+111
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