summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver
AgeCommit message (Expand)AuthorFilesLines
2003-09-11adjust calculation of pVis->nplanes, fixes NWNtrunk-20030912keithw1-7/+13
2003-09-09Use spldrm/splx around tsleep() in DRM_WAIT_ONkeithw1-5/+7
2003-09-07Correct format in debug printfs (free is a pointer, not an int).anholt1-2/+2
2003-09-07Fix for older -stable.anholt1-1/+2
2003-09-04i810 texmem changesairlied1-1/+3
2003-08-29Update to reflect renaming of SIS ioctls.anholt1-1/+1
2003-08-29These files were missed in the SiS DRM commit.anholt2-0/+82
2003-08-29These #if SISNEWDRI should be version >=4.3.0 checks, because the new code isanholt1-3/+3
2003-08-29Bring over TW's changes one more time. A small part is based on changes Ianholt22-1919/+822
2003-08-29Port the SiS DRM to FreeBSD. This includes the ability for the DRM to allocateanholt14-822/+903
2003-08-29Add DRM(calloc), which is convenient, used by the new sis code, and takesanholt5-0/+30
2003-08-29Update radeon PCI IDs.anholt1-4/+4
2003-08-29This PCI header has been living in dev/pci/ for a while now.anholt1-1/+1
2003-08-28Remove superfluous TLB flushmdaenzer1-7/+1
2003-08-27Merge from XFree86 CVS.anholt16-886/+2173
2003-08-26Rename agp to gart for radeonmdaenzer2-4/+4
2003-08-26Remove artificial PCI GART limitations, rename AGP to GART where appropriatemdaenzer13-239/+242
2003-08-23Bring over sis driver from XFree86 CVS. The added files were missing thoughanholt38-11745/+42002
2003-08-19Merge radeon driver from XFree86 CVS (these need to be merged as well formdaenzer3-730/+1734
2003-08-19Fix the debug build.anholt1-1/+1
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beinganholt26-30/+67
2003-08-18Clean up Radeon DRI resume codemdaenzer5-267/+110
2003-08-18Make r128_do_wait_for_idle static, as it's only used in this file.anholt1-3/+1
2003-08-18Remove an unnecessary #define __NO_VERSION__anholt1-1/+0
2003-08-18Merge radeon DDX driver from XFree86 CVS trunk. Add radeon_pci.h and guardmdaenzer15-1027/+2036
2003-08-15Merge from 2.6 kernel (Linus Torvalds)mdaenzer5-33/+56
2003-08-15DA: loads of whitespace .. some from Linus, some from meairlied1-43/+48
2003-08-13DA: patch from Matthew upgraded to latest DRI head to solveairlied5-15/+133
2003-08-12Whitespace cleanup from the pageflipping commit.anholt1-2/+2
2003-08-12Document change in interface version 1.9.anholt1-0/+1
2003-08-12Document the changes in interface version 2.5.anholt1-0/+1
2003-08-12Merge from FreeBSD r1.11: We have memset in the kernel, no need to define itanholt1-3/+1
2003-08-11fix static buildairlied1-2/+0
2003-08-11DA: fix i810 static x server buildairlied1-4/+5
2003-08-11DA: code cleanups for i810_dma.c from 2.4 kernelairlied1-15/+31
2003-08-08Added some information as to when (which DRM version) various queriesidr1-0/+2
2003-08-08Removed the R{ADEON,200}_AGP_TEX_OFFSET contant as it's not really aidr1-2/+0
2003-08-07build fix for kernels >= 2.6mdaenzer1-1/+1
2003-08-06Fix maplist entries being used after they were freed; thanks to Benjaminmdaenzer1-39/+37
2003-07-29* IRQ code cleanup suggested by Linus Torvaldsmdaenzer11-35/+31
2003-07-26Degrade uninformative error message to debug message, as in other driversmdaenzer1-1/+1
2003-07-26Add Rage 128 pageflipping support, defaults to off. DRM version bump to 2.5.0.anholt10-74/+274
2003-07-26Fix FreeBSD build after IRQ changes.anholt1-2/+2
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakmdaenzer14-45/+77
2003-07-25Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the Xmdaenzer1-0/+4
2003-07-14fix calculation of CRTC2 frame offset with page flippingmdaenzer1-4/+4
2003-07-11Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module inkeithw1-1/+42
2003-07-09DA: fix for bug 484 in Bugzilla, originally from me, reworked by David Dawesairlied5-33/+40
2003-07-08Removed unused __HAVE_KERNEL_CTX_SWITCH, whatever that was.keithw1-36/+3
2003-07-04Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved fromldelgass1-1/+0