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