Age | Commit message (Expand) | Author | Files | Lines |
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 | Fix Xprint build on Darwin. | Torrey Lyons | 1 | -0/+16 |
2004-07-27 | Fix XDarwin's broken build of libGL and server side GLX. GL library is only | Torrey Lyons | 3 | -651/+775 |
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 | remove extra ';' (Alan Hourihane, Keith Packard). | Matthieu Herrb | 1 | -2/+2 |
2004-07-26 | Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules. | Adam Jackson | 9 | -20/+56 |
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 | Thu Jul 22 20:03:11 2004 Soeren Sandmann <sandmann@daimi.au.dk> | Søren Sandmann Pedersen | 6 | -108/+1923 |
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 | Bugzilla #889: Bind -from address to port number 0 instead of 177 | Alexander Gottwald | 1 | -2/+2 |
2004-07-20 | Select optimized | Phil Blundell | 1 | -1/+32 |
2004-07-19 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=893 - Fixing the | Roland Mainz | 1 | -1/+6 |
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-18 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=858 - Fixing the | Roland Mainz | 3 | -5/+7 |
2004-07-17 | Revert change to MAXFORMATS to maintain binary compatibility | Kevin E Martin | 1 | -1/+1 |
2004-07-17 | Fix typo in debug message in MakeAllCLTSServerListeners | Alan Coopersmith | 1 | -3/+175 |
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 |
2004-07-06 | ifdef'ed some IA32-only assembler statements. Presently these chipsets are | Egbert Eich | 1 | -1/+1 |
2004-07-06 | Separated Intel drivers from default DriDrivers to avoid building them on | Egbert Eich | 7 | -41/+76 |
2004-07-03 | Clean up Rage 128 composite code. Now it composites more operations | Eric Anholt | 1 | -24/+12 |
2004-07-03 | Add a "dirty" flag to the pixmap private. Clear it when setting up an | Eric Anholt | 4 | -4/+43 |
2004-07-02 | Call ts_read multiple times, to avoid events getting stuck in the pipeline. | Phil Blundell | 1 | -3/+1 |
2004-06-30 | Add Distributed Multihead X (DMX) support | Kevin E Martin | 447 | -52/+103260 |
2004-06-29 | Add an offscreen area scoring to improve choosing offscreen areas to kick | Eric Anholt | 3 | -21/+68 |
2004-06-28 | Add GLX_ALIAS_VOID for GLX_ALIAS of functions with return type void to fix | Alan Coopersmith | 1 | -2/+1 |
2004-06-28 | Separate out off-screen allocation from Init. Fix Enable to update | Keith Packard | 5 | -63/+129 |
2004-06-26 | Add ARGB cursor support for Radeon cards. | Keith Packard | 4 | -21/+166 |
2004-06-25 | #Bug 784: Ignore unconfigured interfaces with xdmcp | Alexander Gottwald | 1 | -7/+42 |
2004-06-25 | #Bug 780: add RRSetScreenConfig | Alexander Gottwald | 2 | -2/+111 |