~thong-u/unoptimized/+git/libdrm:mesa-4-0-4-branch

Last commit made on 2003-02-08
Get this branch:
git clone -b mesa-4-0-4-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
mesa-4-0-4-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

939c60b... by Eric Anholt <email address hidden>

Remove the untested, unused gamma driver.

6e37c20... by Eric Anholt <email address hidden>

Unitialize mutexes on cleanup, fixes panics on 5.0 with WITNESS.

6f79735... by Eric Anholt <email address hidden>

Update Radeon PCI IDs.

f0dd998... by Eric Anholt <email address hidden>

Remove the untested vblank signal code from this branch.

fa35513... by Michel Dänzer

fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption of
    large textures), and get rid of superfluous local y variable

2298f2a... by Michel Dänzer

disable strict aliasing for building the DRM

0618c13... by Michel Dänzer

fix PCI and AGP posting problems (based on testing by Chris Ison and
    suggestions by Benjamin Herrenschmidt and Arjan van de Ven)
remove radeon_flush_write_combine() which has been unused for a while

164485d... by Michel Dänzer

only acknowledge interrupts we handle - others could be used outside the
    DRM

f93afda... by Keith Whitwell <email address hidden>

Fix size of VERTEX2 ioctl struct (Egbert Eich)

053ea8a... by Michel Dänzer

don't inflate relative vblank sequence numbers on repeated calls (e.g. when
    interrupted by a signal)