summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-05Add support for the DamagePost (XDamage 1.1) request.Eric Anholt2-2/+44
2007-01-05Add missing #else from previous commits.Ian Romanick1-0/+1
2007-01-04Re-regenerate from Mesa scripts.Ian Romanick1-4/+0
2007-01-04Incorporate new byte-order related configure changes.Ian Romanick1-10/+17
2007-01-04Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick12-65/+123
2007-01-04Regenerate from Mesa scripts.Ian Romanick4-375/+358
2007-01-04Add new header file containing byte-order wrappers.Ian Romanick2-13/+49
2007-01-04Keep track of how many visuals we set up for GLcore, to avoid an invalid free.Eric Anholt1-1/+3
2007-01-04Try dlsym(RTLD_DEFAULT) first when finding symbols.Eric Anholt1-0/+4
2007-01-03Make GLX byteswap macros more portableAlan Coopersmith7-45/+146
2007-01-03Fix BSF and BSR instructions in the x86 emulator.Aaron Plattner1-18/+18
2007-01-03Move the code for resetting the DPMS mode in response to input events,Fredrik Höglund2-4/+14
2007-01-02Track physical screen size and send out updates when that changes.Keith Packard3-1/+10
2007-01-02Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.Keith Packard2-17/+15
2006-12-31fbdevhw: Override RGB offsets and masks after setting initial mode.Michel Dänzer1-0/+11
2006-12-31fbdevhw: Use displayWidth for fbdev virtual width when appropriate.Michel Dänzer1-1/+2
2006-12-30fbdevhw: Fix some issues with the previous commit.Michel Dänzer1-2/+3
2006-12-30fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.Michel Dänzer1-47/+82
2006-12-28Switch the default migration heuristic for EXA to "always".Eric Anholt2-2/+2
2006-12-28Export exaMove{In,Out}Pixmap().Eric Anholt2-6/+6
2006-12-27Merge branch 'exa-damagetrack'Eric Anholt10-203/+504
2006-12-27dix/events: take screen number, not pointer, in PostSyntheticMotionPeter Hutterer3-5/+5
2006-12-24os: test for userland, not kernelDaniel Stone1-1/+1
2006-12-24xfree86: deal with pitch that isn't a multiple of the granularityMarc Aurele La France1-29/+31
2006-12-24XkbCopyKeymap: make sure sym_interpret is always validDaniel Stone1-10/+13
2006-12-22Zero out client devPrivates on allocation.Eamon Walsh1-0/+2
2006-12-19xorg.conf man page should say "XFree86-DGA", not "Xorg-DGA"Alan Coopersmith1-1/+1
2006-12-19Only do the _POSIX_C_SOURCE hackery on linux where it's required.Eric Anholt1-4/+4
2006-12-19Include sys/select.h to get FD_ISSET.Eric Anholt1-0/+1
2006-12-19EXA: Lots of damage tracking fixes.Michel Dänzer5-126/+138
2006-12-19exaGlyphs: mark dirty for software path also.George Sapountzis1-3/+3
2006-12-19Merge branch 'master' into exa-damagetrackMichel Dänzer1711-68949/+43000
2006-12-19exaCopyNtoN: Fix usage of 'dx' and 'dy' instead of 'reverse' and 'upsidedown'.Michel Dänzer1-2/+3
2006-12-19EXA: Compare backing pixmaps instead of drawables against driver limits.Michel Dänzer2-27/+32
2006-12-19EXA: Disable SHM pixmaps.Eric Anholt1-0/+11
2006-12-18Xorg & Xserver man page updates for 1.2 releaseAlan Coopersmith2-35/+33
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III5-36/+188
2006-12-16For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86ServerKevin E Martin3-1/+4
2006-12-15Add loud warnings to deprecated lookup functions.Eamon Walsh1-5/+19
2006-12-15Convert callers of LookupClient() to dixLookupClient().Eamon Walsh5-20/+27
2006-12-15Convert callers of SecurityLookupDrawable() to dixLookupDrawable().Eamon Walsh3-36/+31
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh6-70/+80
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh18-312/+273
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh16-132/+141
2006-12-15RandR 1.2 rotation code must adjust width/height.Keith Packard2-8/+29
2006-12-15RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right.Keith Packard1-44/+69
2006-12-15RandR: config time updates when hardware config changes.Keith Packard5-15/+29
2006-12-15RandR mode list needs both output and crtc modes.Keith Packard1-1/+22
2006-12-14Remove now-unused macro definitions from dix.h.Eamon Walsh1-101/+0
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh5-70/+108