summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)AuthorFilesLines
2000-09-24commit xfree86 4.0.1d-pre updateAlan Hourihane36-108/+184
2000-09-23Import of XFree86 4.0.1d-pre (2)X_4_0_1d-preAlan Hourihane3-4/+4
2000-09-22Import of XFree86 4.0.1d-preAlan Hourihane3-16/+77
2000-09-19Make management of current->state more correct.Rik Faith1-1/+1
2000-09-19Make management of current->state correct (accidentally made incorrect whenRik Faith1-1/+2
fixing the trispd bug).
2000-09-19Correct sync with 2.4.0-test9-pre4 kernel.Gareth Hughes1-1/+1
2000-09-19Sync with 2.4.0-test9-pre4 kernel.Gareth Hughes2-5/+5
2000-09-14axp cast fix.Alan Hourihane1-1/+1
2000-09-13Remove debugging statement from production code.Rik Faith1-1/+0
2000-09-13Fix for [Bug #112247] Hard MGA lock with trispd -size 50000Rik Faith1-5/+6
2000-09-10Sync with 2.4.0-test8 kernel.sse-1-0-0-branchGareth Hughes5-7/+7
2000-09-07Merge of tdfx branch undid the changes from the 2.4.0-test8-pre5 kernelGareth Hughes3-23/+3
sync, so apply them again.
2000-09-07Merged tdfx-2-1-branchtdfx-2-1-20000907-mergeAlan Hourihane6-5/+106
2000-09-06Sync with 2.4.0-test8-pre5 kernel.Gareth Hughes27-666/+698
2000-08-31Bump version number after kernel interface change.Keith Whitwell1-2/+2
2000-08-31Pre Linux 2.4.0 compatibility header fileRik Faith1-0/+41
2000-08-30Initialize vertsize correctly. Add planemask arguments for color and depthKeith Whitwell4-58/+121
stencil clearing.
2000-08-28Add compatibility header file to make Linux 2.4.0 kernel patches cleaner.Rik Faith10-26/+9
2000-08-26Sync with Linux 2.4.0-test7 Add signal blocking support to all driversm3-0-0-1-branchRik Faith11-2/+120
(using control-z on a running direct-rendering client should work now)
2000-08-25Apply patch from Alan Hourihane to temporarily allow compilation on AlphaRik Faith3-0/+24
(the driver has not been tested on Alpha -- this just makes it compile)
2000-08-25Remove misleading authorship information from sis driver (author has beenRik Faith4-12/+2
contacted and will provide improved information later) Rename sis_drm_public.h to sis_drm.h to be consistent with the other drivers.
2000-08-25Improve detection of kill_fasync parameter count Make compilation of sis.oRik Faith2-6/+23
depend on CONFIG_FB_SIS
2000-08-20Bug fixes for 32bpp rendering (still disabled)Keith Whitwell1-4/+6
2000-08-18Possible fix for trispd bugJeff Hartmann2-36/+45
2000-08-18Fix ABA problem in drm_freelist_{put,try}Rik Faith2-25/+17
2000-08-18Sync with Linux 2.4.0-test7/pre4Rik Faith4-4/+11
2000-08-17Bug #112196: auth.c uses semaphores while holding spinlocks Make spinlockedRik Faith1-2/+2
region smaller to avoid semaphore.
2000-08-17Bug #112197 Made sis driver compile under 2.4.0-test7/pre4Rik Faith2-15/+3
2000-08-16Fix for bug #111744 which caused any application to never render and dma toJeff Hartmann1-1/+1
stall on certain mga cards
2000-08-16first part of 4.0.1b mergeX_4_0_1b-20000816-mergeDavid Dawes1-1/+8
2000-08-16Initial revisionDavid Dawes7-0/+1847
2000-08-08Sync with Linux 2.4.0-test6-pre8ati-4-0-2-branchRik Faith11-29/+49
2000-08-07Fix for multiple sarea bug + agp built into kernel segfaultJeff Hartmann3-16/+89
2000-08-04Sync with Linux 2.4.0-test6-pre2Rik Faith24-169/+196
2000-07-22Fix typoRik Faith1-2/+2
2000-07-22Move to new, denser, easier-to-read Linux kernel Makefile formatRik Faith1-84/+56
2000-07-21Revert some changes and try alternative way to clean up AGP handling.Rik Faith1-3/+3
2000-07-21Revert some changes and try alternative way to clean up AGP handling.Rik Faith7-20/+26
2000-07-21Fixes for building in the kernel treeRik Faith1-1/+5
2000-07-21Changes to make AGP optional for in-kernel buildsRik Faith7-23/+18
2000-07-20kfree_s was deprecated in 2.4.0-test?Rik Faith1-1/+1
2000-07-20More fixups for kernel build: EXPORT_SYMTAB warning removalRik Faith8-6/+36
put_module_symbol clean up of tdfx tdfx_cleanup routine Makefile.kernel fix
2000-07-20Fixes for building in the kernel treeRik Faith2-5/+6
2000-07-20Fixed for monolithic kernel buildRik Faith2-2/+5
2000-07-20Fix signature for *_options functionRik Faith5-6/+6
2000-07-20Added support for building as modules or as part of monolithic kernelRik Faith6-145/+68
2000-07-19Bump driver dates and add descriptionsRik Faith5-7/+7
2000-07-19Allow SAREA > 1 page in sizeRik Faith1-1/+1
2000-07-19Sync with Linux 2.4.0-test4 kernelRik Faith13-69/+151
2000-07-13applied Jeff's xf86cvs-I810copy.patchBrian Paul5-23/+91