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

Last commit made on 2001-02-15
Get this branch:
git clone -b mga-1-0-0-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

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

Recent commits

e9efc10... by Gareth Hughes <email address hidden>

- Remove AGP support from tdfx driver.
- Add __REALLY_HAVE_AGP to drm_agpsupport.h to prevent its inclusion where
    appropriate.

fe9bed3... by Gareth Hughes <email address hidden>

Full merge from trunk.

495741e... by Gareth Hughes <email address hidden>

Do that properly...

a39facb... by Gareth Hughes <email address hidden>

Always mark the buffer age. Fixes kernel crash when Q3 is first app to be
    run (discards a vertex buffer as part of the opening animation).

816c4a3... by Gareth Hughes <email address hidden>

Add a small number of retries to drmDMA on -EAGAIN errors. These are
    typically returned by the kernel module when there are no DMA buffers
    left, so we redo the ioctl a few times before returning the error back
    to the 3D driver.

9d1777f... by Gareth Hughes <email address hidden>

- Templated i810 driver (untested -- volunteers?)
- Misc cleanups

705abb0... by Gareth Hughes <email address hidden>

Fix typo -- head and wrap parameters were the wrong way around in TEST_AGE,
    which made the buffer age test always pass.

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

Ha ! Nice One. WTF?? again... Should be __REALLY_HAVE_AGP, not
    __MUST_HAVE_AGP.

545cf76... by Gareth Hughes <email address hidden>

Add Radeon 3D driver to branch.

fba1368... by Gareth Hughes <email address hidden>

Templated radeon kernel module.