summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix off-by-one error for right bottom corner in radeon_emit_clip_rect()GEODE-BASE-DRIVERreinit-0-0-1-branchgeode-0-0-1-branchMichel Daenzer2002-07-182-4/+2
| | | | (Jacek Rosik)
* Workaround for Radeon lockups on fast machinesTim Smith2002-07-172-2/+26
|
* bump DRM minor and check it before using the GETPARAM ioctl to obtainMichel Daenzer2002-07-141-3/+3
| | | | scratch register values
* Don't read scratch registers directly, obtain the values via the GET_PARAMMichel Daenzer2002-07-116-58/+84
| | | | | | ioctl. The DRM reads them from memory addresses the chip writes to on updates. Fall back to reading the registers directly with an old DRM. (Tim Smith, cleanups by myself)
* Increase the linux-compatibility max ioctl.Eric Anholt2002-07-091-1/+1
|
* remove obsolete filesAlan Hourihane2002-07-0617-12306/+0
|
* remove files missed by mergeAlan Hourihane2002-07-053-1003/+0
|
* merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane2002-07-05141-5315/+18140
|
* Fix some more pageflipping issues -- existing code was doing MMIO writestrunk-20020705Keith Whitwell2002-07-041-10/+14
| | | | | while ring was active. There is still an MMIO read in there, but I haven't seen any lockups that could be attributed to it.
* Revert SET_SCISSORS change.Keith Whitwell2002-07-041-3/+4
|
* Fix lockup on faster machines when drawing in multiple clip rectanglestrunk-20020703Tim Smith2002-07-022-3/+3
| | | | (e.g. when part of a 3D window is obscured by another window)
* Set pfCurrentPage on cleanup_pageflipKeith Whitwell2002-06-271-0/+2
|
* gamma_alloc -> DRM(alloc)xv845g-0-1-bptrunk-20020626xv845g-0-1-branchAlan Hourihane2002-06-252-2/+2
|
* file s3v.h was initially added on branch s3virge-0-0-1-branch.Max Lingua2002-06-250-0/+0
|
* file s3v_dma.c was initially added on branch s3virge-0-0-1-branch.Max Lingua2002-06-250-0/+0
|
* file s3v_drm.h was initially added on branch s3virge-0-0-1-branch.Max Lingua2002-06-250-0/+0
|
* file s3v_drv.c was initially added on branch s3virge-0-0-1-branch.Max Lingua2002-06-250-0/+0
|
* file s3v_drv.h was initially added on branch s3virge-0-0-1-branch.Max Lingua2002-06-250-0/+0
|
* file s3v_regs.h was initially added on branch s3virge-0-0-1-branch.Max Lingua2002-06-250-0/+0
|
* file radeon_state.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file radeon.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file radeon_drm.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga_dma.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga_drv.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga_ucode.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga_warp.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga_state.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file radeon_drv.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file mga_drm.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file radeon_cp.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-210-0/+0
|
* file r128_state.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-190-0/+0
|
* file r128_drv.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-190-0/+0
|
* file r128_cce.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-190-0/+0
|
* file r128.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-190-0/+0
|
* file r128_drm.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-190-0/+0
|
* endianness fixesMichel Daenzer2002-06-181-2/+3
|
* file drm_os_netbsd.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-06-170-0/+0
|
* merged tcl-0-0-branchtrunk-20020617tcl-0-0-20020612-mergeKeith Whitwell2002-06-129-708/+917
|
* fixes for big endian in general and powerpc in particulardmx-1-0-20021129-finaldmx-1-0-20021115-betadmx-1-0-20021025-alphadmx-1-0-20020926-finaldmx-1-0-20020830-betadmx-1-0-20020719-alphadmx-1-0-20020604-phase1dmx-1-0-20020603-basedmx-1-0-branchMichel Daenzer2002-06-026-79/+57
|
* Import Mesa 4.0 port of I830M/I845G 3D driver funded by 2d3d. ImportJeff Hartmann2002-05-292-8/+4
| | | | | | Lastest i810 ddx driver changes from XFree86 CVS to support the I845G. Fixup warnings in I830M kernel driver. -Jeff
* file r128_drv.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file mga_drv.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file tdfx.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file i830_dma.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file i830.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file i830_drv.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file i830_drv.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file i810_drv.h was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|
* file radeon_drv.c was initially added on branch bsd-3-0-0-branch.Eric Anholt2002-05-290-0/+0
|