Age | Commit message (Expand) | Author | Files | Lines |
2007-04-09 | Bug #10560: Code-Cleanup: function declarations () -> (void) | Stefan Huehner | 23 | -68/+68 |
2007-04-09 | In AIGLX EnterVT processing, invoke driver EnterVT before resuming glx. | Keith Packard | 1 | -1/+5 |
2007-04-09 | Add setrlimit call in -core option to make dumps occur. | Keith Packard | 1 | -0/+8 |
2007-04-08 | XFree86: Treat evdev and vmmouse as mouse drivers (bug #10512, #10559) | Daniel Stone | 1 | -1/+5 |
2007-04-07 | regenerated to fix bug 10371 | Brian | 1 | -3/+3 |
2007-04-06 | GLcore: fix after moving xf86glx_util.[hc] to Mesa. | George Sapountzis | 5 | -258/+5 |
2007-04-05 | configure: minor cosmetic, move GLX extension options together. | George Sapountzis | 1 | -9/+15 |
2007-04-05 | glx: Remove stray __GLinterface. | George Sapountzis | 2 | -2/+2 |
2007-04-05 | glx: fix symlink, glcontextmodes.c was moved to mesa/src/glx/ | George Sapountzis | 1 | -3/+0 |
2007-04-04 | Add an EXA driver callback to determine whether a pixmap is | Thomas Hellstrom | 2 | -1/+21 |
2007-04-03 | Swap RRScreenChangeNotifyEvent dimensions when the screen has one crtc and it... | Aaron Plattner | 1 | -5/+13 |
2007-04-03 | Implement a minor hack in dmxCheckFunctionKeys() to detect special keys. | Brian | 1 | -3/+22 |
2007-04-03 | s/intead/instead/ | Brian | 1 | -1/+1 |
2007-04-03 | add DDXRingBell() stub to solve link problem | Brian | 1 | -0/+6 |
2007-04-03 | Split the xserver/fb/fbcmap.c file into two files. | Brian | 9 | -102/+143 |
2007-04-03 | Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserver | Matthieu Herrb | 9 | -312/+187 |
2007-04-03 | CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory Corruption | Matthieu Herrb | 1 | -2/+11 |
2007-04-02 | Don't erase current crtc for outputs on CloseScreen | Keith Packard | 1 | -1/+0 |
2007-04-02 | Move modes/ debugging output under Option "ModeDebug" in the Device section. | Eric Anholt | 3 | -20/+49 |
2007-04-02 | clean-up, debug code | Brian | 1 | -5/+5 |
2007-04-02 | fix formatting | Brian | 1 | -5/+11 |
2007-04-02 | checkpoint: more clean-up | Brian | 1 | -60/+40 |
2007-04-02 | formatting fixes | Brian | 1 | -24/+50 |
2007-04-02 | clean-up dmxCoreMotion() dmxCoreMotion2() | Brian | 1 | -141/+5 |
2007-04-02 | checkpoint clean-up | Brian | 2 | -41/+11 |
2007-04-02 | remove some debug code | Brian | 1 | -5/+0 |
2007-04-02 | for completeness, init dummy's min/maxval[1] values (vertical axis) | Brian | 1 | -0/+2 |
2007-04-02 | As for normal mouse device, init valuator maxval[] to real values, not zero. | Brian | 1 | -2/+7 |
2007-04-02 | In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to t... | Brian | 1 | -1/+5 |
2007-04-02 | undo 1280 valuator hack | Brian | 1 | -3/+3 |
2007-04-02 | Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button co... | Brian | 1 | -12/+4 |
2007-04-02 | formatting fixes | Brian | 1 | -3/+6 |
2007-03-31 | Bug #6620: Fixed a missing 'else' in ATIPseudoDMAInit(). | Alberto Mardegan | 1 | -1/+1 |
2007-03-30 | Bump video driver ABI to 2.0 for cw change (commit 6ed08949af4f7ac09170d3d958... | Aaron Plattner | 1 | -1/+1 |
2007-03-30 | formatting fixes | Brian | 1 | -6/+12 |
2007-03-30 | Checkpoint DMX updates: things are working much better now, but still not 100... | Brian | 5 | -14/+157 |
2007-03-30 | Tweak some parameters, etc. Things seem a little better now, but still a way... | Brian | 2 | -7/+9 |
2007-03-30 | num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release position | Brian | 1 | -4/+4 |
2007-03-30 | more debug | Brian | 3 | -13/+15 |
2007-03-30 | Checkpoint fixes to DMX for X input changes. | Brian | 7 | -4/+242 |
2007-03-30 | more formatting fixes | Brian | 1 | -3/+6 |
2007-03-30 | Fix some bad formatting. | Brian | 1 | -35/+75 |
2007-03-30 | ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a. | Brian | 1 | -5/+5 |
2007-03-30 | Make xf86glx.c unaware of Mesa internals | George Sapountzis | 5 | -79/+7 |
2007-03-29 | Xi: remove 'register' keywords. | Peter Hutterer | 38 | -188/+188 |
2007-03-28 | Move the XAA private indices to be static. | Adam Jackson | 7 | -16/+8 |
2007-03-28 | Bug #10296: Fix timer rescheduling. | Tomas Janousek | 1 | -3/+6 |
2007-03-28 | Refuse to create tiny modes from EDID detailed timing. | Adam Jackson | 2 | -0/+26 |
2007-03-28 | GL: Update for Mesa changes | Daniel Stone | 1 | -0/+1 |
2007-03-27 | Enable Composite by default now that it disables itself in the known bad cases. | Eric Anholt | 1 | -4/+1 |