~thong-u/unoptimized/+git/libdrm:tdlabs-0-0-1-branch

Last commit made on 2002-08-06
Get this branch:
git clone -b tdlabs-0-0-1-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
tdlabs-0-0-1-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

d469258... by Alan Hourihane <email address hidden>

commit Sven Luther's patch to new tdlabs-0-0-1-branch for Permedia3/Gamma
    work.

881a9b2... by Michel Dänzer

fix off-by-one error for right bottom corner in radeon_emit_clip_rect()
    (Jacek Rosik)

8fa8db1... by Tim Smith <email address hidden>

Workaround for Radeon lockups on fast machines

9a3a314... by Michel Dänzer

bump DRM minor and check it before using the GETPARAM ioctl to obtain
    scratch register values

fd86ac9... by Michel Dänzer

Don't read scratch registers directly, obtain the values via the GET_PARAM
    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)

2ec9c15... by Eric Anholt <email address hidden>

Increase the linux-compatibility max ioctl.

9ceabc5... by Alan Hourihane <email address hidden>

remove obsolete files

59c07e4... by Alan Hourihane <email address hidden>

remove files missed by merge

74ef13f... by Alan Hourihane <email address hidden>

merged bsd-3-0-0-branch

24025ca... by Keith Whitwell <email address hidden>

Fix some more pageflipping issues -- existing code was doing MMIO writes
    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.