summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-29More changes for sync with Linux 2.4.0-test9-pre7full-0-0-2-branchfull-0-0-1-branchRik Faith8-30/+7
2000-09-29Audit calls to schedule() Remove tags from files shared with Linux kernelRik Faith52-87/+22
tree Remove debugging statements to make debugging more useful Other minor cleanups in preparation for sync with Linux 2.4.0-test9-pre7
2000-09-28Use PG_reserved for things we remap non-cachedJeff Hartmann1-3/+2
2000-09-28Fixed two things Rik pointed out in the last commitJeff Hartmann2-0/+2
2000-09-27Merged the mga-lock-debug-0-2-0-branch with the trunk. This includesJeff Hartmann23-470/+308
several fixes including: (Jeff) Really disable multitexture (Broken since Mesa 3.4 integration.) (Jeff) Various changes in mga_state.c in the kernel module, which includes a fix to the bug where the first OGL application hangs the machine w/out rendering anything. This also includes defines for the warp registers so they are easily human readable. (Rik and Jeff) Fixed all the schedule loops in the kernel to look like they are supposed too. (Jeff) Configurable agp modes: Add the option "AGPMode2x" or "AGPMode4x" to your XF86Config file. (Rik) Various cleanups to the mga kernel driver to make it easier to read and debug. (Rik) Removed alot of DRM_DEBUG statements from the kernel driver.
2000-09-27file radeon_drv.c was initially added on branch radeon-1-0-0-branch.Kevin E Martin0-0/+0
2000-09-27file radeon_drv.h was initially added on branch radeon-1-0-0-branch.Kevin E Martin0-0/+0
2000-09-27file radeon_context.c was initially added on branch radeon-1-0-0-branch.Kevin E Martin0-0/+0
2000-09-27file radeon_drm.h was initially added on branch radeon-1-0-0-branch.Kevin E Martin0-0/+0
2000-09-27file radeon_bufs.c was initially added on branch radeon-1-0-0-branch.Kevin E Martin0-0/+0
2000-09-27file radeon_dma.c was initially added on branch radeon-1-0-0-branch.Kevin E Martin0-0/+0
2000-09-24commit xfree86 4.0.1d-pre updateAlan Hourihane54-1144/+323
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-20file mach64_drv.c was initially added on branch mach64-0-0-0-branch.Gareth Hughes0-0/+0
2000-09-20file mach64_bufs.c was initially added on branch mach64-0-0-0-branch.Gareth Hughes0-0/+0
2000-09-20file mach64_context.c was initially added on branch mach64-0-0-0-branch.Gareth Hughes0-0/+0
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-19file r128_state.c was initially added on branch ati-4-1-1-branch.Gareth Hughes0-0/+0
2000-09-19file r128_cce.c was initially added on branch ati-4-1-1-branch.Gareth Hughes0-0/+0
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 Hughes9-13/+13
2000-09-07file drm_heavy_kern_lock.c was initially added on branchJeff Hartmann0-0/+0
mga-lock-debug-0-0-1-branch.
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 Hourihane8-6/+183
2000-09-06Sync with 2.4.0-test8-pre5 kernel.Gareth Hughes32-805/+848
2000-08-31Bump version number after kernel interface change.Keith Whitwell2-4/+4
2000-08-31Pre Linux 2.4.0 compatibility header fileRik Faith1-0/+41
2000-08-30Added planemask args for color and depthbuffer clears.Keith Whitwell1-1/+6
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 Faith16-45/+15
2000-08-26Sync with Linux 2.4.0-test7 Add signal blocking support to all driversm3-0-0-1-branchRik Faith18-4/+185
(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 Faith5-18/+3
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 Faith3-25/+18
2000-08-18Sync with Linux 2.4.0-test7/pre4Rik Faith5-5/+13
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 Faith3-26/+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 Dawes2-5/+10
2000-08-16Import of XFree86 4.0.1bX_4_0_1bDavid Dawes0-0/+0
2000-08-16Initial revisionDavid Dawes8-0/+2562