Age | Commit message (Expand) | Author | Files | Lines |
2004-09-19 | Unbreak the AGP DRI case. That was quite a pile of broken code. | Eric Anholt | 2 | -51/+54 |
2004-09-18 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1404 - Fixing | Roland Mainz | 1 | -2/+2 |
2004-09-18 | Bugzilla #1032: Make rootless acceleration functions compatible with | Torrey Lyons | 8 | -14/+139 |
2004-09-17 | Update Apple's list and hash utility routines to latest versions (John | Torrey Lyons | 3 | -132/+152 |
2004-09-16 | Remove code which prevented the use from specifying the window size in | Alexander Gottwald | 2 | -30/+18 |
2004-09-15 | add support for mice with more than 3 buttons and one scroll wheel (Chris | Alexander Gottwald | 7 | -10/+79 |
2004-09-15 | Adding support for OS dependent probing of IA64 chipsets. Not all IA64 | Egbert Eich | 9 | -72/+318 |
2004-09-15 | Unregistering events in XSelectInput() when unregistering IM filter | Egbert Eich | 1 | -1/+1 |
2004-09-14 | Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow | Roland Mainz | 2 | -4/+2 |
2004-09-14 | Only set screen parameters if resolution has changed from current values. | Phil Blundell | 1 | -2/+6 |
2004-09-14 | Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, but | Eric Anholt | 2 | -19/+22 |
2004-09-14 | Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: Allow | Roland Mainz | 4 | -68/+624 |
2004-09-12 | - Fix a segfault on VT switch with DRI. Still dies due to cursor allocation | Eric Anholt | 1 | -9/+18 |
2004-09-12 | Fix a bad argument missed in the previous commit for ATIDRIDMA* functions. | Eric Anholt | 1 | -1/+1 |
2004-09-12 | Move the RegisterBlockAndWakeupHandlers to before DRI initialization. The | Eric Anholt | 1 | -3/+3 |
2004-09-12 | Reset the CCE/CP on engine reset, and make the ATIDRIDMA functions take a | Eric Anholt | 3 | -12/+32 |
2004-09-12 | Add missing kaa.h include for kaaInitTrapOffsets. | Eric Anholt | 1 | -0/+1 |
2004-09-12 | Fix handling of is_agp. is_agp is whether the card is actually AGP, while | Eric Anholt | 1 | -8/+8 |
2004-09-12 | Improve error handling, especially in the DRI case. Do some FatalErrors | Eric Anholt | 3 | -11/+21 |
2004-09-11 | - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is | Eric Anholt | 7 | -330/+391 |
2004-09-11 | - Don't require Imrecise mode for Trapezoid acceleration. It looks like we | Eric Anholt | 2 | -1/+34 |
2004-09-08 | cursor fixes | Matthew Allum | 2 | -11/+9 |
2004-09-07 | avoid ephyr breakage when tslib enabled | Matthew Allum | 1 | -0/+7 |
2004-09-07 | fixes to Xephyr debug mode | Matthew Allum | 1 | -1/+1 |
2004-09-03 | Update formatted docs. | Kevin E Martin | 1 | -46/+41 |
2004-09-03 | First set of documentation updates. | Kevin E Martin | 1 | -8/+4 |
2004-09-02 | Workaround for servers using rootless layer with damage (Bug #1168, Torrey | Kevin E Martin | 1 | -0/+8 |
2004-09-02 | Fix AGL display problems (Bug #1210, Torrey T. Lyons). | Kevin E Martin | 1 | -51/+214 |
2004-09-01 | see changelog | Matthew Allum | 2 | -6/+13 |
2004-09-01 | '-dpi' fixes for Xephyr | Matthew Allum | 3 | -37/+22 |
2004-09-01 | Actuall select events for -parent option | Matthew Allum | 1 | -4/+6 |
2004-08-31 | Added ephyr server sources | Matthew Allum | 9 | -0/+1898 |
2004-08-30 | Add a set of three hooks for accelerating trapezoids, and use it for the | Eric Anholt | 4 | -2/+104 |
2004-08-30 | Rather than initially place pixmaps in framebuffer based on a size | Eric Anholt | 1 | -6/+9 |
2004-08-29 | Fix make install when BuildServersOnly is YES (Bug #1213). | Kevin E Martin | 1 | -0/+7 |
2004-08-29 | Don't define _XOPEN_SOURCE before including math.h on Solaris - it's not | Alan Coopersmith | 1 | -2/+3 |
2004-08-27 | Fix for XV memory allocation: Also use tiled area for allocation even if it | Egbert Eich | 1 | -4/+2 |
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt | 1 | -25/+23 |
2004-08-27 | Add missing reply for DMX (Rik Faith). | Kevin E Martin | 1 | -0/+1 |
2004-08-27 | Fixed typos. | Egbert Eich | 1 | -1/+1 |
2004-08-27 | - adding missing file | Egbert Eich | 1 | -0/+10 |
2004-08-27 | Added support for LynxOS 4.0 (Thomas Mueller). | Egbert Eich | 1 | -9/+60 |
2004-08-27 | - Make DDC code more VESA compliant: when MaxClock is set to 0xFF it means | Egbert Eich | 1 | -1/+3 |
2004-08-27 | Fix xtest failures in Xvfb from XMatchVisualInfo test. | Kevin E Martin | 1 | -6/+12 |
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt | 2 | -1/+6 |
2004-08-26 | Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller). | Egbert Eich | 1 | -2/+14 |
2004-08-21 | Documentation only update: Update XDarwin application version for release. | Torrey Lyons | 1 | -2/+2 |
2004-08-20 | Fix keyboard driver failing to initialize if DoLoadableServer is NO (Bug | Kevin E Martin | 1 | -2/+2 |
2004-08-19 | Add missing no.*Extension symbols (Bug #1131, Aaron Plattner). | Kevin E Martin | 1 | -1/+11 |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 2 | -173/+26 |