summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-15configure.ac: exit 1 to encourage use of 1.3 branchserver-1.2-branchDaniel Stone1-0/+4
2007-02-15revert accidental testDaniel Stone1-1/+1
2007-02-15testDaniel Stone1-1/+1
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
2007-01-22Bug #9555: Always define _GNU_SOURCE in glibc environments.Adam Jackson3-41/+10
2007-01-22Try dlsym(RTLD_DEFAULT) first when finding symbols.Eric Anholt1-0/+4
2007-01-22__glXDRIscreenProbe: Use drmOpen/CloseOnce.Michel Dänzer1-4/+5
2007-01-21sparc: don't include asm/kbio.h -- it no longer exists in current headers.Donnie Berkholz1-4/+0
2007-01-19Update Xserver man page to match commit ed33c7c98ad0c542e9e2dd6caa3f84879c21dd61Alan Coopersmith1-8/+2
2007-01-19Minor typos in Xserver man page.Drew Parsons1-2/+2
2007-01-18Update pci.ids to 2007-01-18 snapshotAlan Coopersmith2-49/+3521
2007-01-17Xserver man page: remove bc, add -wrAlan Coopersmith1-5/+4
2007-01-10Fix BSF and BSR instructions in the x86 emulator.Aaron Plattner1-18/+18
2007-01-10Require glproto >= 1.4.8 for GLX.Michel Dänzer1-1/+1
2007-01-09Multiple integer overflows in dbe and render extensionsMatthieu Herrb2-15/+34
2007-01-03Fix several cases where optimized paths were hit when they shouldn't be.Eric Anholt2-16/+46
2006-12-30Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.Keith Packard2-17/+15
2006-12-24configure.ac: prepare for 1.2.0 (X11R7.2)Daniel Stone1-5/+5
2006-12-24remove last remaning 'linux'isms (bug #5613)Samuel Thibault5-5/+15
2006-12-21Merge branch 'server-1.2-branch' into randr-1.2-for-server-1.2Keith Packard16-78/+541
2006-12-21Track physical screen size and send out updates when that changes.Keith Packard3-1/+10
2006-12-21xorg.conf man page should say "XFree86-DGA", not "Xorg-DGA"Alan Coopersmith1-1/+1
2006-12-21added mipmap.cBrian1-0/+1
2006-12-18Xorg & Xserver man page updates for 1.2 releaseAlan Coopersmith2-35/+33
2006-12-16xfree86/hurd: re-add missing keyboard support (bug #5613)Samuel Thibault3-3/+311