Age | Commit message (Expand) | Author | Files | Lines |
2004-08-01 | added README for Cygwin/X | Alexander Gottwald | 1 | -0/+134 |
2004-07-31 | adjust prototype for winInitCmapPrivates to match Egberts change. | Alexander Gottwald | 1 | -1/+1 |
2004-07-31 | Add "Extensions" section support to configuration parser | Kevin E Martin | 6 | -2/+172 |
2004-07-31 | Add new extension enable/disable feature. This code is a small step in the | Kevin E Martin | 3 | -18/+11 |
2004-07-31 | Change several LoaderSymbol calls introduced by the bug #400 patch to | Adam Jackson | 6 | -13/+45 |
2004-07-31 | adjust prototype for winInitCmapPrivates to match Egberts change. | Alexander Gottwald | 1 | -2/+8 |
2004-07-30 | Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300. | Hui YU | 1 | -0/+46 |
2004-07-30 | Add support for on-the-fly screen rotation when supported by hardware (Aron | Egbert Eich | 4 | -10/+42 |
2004-07-30 | An experimental pseudocolor emulation layer. Not fully completed, currently | Egbert Eich | 2 | -0/+933 |
2004-07-30 | removing some unnecessary restricitons on the allowed visuals. | Egbert Eich | 1 | -19/+0 |
2004-07-30 | Adding a colormap index to the InitColormapPrivate() func call. Without it | Egbert Eich | 3 | -7/+16 |
2004-07-30 | Set DPMS to ON when VT switching away or shutting down the server. Failing | Egbert Eich | 3 | -2/+25 |
2004-07-30 | Improved error messages. | Egbert Eich | 3 | -35/+97 |
2004-07-30 | Fix static build. | Egbert Eich | 2 | -2/+2 |
2004-07-30 | Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all | Adam Jackson | 31 | -85/+157 |
2004-07-30 | Merge many XDarwin improvements: | Torrey Lyons | 13 | -185/+410 |
2004-07-30 | Removed bugs on TweakMemorySize() which prevented it from working at all. | Egbert Eich | 1 | -13/+16 |
2004-07-30 | Fixed typo in a comment. | Egbert Eich | 1 | -2/+10 |
2004-07-30 | Add initial Xinput support for XDarwin (Greg Parker). | Torrey Lyons | 2 | -3/+341 |
2004-07-30 | Make XDarwin not default to StaticColor on ix86 (Shantonu Sen). | Torrey Lyons | 1 | -5/+7 |
2004-07-30 | Fix "DoLoadableServer NO" build | Kevin E Martin | 2 | -0/+2 |
2004-07-28 | Fix shared reqs for Xlibi18n, Xaw6 & Xmu for Solaris | Alan Coopersmith | 4 | -22/+295 |
2004-07-28 | When using DMX console input, make detached screens display as grey (vs. | Rik Faith | 2 | -5/+26 |
2004-07-27 | Merge latest changes from CYGWIN branch | Alexander Gottwald | 6 | -5/+128 |
2004-07-27 | Fix a bug that caused an entire batch of events to be thrown out when one | Matthieu Herrb | 1 | -0/+1 |
2004-07-27 | - enable maven support for TV detection, DPMS, and DDC on crtc2 on G400 | Alex Deucher | 2 | -0/+3 |
2004-07-26 | Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules. | Adam Jackson | 2 | -2/+4 |
2004-07-26 | Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogus | Keith Packard | 8 | -7/+92 |
2004-07-24 | Fix a problem with wsmouse driver loosing events on 64bit architectures | Matthieu Herrb | 2 | -17/+275 |
2004-07-24 | Check for mmio before restoring crtc/crtc2 pitch registers | Keith Packard | 1 | -2/+5 |
2004-07-24 | Bugzilla #884: OpenBSD/amd64 support. | Matthieu Herrb | 2 | -20/+137 |
2004-07-22 | Correct pitch so that accelerator can run on 1400x1050 screens. Add a few | Keith Packard | 4 | -21/+132 |
2004-07-22 | DRM 20040721 importDRM-20040721 | Eric Anholt | 1 | -33/+42 |
2004-07-22 | Initial revision | Eric Anholt | 1 | -0/+636 |
2004-07-21 | Include -lts if appropriate. Patch from pattieja@bentham.ispvip.biz. | Phil Blundell | 2 | -1/+11 |
2004-07-20 | Select optimized | Phil Blundell | 1 | -1/+32 |
2004-07-19 | Add support for a8b8g8r8 and x8b8g8r8 pictures, which showed up frequently | Eric Anholt | 1 | -19/+29 |
2004-07-19 | Breakage in last commit to this file: pCurPriv->area isn't set up until | Eric Anholt | 1 | -4/+1 |
2004-07-19 | Set the right number of texture coordinates for r200 Render support (still | Eric Anholt | 1 | -2/+2 |
2004-07-19 | - Add Radeon picture transform support. | Eric Anholt | 2 | -21/+76 |
2004-07-19 | Use the offscreen memory manager as much as possible to do the reservation | Eric Anholt | 5 | -63/+72 |
2004-07-19 | Add support for transforms of textures on R128. | Eric Anholt | 1 | -12/+55 |
2004-07-18 | Addition of console input after removal of core backend input that is not | Rik Faith | 2 | -4/+45 |
2004-07-15 | Enable i810. | Carlos Romero | 5 | -5/+40 |
2004-07-08 | Commit the rest of the dirty optimization from 20040703 and add a missing | Eric Anholt | 2 | -4/+33 |
2004-07-08 | Remove duplicate protos in kdrive.h. | Eric Anholt | 1 | -9/+0 |
2004-07-07 | missing xkb/[xkb.h, xkbDflts.h] and hw/kdrive/mga/g400_common.h | Carlos Romero | 1 | -0/+1 |
2004-07-07 | Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinput | Carlos Romero | 1 | -1/+23 |
2004-07-07 | Bugzilla #817 | Rik Faith | 5 | -6/+12 |
2004-07-06 | - Disable building DMX on OSs that have not been verified to build | Kevin E Martin | 5 | -29/+56 |