summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-12-02Merged ati-4-1-1-branch into trunk.ati-4-1-1-20001202-merge-trunkX_4_0_1h-20001207-mergeX_4_0_1h-20001205-mergesse-1-0-1-branchGareth Hughes15-1396/+3726
2000-11-30Import of XFree86 4.0.1fX_4_0_1fDavid Dawes1-3/+15
2000-11-27file context_tmp.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes0-0/+0
2000-11-27file driver_tmp.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes0-0/+0
2000-11-27file mach64_drv.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes0-0/+0
2000-11-21Integrated bug fix from David S. Miller (a wait queue removal bug)X_4_0_1g-20001130-mergeX_4_0_1f-20001130-mergeJeff Hartmann1-0/+1
2000-11-15Sync with Linux 2.4.0-test11-pre5 Provide backward compatibility testedRik Faith22-234/+291
against 2.2.18pre21 As usual, since all 2.4.0-test* kernels set LINUX_VERSION_CODE to the same value, if you are running a 2.4.0-test kernel, you MUST be running 2.4.0-test11-pre4 or later (although anything after 2.4.0-test11-pre1 should work fine -- I tested with pre4/pre5). I expect 2.2.x support to continue to work for all recent kernels, but I tested with 2.2.18pre21 -- we use the old intermodule symbol communication for 2.2.x kernels, so they should all continue to work.
2000-11-14Move .c to .h fileRik Faith1-293/+0
2000-11-13file radeon_state.c was initially added on branch ati-5-0-0-branch.Kevin E Martin0-0/+0
2000-11-13file radeon_cp.c was initially added on branch ati-5-0-0-branch.Kevin E Martin0-0/+0
2000-11-10Split agpsupport.c into pre-2.4.0 version and current version.Rik Faith1-0/+293
2000-11-08merge with 4.0.1dX_4_0_1e-20001107-mergeX_4_0_1d-20001107-mergeDavid Dawes12-12/+60
2000-11-07Import of XFree86 4.0.1dX_4_0_1eX_4_0_1dDavid Dawes2-18/+6
2000-11-01Added multitexture fix to the mga drm driverJeff Hartmann1-1/+1
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