summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Return BadMatch if a client tries to clone non-cloneable outputs.Aaron Plattner1-0/+21
2007-03-04Xprint: fix font symlinksDrew Parsons4-3/+4
2007-03-04Support for Hurd and other non-linux GNU systems.Drew Parsons4-4/+4
2007-02-23Don't install libi2c.aAdam Jackson1-1/+1
2007-02-20Merge branch 'server-1.3-branch-origin' into server-1.3-branchKeith Packard2-2/+5
2007-02-20Eliminate RRModeRec devPrivate field.Keith Packard2-45/+103
2007-02-19Check for clientGone before sending events from XFixes (bug #1753).Keith Packard2-2/+5
2007-02-18Add support for user-defined modelines in RandR.Keith Packard8-50/+400
2007-02-17Merge branch 'server-1.3-origin' into server-1.3-branchKeith Packard14-36/+80
2007-02-17Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith7-14/+14
2007-02-17Propogate $LIBS for xtrans, clock_gettime, libm, etc. to libs used for each s...Alan Coopersmith1-7/+8
2007-02-17Add ast driver/device info to Xorg server & config utilitiesCarl Switzky3-0/+10
2007-02-17Add an RDTSC implementation to the x86 emulator.Aaron Plattner1-1/+35
2007-02-17Fix bus error on startup in 64-bit XephyrAlan Coopersmith1-14/+9
2007-02-17kdrive/ephyr: free screen structDaniel Stone1-0/+2
2007-02-17os: fix client privates leakDaniel Stone1-0/+2
2007-02-16Don't set subpixel order during startup; the screen won't be ready.Keith Packard1-1/+2
2007-02-16Ensure drivers can use new modes header files.Keith Packard7-15/+21
2007-02-16Respect rotation in initial screen size computation.Keith Packard1-2/+2
2007-02-16Enable startup-time rotation; change rotation pixmap creation API.Keith Packard7-77/+172
2007-02-15RRConfigureOutputProperty is a variable length request.Keith Packard1-1/+1
2007-02-15Report correct RandR 1.0 sizeID. Report correct subpixel order.Keith Packard5-29/+110
2007-02-15Merge branch 'server-1.2-branch' into server-1.3-branchKeith Packard7-0/+28
2007-02-15Allow new modes code to build inside drivers as well as server.Keith Packard7-0/+28
2007-02-15Distribute hw/xfree86/modes.Tilman Sauerbeck1-1/+1
2007-02-14Merge crtc/output-based mode selection code.Keith Packard22-12/+5403
2007-02-14Add missing dirty marking in a couple of fallback cases in the exaGlyphs path.Eric Anholt2-3/+15
2007-02-14Mark sync when UploadToScreen succeeds in exaGlyphs().Eric Anholt1-3/+5
2007-02-13Set the Damage version supported in the server, instead of using damageproto.Eric Anholt1-5/+12
2007-02-13Plug memory leak in doLoadModule()Alan Coopersmith1-1/+1
2007-02-13Make xf1bpp build correctly with compilers that don't support -includeAlan Coopersmith1-31/+59
2007-02-12Merge EXA updates up to commit cf5b29d75dad7c74543f49f010c817623a3df747.Eric Anholt10-216/+505
2007-02-12Provide option to report damage after operation is complete.Eric Anholt3-37/+119
2007-02-02Fix the size expectations of xRRSetCrtcGamma.Eric Anholt1-1/+1
2007-02-02dmx: drop leftover __GLXdrawablePrivateRec struct.George Sapountzis2-55/+0
2007-01-30Allow DDX to not supply a property set notification function.randr-1.2-for-server-1.2Keith Packard1-1/+1
2007-01-30Use old resource API in backported patch.Keith Packard1-6/+2
2007-01-29Make Xinearama screen information reflect CRTC rotation.Keith Packard4-28/+33
2007-01-29Really fix optimized render cases being hit when they shouldn't.Eric Anholt1-3/+0
2007-01-29Account for CRTC rotation in the cursor containment code.Eric Anholt1-8/+42
2007-01-29When changing a non-pending property, call the screen rrOutputSetProperty hook.Eric Anholt1-0/+8
2007-01-29Don't forget to add the property we configure to the properties list.Eric Anholt1-0/+6
2007-01-29Track rename of DamagePost -> DamageAdd.Eric Anholt1-8/+8
2007-01-29Add support for the DamagePost (XDamage 1.1) request.Keith Packard2-2/+44
2007-01-29Keep track of how many visuals we set up for GLcore, to avoid an invalid free.Eric Anholt1-1/+3
2007-01-29Export API for setting allowed CRTC rotationsKeith Packard2-0/+15
2007-01-29Merge branch 'server-1.2' into randr-1.2-for-server-1.2Keith Packard21-217/+3728
2007-01-23Fix release date.xorg-server-1.2.0Adam Jackson1-1/+1
2007-01-22Bump video and input ABI minors.Adam Jackson1-2/+2
2007-01-22Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.Adam Jackson6-44/+61