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

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

Branch merges

Branch information

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

Recent commits

c326787... by Rik Faith <email address hidden>

Update copyright for 2000

75acf36... by Rik Faith <email address hidden>

Fix linked list bug Update copyright lines for 2000

19e480b... by Rik Faith <email address hidden>

Change drmAgpAlloc and drmAgpBind prototypes to match other, similar,
    prototypes; thereby allowing better error information to be returned.

c8884f9... by Rik Faith <email address hidden>

Fixed bookkeeping of bound/unbound AGP memory Fix ability to add a valid
    mapping for AGP memory Support select(2) [required for SilkenMouse in
    3.9.17] Make /proc/dri/?/vm report AGP memory nicely Make AGP ioctls
    valid Clean up AGP resources at takedown and module cleanup times

26256f9... by Rik Faith <email address hidden>

Fix return values to match documentation. Make all ioctl calls have 3
    parameters [Dieter N�tzel]

6073f0d... by Rik Faith <email address hidden>

Add agpsupport to libdrm.

6d4246c... by Rik Faith <email address hidden>

Implement high-level AGP API

e9efb5e... by Rik Faith <email address hidden>

First pass at libdrm API.

4302fe7... by Rik Faith <email address hidden>

Wrap all agp/gart module functions in DRM API

5cce83d... by Rik Faith <email address hidden>

Recognize AGP driver availability Start to wrap AGP driver functions