~thong-u/unoptimized/+git/libdrm:mgadh-0-0-3-branch

Last commit made on 2000-05-30
Get this branch:
git clone -b mgadh-0-0-3-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
mgadh-0-0-3-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

c37a7e2... by Jeff Hartmann <email address hidden>

Merged trunk into mgadh-0-0-3-branch

7bb8be0... by Keith Whitwell <email address hidden>

Enable interrupt sharing, make timeout check more forgiving.

fed8c1a... by Jeff Hartmann <email address hidden>

Added option to enable 3dnow in the host.def file. Enabled by default in
    our host.def file.
Turned on G200.
Major rewrite of how the kernel module deals with primary/secondary
    buffers.
Added fastpath asm that was posted on the Utah-GLX devel list.
Audit of use of int's when they should be unsigned int's.
-Jeff

c6e6ec0... by Jeff Hartmann <email address hidden>

Made flush not wait for interrupt + misc cleanup

5978505... by Jeff Hartmann <email address hidden>

Remove i810 vma stuff (fixes bug)

819711e... by Keith Whitwell <email address hidden>

New ioctl to support setupdma.
Setupdma path requires bigger dma buffers -- using 32 buffers of 64k each
    to handle arrays of upto 1350 vertices.

eadc29a... by Jeff Hartmann <email address hidden>

Fixed hole where the buffer mappings get copied on fork (requires
    2.3.99-pre6 which is not out yet)

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

Fix for periodic lockup caused by buffer leakage to hardware.

312641c... by Keith Whitwell <email address hidden>

Kernel portions of the i810 security model - verification and emission of
    state, verification of vertex buffers, implementation of swap and
    clear.

5aa43c0... by Jeff Hartmann <email address hidden>

Created a seperate fops structure so that the code only changes mmap for
    the file its operating on