~thong-u/unoptimized/+git/libdrm:trident-0-0-2-branch

Last commit made on 2003-04-03
Get this branch:
git clone -b trident-0-0-2-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
trident-0-0-2-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

774076f... by Alan Hourihane <email address hidden>

fix the copyright messages and bump the date

2a09871... by Alan Hourihane <email address hidden>

add trident kernel driver (purely for locking a.k.a tdfx)

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

Whitespace and remove a dead commented line.

8e51112... by Leif Delgass <email address hidden>

Warning fix (use %p format for filp)

8926aca... by Eric Anholt <email address hidden>

Spelling fixes in comments.
Submitted by: Linus Torvalds <email address hidden>

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

Remove dead vma code and remove the unused devstate struct definition.

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

Add DRMFILE definitions and supply filp for BSD in the
    post-drm-filp-0-1-branch world. The filp is a void * cast from the
    current pid. This is a temporary solution which maintains the status
    quo until a proper solution is implemented.
What is really needed is a unique pointer per open, hopefully with a device
    private area. This can be done in FreeBSD for all entry points except
    mmap, but is difficult (sys/dev/streams/streams.c is an example). I
    have partially completed code for this but have not had time to debug,
    so this is a temporary fix.

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

buf->filp is a pointer, so make printf format args be %p not %d

1728bc6... by Keith Whitwell <email address hidden>

merged drm-filp-0-1-branch

37cb114... by Keith Whitwell <email address hidden>

Add 2nd arg for DRM_FREE