summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-21Add Linux 2.2.x support for stubsRik Faith
2001-02-21file gamma_drm.h was initially added on branch sarea-1-0-0-branch.Jeff Hartmann
2001-02-20Fix some warnings and flush pixel cache in idle routine so readpixels worksJeff Hartmann
correctly
2001-02-20Disable DRIVER_DMA_QUIESCENT() in r128, radeon drivers. Prevents deadlockGareth Hughes
in the locking process when the engine isn't idle.
2001-02-16- Clean up the way customization of the templates is done.Gareth Hughes
- Fix old-style DMA for gamma driver (please test). - Pull out IRQ handling into drm_dma.h (please test on i810, gamma). - Lots of general cleanups, remove compiler warnings etc.
2001-02-15Added missing include "drm_lists.h".Keith Whitwell
i810 now working fine with new kernel module.
2001-02-15- Fix up merge.Gareth Hughes
- Update date stamps.
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes
2001-02-14file i810.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-02-14file radeon.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-02-14file r128.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-02-14file r128_drm.c was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-02-14file tdfx.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-02-14file tdfx_drm.c was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-02-13file gamma_context.c was initially added on branch mga-1-0-0-branch.Alan Hourihane
2001-02-09file gamma_drm.c was initially added on branch mga-1-0-0-branch.Alan Hourihane
2001-02-09file gamma.h was initially added on branch mga-1-0-0-branch.Alan Hourihane
2001-02-02file dristat.c was initially added on branch mga-1-0-0-branch.Rik Faith
2001-02-01file drm_stub.h was initially added on branch mga-1-0-0-branch.Rik Faith
2001-01-29Corresponding sync with PCI GART updates.Gareth Hughes
2001-01-28Fix depth clears properly this time. Update all instances ofGareth Hughes
drmRadeonClear() to the new interface.
2001-01-26Client-side updates for drmRadeonClear(...), fixes color/depth bufferGareth Hughes
clears.
2001-01-24file mga_warp.c was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file mga_ucode.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file mga_drm.c was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file mga.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_vm.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_lock.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_memory.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_bufs.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_proc.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_fops.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_init.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_ioctl.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_drv.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_context.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_drawable.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_agpsupport.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_auth.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_dma.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24file drm_lists.h was initially added on branch mga-1-0-0-branch.Gareth Hughes
2001-01-24- Misc cleanups.Gareth Hughes
- Fix drmR128Clear parameters (Radeon to follow). - Add some helper macros to r128/radeon kernel modules.
2001-01-23file ati_pcigart.h was initially added on branch ati-pcigart-0-0-1-branch.Jeff Hartmann
2001-01-23file ati_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.Jeff Hartmann
2001-01-18Fixed problem preventing compile on system w/o agpgart.Jeff Hartmann
2001-01-17file r128_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.Jeff Hartmann
2001-01-17file scatter.c was initially added on branch ati-pcigart-0-0-1-branch.Jeff Hartmann
2001-01-13Remove debug messages.Gareth Hughes
2001-01-11Makefile.linux was checking $(MACHINE) for 'i386' before building theKeith Whitwell
i810.o module. However on my i810's, $(MACHINE) is 'i686'.
2001-01-08Merged tdfx-3-0-0Nathan Hand