summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-30FindModuleInSubdir: Stop allocating one more byte than neededAlan Coopersmith1-3/+3
2010-11-30xf86VIDrvMsgVerb: print args, not format stringAlan Coopersmith1-1/+1
2010-11-30xf86AutoConfig: make copyScreen memory allocation & error handling more saneAlan Coopersmith1-5/+15
2010-11-30xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdupAlan Coopersmith1-4/+2
2010-11-30xf86OutputRename: Replace another strlen/malloc/strcpy set with strdupAlan Coopersmith1-3/+1
2010-11-30Fix compiler warnings in hw/xfree86/os-support/solarisAlan Coopersmith3-8/+6
2010-11-30Move xchomp inside #ifdef __linux__Alan Coopersmith1-1/+1
2010-11-30config: Remove AC_PROG_CC, SED & INSTALL that XORG_DEFAULT_OPTIONS provideAlan Coopersmith1-3/+0
2010-11-30Xserver-spec: Update discussion of font libraryAlan Coopersmith1-4/+6
2010-11-30Xserver-spec: Update location of log functionsAlan Coopersmith1-1/+1
2010-11-30Xserver-spec: Fix assorted typosAlan Coopersmith1-11/+11
2010-11-30Xserver-spec: Update lists of macrosAlan Coopersmith1-1/+2
2010-11-30Xserver-spec: Remove CreateCallbackListAlan Coopersmith1-18/+0
2010-11-30Xserver-spec: Replace deprecated resource id lookup functionsAlan Coopersmith1-12/+23
2010-11-30Xserver-spec: Update Memory Management functionsAlan Coopersmith1-11/+3
2010-11-30Merge remote branch 'ajax/for-keithp'Keith Packard64-1551/+570
2010-11-30Merge remote branch 'aplattner/for/keith'Keith Packard1-19/+43
2010-11-30dix: do not use bit-wise operators on the boolean result of BitIsOnFerry Huberts1-6/+6
2010-11-30xfree86: Bump classic driver default to 1024x768Adam Jackson1-5/+16
2010-11-30Xserver-spec: Delete DBE Idioms sectionAlan Coopersmith1-64/+0
2010-11-30Remove unused ReqLen & CastxReq macrosAlan Coopersmith1-23/+0
2010-11-30xfree86: Remove the xf8_16bpp overlay moduleAdam Jackson7-143/+2
2010-11-30vbe: Refuse to believe tiny (or negative) panel sizes from PanelIDAdam Jackson1-0/+5
2010-11-30composite: add panoramix supportDavid Reveman6-14/+399
2010-11-30fixes: Add panoramix supportDavid Reveman5-0/+131
2010-11-30xfree86: Remove unused xf86PixmapKeyRecAdam Jackson3-6/+1
2010-11-30mi: Remove unused miAllocateGCPrivateIndexAdam Jackson2-15/+0
2010-11-30render: Reshuffle and cull dead field from GlyphSetRecAdam Jackson1-2/+1
2010-11-30dix: reshuffle WindowOptRec to fill a hole on LP64Adam Jackson1-1/+1
2010-11-30dix: Remove unused ChangeSaveUnder hooksAdam Jackson2-12/+0
2010-11-30dix: Remove the backing store leftoversAdam Jackson19-309/+2
2010-11-30render: repack PictureRecAdam Jackson3-14/+9
2010-11-30xfree86: Fix rotation of 2-color non-interleaved cursor imagesAaron Plattner1-19/+43
2010-11-30linux: Refactor VT switch on {re,}generation and shutdownAdam Jackson1-24/+14
2010-11-30xfree86: Remove dead ifdefs from VT switchingAdam Jackson1-15/+0
2010-11-30linux: Don't muck about with tty permissionsAdam Jackson1-62/+0
2010-11-30xfree86: Remove os-support/sysvAdam Jackson5-570/+1
2010-11-30linux: Remove redundant variableAdam Jackson1-5/+3
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson14-359/+1
2010-11-26xfree86/xv: Provide a ModeSet hookVille Syrjälä2-0/+25
2010-11-26xfree86/modes: Provide a ModeSet hook in ScrnInfoVille Syrjälä2-1/+11
2010-11-26xfree86/xv: Pass all coordinate arguments to ReputImageVille Syrjälä2-1/+10
2010-11-26xfree86/xv: Document VIDEO_CLIP_TO_VIEWPORT incompatibility with reputVille Syrjälä1-0/+4
2010-11-26xfree86/xv: Add some helpful comments about ReputImageVille Syrjälä2-2/+3
2010-11-26xfree86/xv: Fix ReputImage clippingVille Syrjälä1-0/+38
2010-11-26xfree86/xv: Remove clipOrg from XvPortRecPrivateVille Syrjälä2-4/+3
2010-11-26xfree86/xv: Factor out the meat of xf86XVAdjustFrame for later reuseVille Syrjälä1-31/+35
2010-11-26xfree86/xv: Change the behaviour of AdjustFrame to reput everythingVille Syrjälä1-15/+17
2010-11-26xfree86/xv: No need to free composite clip in AdjustFrameVille Syrjälä1-6/+0
2010-11-26xfree86/xv: Change the behaviour of ClipNotify to reput instead of stopVille Syrjälä1-18/+10