summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-01-05Merged ati-5-0-0Kevin E Martin
2001-01-04Sync with Linux 2.4.0-prereleaseRik Faith
2000-12-30add blit ioctl, fix plnwt handlingKeith Whitwell
2000-12-15Update date information.Gareth Hughes
2000-12-13file bufs_tmp.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-12-12- Fix nasty depth span bug. Drawable offset was not being added to pixelGareth Hughes
coords. - Remove unneeded mask parameters from clear ioctl. - Use correct subpixel offsets, fixes most glean bugs. - Remove 32-bit depth buffer support. Only use 16 or 24-bit depth buffers.
2000-12-05Import of XFree86 4.0.1gDavid Dawes
2000-12-04file mach64_dma.c was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-12-04file mach64_state.c was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-12-02file mach64_drm.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-12-02Merged ati-4-1-1-branch into trunk.Gareth Hughes
2000-11-30Import of XFree86 4.0.1fDavid Dawes
2000-11-27file context_tmp.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-11-27file driver_tmp.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-11-27file mach64_drv.h was initially added on branch mach64-0-0-1-branch.Gareth Hughes
2000-11-21Integrated bug fix from David S. Miller (a wait queue removal bug)Jeff Hartmann
2000-11-15Sync with Linux 2.4.0-test11-pre5 Provide backward compatibility testedRik Faith
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 Faith
2000-11-13file radeon_state.c was initially added on branch ati-5-0-0-branch.Kevin E Martin