Age | Commit message (Expand) | Author | Files | Lines |
2007-04-02 | Merge branch 'master' into mpx | Peter Hutterer | 280 | -5825/+4649 |
2007-04-02 | o fix minor error in comment for GetPointerEvents() | Peter Hutterer | 1 | -1/+1 |
2007-04-02 | Xi: fix ProcXListInputDevices to include the virtual core devices. | Peter Hutterer | 1 | -0/+9 |
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-30 | dix: Fix wrong cursor refcount. | Peter Hutterer | 6 | -39/+34 |
2007-03-29 | dix: Try to get closer to the correct refcnt for cursors. | Peter Hutterer | 1 | -3/+5 |
2007-03-29 | Xi: remove 'register' keywords. | Peter Hutterer | 38 | -188/+188 |
2007-03-29 | dix: Pick keyboard instead of using virtual keyboard in Grab/UngrabKey. | Peter Hutterer | 1 | -2/+2 |
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 |
2007-03-27 | Disable composite when Xinerama is active. | Eric Anholt | 1 | -0/+5 |
2007-03-27 | Disable Composite when the screen's visual is pseudocolor. | Eric Anholt | 1 | -2/+15 |
2007-03-27 | Refuse to initialize Composite if Render is not present. | Eric Anholt | 1 | -0/+6 |
2007-03-27 | Move libcw setup to the only renderer requiring it (XAA). | Eric Anholt | 8 | -39/+19 |
2007-03-27 | Fix indentation of fakexa help text. | Eric Anholt | 1 | -1/+1 |
2007-03-27 | Fix typo in GL/mesa/shader/slang/Makefile.am. | Michel Dänzer | 1 | -1/+1 |
2007-03-27 | gl: oops dodgy s appeared pointed out by jcristau on irc.. | Dave Airlie | 1 | -2/+1 |
2007-03-27 | gl: update for latest mesa glsl-compiler merge | Dave Airlie | 5 | -18/+22 |
2007-03-27 | fix loading of GLcore after recent loading changes | Dave Airlie | 1 | -2/+2 |
2007-03-26 | Update xorg.conf manpage for new RandR 1.2 monitor options. | Eric Anholt | 1 | -6/+73 |
2007-03-26 | Remove dead NEED_DBE_BUF_BITS code. | Eamon Walsh | 7 | -114/+0 |
2007-03-25 | Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs. | Adam Jackson | 3 | -128/+0 |
2007-03-25 | Static cleanup on Xi/ | Adam Jackson | 16 | -1001/+713 |
2007-03-25 | General DIX static and dead code cleanup. | Adam Jackson | 18 | -438/+166 |
2007-03-25 | Static and dead code cleaup for Xext/ | Adam Jackson | 12 | -144/+29 |
2007-03-25 | Static and dead code cleanup from mi/ | Adam Jackson | 19 | -573/+61 |
2007-03-25 | Static cleanup for xf86 ddx. | Adam Jackson | 12 | -92/+29 |
2007-03-25 | Un-staticise VTSwitchEnabled, since kbd wants it apparently. | Adam Jackson | 1 | -1/+1 |
2007-03-25 | Static and dead code cleanup over afb/ | Adam Jackson | 8 | -488/+175 |
2007-03-25 | Delete a dead file. | Adam Jackson | 1 | -130/+0 |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 54 | -482/+187 |
2007-03-25 | dix: Increase allocation size for core keyboard keymap to avoid buffer overru... | Peter Hutterer | 1 | -1/+1 |
2007-03-25 | Clean up DeviceIntPtr, prepare for Server 1.4 ABI. Move sprite-related | Peter Hutterer | 9 | -112/+111 |
2007-03-25 | dix: Increase allocation size for core keyboard keymap to avoid buffer | Peter Hutterer | 1 | -1/+1 |
2007-03-25 | loader: fix already built-in message | Dave Airlie | 1 | -1/+1 |
2007-03-24 | Make pending properties force mode set. And, remove AttachScreen calls. | Keith Packard | 8 | -151/+147 |