Age | Commit message (Expand) | Author |
2002-08-27 | Remove drm_linux.h, it's no longer used. | Eric Anholt |
2002-08-27 | Include non-radeon modules in the build. | Eric Anholt |
2002-08-26 | merged r200-0-1-branch | Keith Whitwell |
2002-08-22 | Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been | Leif Delgass |
2002-08-22 | SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9). | Leif Delgass |
2002-08-21 | Change the linux kernel version condition in the i810 driver (according to | Jose Fonseca |
2002-08-21 | Remove drm_linux.h, move the two useful defines into drm_drv.h (the only | Eric Anholt |
2002-08-21 | add missing include (for udelay), remove unused counter. | Leif Delgass |
2002-08-21 | TRUE and FALSE don't seem to be defined everywhere... | Michel Daenzer |
2002-08-12 | zero-cliprect case patch from Jacek | Keith Whitwell |
2002-08-11 | test scratch register writeback before using it | Michel Daenzer |
2002-08-08 | Try to open the /dev/dri/cardX device once, then only if it fails check the | Eric Anholt |
2002-08-06 | Updates from Rusty Russell to: | Rik Faith |
2002-07-18 | fix off-by-one error for right bottom corner in radeon_emit_clip_rect() | Michel Daenzer |
2002-07-17 | Workaround for Radeon lockups on fast machines | Tim Smith |
2002-07-14 | bump DRM minor and check it before using the GETPARAM ioctl to obtain | Michel Daenzer |
2002-07-11 | Don't read scratch registers directly, obtain the values via the GET_PARAM | Michel Daenzer |
2002-07-09 | Increase the linux-compatibility max ioctl. | Eric Anholt |
2002-07-06 | remove obsolete files | Alan Hourihane |
2002-07-05 | remove files missed by merge | Alan Hourihane |
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane |
2002-07-04 | Fix some more pageflipping issues -- existing code was doing MMIO writes | Keith Whitwell |
2002-07-04 | Revert SET_SCISSORS change. | Keith Whitwell |
2002-07-02 | Fix lockup on faster machines when drawing in multiple clip rectangles | Tim Smith |
2002-06-27 | Set pfCurrentPage on cleanup_pageflip | Keith Whitwell |
2002-06-25 | gamma_alloc -> DRM(alloc) | Alan Hourihane |
2002-06-25 | file s3v.h was initially added on branch s3virge-0-0-1-branch. | Max Lingua |
2002-06-25 | file s3v_dma.c was initially added on branch s3virge-0-0-1-branch. | Max Lingua |
2002-06-25 | file s3v_drm.h was initially added on branch s3virge-0-0-1-branch. | Max Lingua |
2002-06-25 | file s3v_drv.c was initially added on branch s3virge-0-0-1-branch. | Max Lingua |
2002-06-25 | file s3v_drv.h was initially added on branch s3virge-0-0-1-branch. | Max Lingua |
2002-06-25 | file s3v_regs.h was initially added on branch s3virge-0-0-1-branch. | Max Lingua |
2002-06-21 | file radeon_state.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file radeon.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file radeon_drm.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga_dma.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga_drv.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga_ucode.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga_warp.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga_state.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file radeon_drv.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file mga_drm.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-21 | file radeon_cp.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-19 | file r128_state.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-19 | file r128_drv.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-19 | file r128_cce.c was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-19 | file r128.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-19 | file r128_drm.h was initially added on branch bsd-3-0-0-branch. | Eric Anholt |
2002-06-18 | endianness fixes | Michel Daenzer |