summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-13kdrive: enable notfp feature for Xephyrephyr-dri2Haitao Feng3-0/+36
2010-12-13kdrive: enable off-screen rendering feature on XephyrHaitao Feng5-0/+122
2010-12-13kdrive: enable DRI2 extension for XephyrHaitao Feng6-28/+161
2010-12-08Fix Xwin build after af0f9f91Jon TURNEY1-1/+1
2010-12-07Merge remote branch 'alanc/master'Keith Packard66-242/+440
2010-12-07Convert cvt code to use XNFasprintf()Alan Coopersmith3-10/+23
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith7-32/+20
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith11-62/+36
2010-12-07Convert hw/xfree86/parser code to use asprintf() callsAlan Coopersmith3-19/+11
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith12-59/+88
2010-12-07Add asprintf() implementation for platforms without itAlan Coopersmith8-30/+230
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith28-28/+28
2010-12-07Move inclusion of panoramiX headers to top of render.cAlan Coopersmith1-3/+5
2010-12-07dix: Fix logic for displaying deprecation warning only once.Cyril Brulebois1-5/+5
2010-12-07dix: Simplify deprecated *Lookup* wrappers around dixLookup*.Cyril Brulebois1-10/+10
2010-12-07Replace SecurityLookupIDByClass() with dixLookupResourceByClass().Cyril Brulebois1-14/+19
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois2-5/+10
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-21/+33
2010-12-07Enable silent rules for cat and echo.Cyril Brulebois3-30/+30
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois3-5/+17
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois4-58/+104
2010-12-07Fix missing <string.h> include.Cyril Brulebois1-0/+1
2010-12-07Fix GLX_LIBS vs. DMX_LIBS order.Cyril Brulebois1-1/+1
2010-12-06Version bumped to 1.9.99.901 (1.10 RC1)Keith Packard1-2/+2
2010-12-06Bump extension ABI to 5James Jones1-1/+1
2010-12-06sync: syncObject may be None in SyncInitTriggerKeith Packard1-2/+2
2010-12-06randr: handle RRSetCrtcConfigs request with zero configsKeith Packard1-5/+3
2010-12-06ProcRRSetCrtcConfigs uses 'configs' without being initializedKeith Packard1-2/+2
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard6-41/+96
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard4-27/+33
2010-12-06DIX is responsible for ref counting scanout pixmaps.Keith Packard1-4/+0
2010-12-06randr: Hook up the new RandR 1.4 functionalityKeith Packard3-1/+139
2010-12-06randr: Add per-crtc pixmapsKeith Packard11-20/+355
2010-12-06hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigsKeith Packard2-28/+163
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard6-44/+750
2010-12-06randr: Add sprite position transformsKeith Packard11-46/+333
2010-12-06Require RandR protocol version 1.4 or newerKeith Packard1-1/+1
2010-12-06Replace huge argument list in xf86CrtcSetModeTransform with structKeith Packard3-65/+115
2010-12-06Merge remote branch 'jajones/for-keith'Keith Packard15-247/+1156
2010-12-06Merge remote branch 'whot/for-keith'Keith Packard8-33/+49
2010-12-06config: build Xserver man pages using XORG_MANPAGE_SECTIONSGaetan Nadon5-45/+41
2010-12-06Merge remote branch 'jeremyhu/master'Keith Packard5-13/+53
2010-12-06Merge remote branch 'alanc/master'Keith Packard13-100/+82
2010-12-06Expose Sync Fence Object protocolJames Jones2-1/+25
2010-12-06Add XSyncAwaitFence() handlerJames Jones2-32/+152
2010-12-06Create/Destroy/Trigger/Reset/Query Fence Sync objsJames Jones4-5/+273
2010-12-06Require xextproto 7.1.99James Jones1-1/+1
2010-12-06Add fence sync driver interfaceJames Jones7-3/+243
2010-12-06Move some sync code to miextJames Jones9-54/+165
2010-12-06Factor out generic code from ProcSyncAwait()James Jones1-43/+63