~thong-u/unoptimized/+git/libdrm:drm-sman-branch

Last commit made on 2006-06-06
Get this branch:
git clone -b drm-sman-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
drm-sman-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

1e0a04b... by Thomas Hellstrom <email address hidden>

Replace the hash table list with linux hlists for better memory usage. Fix
    copyright statement.

c0f01d8... by Thomas Hellstrom <email address hidden>

Fix key generation error.

fa3ac53... by Thomas Hellstrom <email address hidden>

Replacing SiS and VIA memory managers.

f4e6e44... by Roland Scheidegger <email address hidden>

Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new
    packet type for making it possible to address whole tcl vector space
    and have a larger count)

9e0320a... by Roland Scheidegger <email address hidden>

add forgotten register define for previous commit

e1b627c... by Roland Scheidegger <email address hidden>

Do a tcl state flush before accessing tcl vector space. This fixes some
    more problems with flickering (bug #6637). drm may not be appropriate
    place for this, since doing that flush there might both be overkill and
    insufficient in some cases. However, it's hard to figure out when that
    flush is needed, so this has to suffice. There does not seem to be a
    performance penalty associated with it.

79e5969... by Dave Airlie <email address hidden>

rip out unneeded back compat code

b1a64b8... by Dave Airlie <email address hidden>

add consts to radeon microcode.
From: tilman

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

Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support.
PR: kern/97056 Submitted by: Stanislav Sedov <email address hidden>

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

Add the bits for vblank support on FreeBSD, which most importantly avoids
    chasing a NULL pointer at the first 3d app invocation.