summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-09-19Unbreak the AGP DRI case. That was quite a pile of broken code.Eric Anholt2-51/+54
2004-09-18Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1404 - FixingRoland Mainz1-2/+2
2004-09-18Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons8-14/+139
2004-09-17Update Apple's list and hash utility routines to latest versions (JohnTorrey Lyons3-132/+152
2004-09-16Remove code which prevented the use from specifying the window size inAlexander Gottwald2-30/+18
2004-09-15add support for mice with more than 3 buttons and one scroll wheel (ChrisAlexander Gottwald7-10/+79
2004-09-15Adding support for OS dependent probing of IA64 chipsets. Not all IA64Egbert Eich9-72/+318
2004-09-15Unregistering events in XSelectInput() when unregistering IM filterEgbert Eich1-1/+1
2004-09-14Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: AllowRoland Mainz2-4/+2
2004-09-14Only set screen parameters if resolution has changed from current values.Phil Blundell1-2/+6
2004-09-14Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, butEric Anholt2-19/+22
2004-09-14Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: AllowRoland Mainz4-68/+624
2004-09-12- Fix a segfault on VT switch with DRI. Still dies due to cursor allocationEric Anholt1-9/+18
2004-09-12Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.Eric Anholt1-1/+1
2004-09-12Move the RegisterBlockAndWakeupHandlers to before DRI initialization. TheEric Anholt1-3/+3
2004-09-12Reset the CCE/CP on engine reset, and make the ATIDRIDMA functions take aEric Anholt3-12/+32
2004-09-12Add missing kaa.h include for kaaInitTrapOffsets.Eric Anholt1-0/+1
2004-09-12Fix handling of is_agp. is_agp is whether the card is actually AGP, whileEric Anholt1-8/+8
2004-09-12Improve error handling, especially in the DRI case. Do some FatalErrorsEric Anholt3-11/+21
2004-09-11- Add disabled WIP trapezoid code for R128 and R100. The R128 rendering isEric Anholt7-330/+391
2004-09-11- Don't require Imrecise mode for Trapezoid acceleration. It looks like weEric Anholt2-1/+34
2004-09-08cursor fixesMatthew Allum2-11/+9
2004-09-07avoid ephyr breakage when tslib enabledMatthew Allum1-0/+7
2004-09-07fixes to Xephyr debug modeMatthew Allum1-1/+1
2004-09-03Update formatted docs.Kevin E Martin1-46/+41
2004-09-03First set of documentation updates.Kevin E Martin1-8/+4
2004-09-02Workaround for servers using rootless layer with damage (Bug #1168, TorreyKevin E Martin1-0/+8
2004-09-02Fix AGL display problems (Bug #1210, Torrey T. Lyons).Kevin E Martin1-51/+214
2004-09-01see changelogMatthew Allum2-6/+13
2004-09-01'-dpi' fixes for XephyrMatthew Allum3-37/+22
2004-09-01Actuall select events for -parent optionMatthew Allum1-4/+6
2004-08-31Added ephyr server sourcesMatthew Allum9-0/+1898
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt4-2/+104
2004-08-30Rather than initially place pixmaps in framebuffer based on a sizeEric Anholt1-6/+9
2004-08-29Fix make install when BuildServersOnly is YES (Bug #1213).Kevin E Martin1-0/+7
2004-08-29Don't define _XOPEN_SOURCE before including math.h on Solaris - it's notAlan Coopersmith1-2/+3
2004-08-27Fix for XV memory allocation: Also use tiled area for allocation even if itEgbert Eich1-4/+2
2004-08-27Bug #1101: Fix PaintWindow in the pixmap case when the window's origin isEric Anholt1-25/+23
2004-08-27Add missing reply for DMX (Rik Faith).Kevin E Martin1-0/+1
2004-08-27Fixed typos.Egbert Eich1-1/+1
2004-08-27- adding missing fileEgbert Eich1-0/+10
2004-08-27Added support for LynxOS 4.0 (Thomas Mueller).Egbert Eich1-9/+60
2004-08-27- Make DDC code more VESA compliant: when MaxClock is set to 0xFF it meansEgbert Eich1-1/+3
2004-08-27Fix xtest failures in Xvfb from XMatchVisualInfo test.Kevin E Martin1-6/+12
2004-08-26Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessaryEric Anholt2-1/+6
2004-08-26Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller).Egbert Eich1-2/+14
2004-08-21Documentation only update: Update XDarwin application version for release.Torrey Lyons1-2/+2
2004-08-20Fix keyboard driver failing to initialize if DoLoadableServer is NO (BugKevin E Martin1-2/+2
2004-08-19Add missing no.*Extension symbols (Bug #1131, Aaron Plattner).Kevin E Martin1-1/+11
2004-08-18Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).Kevin E Martin2-173/+26