summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)AuthorFilesLines
2000-05-30Merged trunk into mgadh-0-0-3-branchmgadh-0-0-3-branchJeff Hartmann17-584/+3201
2000-05-15Enable interrupt sharing, make timeout check more forgiving.Keith Whitwell1-7/+24
2000-05-05Added option to enable 3dnow in the host.def file. Enabled by default inJeff Hartmann4-302/+268
our host.def file. Turned on G200. Major rewrite of how the kernel module deals with primary/secondary buffers. Added fastpath asm that was posted on the Utah-GLX devel list. Audit of use of int's when they should be unsigned int's. -Jeff
2000-04-24Made flush not wait for interrupt + misc cleanupJeff Hartmann3-90/+81
2000-04-22Remove i810 vma stuff (fixes bug)Jeff Hartmann3-52/+10
2000-04-21New ioctl to support setupdma.Keith Whitwell5-3/+142
Setupdma path requires bigger dma buffers -- using 32 buffers of 64k each to handle arrays of upto 1350 vertices.
2000-04-17Fixed hole where the buffer mappings get copied on fork (requiresJeff Hartmann2-22/+78
2.3.99-pre6 which is not out yet)
2000-04-13Fix for periodic lockup caused by buffer leakage to hardware.Keith Whitwell1-8/+25
2000-04-13Kernel portions of the i810 security model - verification and emission ofKeith Whitwell7-137/+770
state, verification of vertex buffers, implementation of swap and clear.
2000-04-10Created a seperate fops structure so that the code only changes mmap forJeff Hartmann2-2/+16
the file its operating on
2000-04-06Initial checkin of mmap security modelJeff Hartmann6-183/+111
2000-04-05Fixed reclaim OopsJeff Hartmann5-27/+88
2000-04-04Merged mga branch with trunkmga-0-0-2-20000404-mergeJeff Hartmann32-3582/+3968
2000-03-16Merge with 4.0ati-4-0-1-20000319-baseX_4_0-20000315-mergeJeff Hartmann13-27/+14
2000-03-15Import of XFree86 4.0X_4_0Jeff Hartmann9-18/+9
2000-02-223.9.18 mergefreeze-20000226dispatch-0-0-3-20000225-mergeX_3_9_18-20000222-mergesmt-0-0-2-branchKevin E Martin5-9/+11
2000-02-22Import of XFree86 3.9.18X_3_9_18Kevin E Martin26-24/+7215
2000-01-28Fixed freelist_put bugdispatch-0-0-3-20000225dispatch-0-0-2-20000212dispatch-0-0-1-20000129-mergedispatch-0-0-3-branchdispatch-0-0-2-branchJeff Hartmann1-2/+2
2000-01-17Try a more complex (and more correct?) method for finding kernel inlcudeRik Faith2-19/+33
files
2000-01-15Remove -g from build Fix lost code from tdfx-1-1 merge in tdfx_priv.c LowerDaryll Strauss1-3/+11
the minimum required fifo size Fix the kernel tree detection in the Makefile
2000-01-13Add new code to do SMP/MODVERSIONS detection for more distributionsRik Faith2-31/+44
2000-01-12Add a drm_poll function to the tdfx driver. This fixes the problem withDaryll Strauss3-3/+18
3.9.17 where the server hangs when the mouse is first moved.
2000-01-06Import of XFree86 3.9.17X_3_9_17Rik Faith16-30/+24
1999-12-18Rename the device to be /dev/dri instead of /dev/dri to avoid a conflict.dispatch-0-0-1-20000128dispatch-0-0-1-branchDaryll Strauss1-8/+8
Rename proc entry from /proc/graphics to /proc/dri to be consistent.
1999-12-08Sync with Linux 2.3.30Rik Faith1-1/+7
1999-12-07Move Mesa to xc/extras Update to the latest Mesa 3.2 code Fix the Q3DemoDaryll Strauss9-89/+187
bugs (white railgun and texture mapping) Simplify driver texture mapping routines Fix device driver for 2.3 kernels Improve performance
1999-12-05First DRI release of 3dfx driver.Daryll Strauss24-0/+6999