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

Last commit made on 2002-04-09
Get this branch:
git clone -b drmcommand-0-0-1-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

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

Recent commits

78de7fd... by Jens Owen <email address hidden>

Added version checking for drm library, included new entry point:
drmGetLibVersion
This is now used by r128, radeon, glint, i810, i830 and mga drivers

67a7691... by Jens Owen <email address hidden>

fixed compile error for 3D driver tree.

9debd76... by Alan Hourihane <email address hidden>

Update bsd kernel modules with Jen's latest changes

fea2c78... by Jens Owen <email address hidden>

Added Intel 830 entry points in libdrm compatability module.

07f9ee5... by Jens Owen <email address hidden>

Cleaned up header file dependencies. Drivers still using old style DRM
    extensions are now using the compatability module.

36ee026... by Alan Hourihane <email address hidden>

remove the DRM_COMPAT_IOCTL_RADEON_CP_INIT (no longer needed with Jens new
    interface)

533f6f4... by Alan Hourihane <email address hidden>

fixups for *bsd (not yet tested)

73c1724... by Jens Owen <email address hidden>

Finished up radeon driver suite, by completing 3D driver transition to
    drmCommand interface.
Build is working. Tested on Radeon w/ glxinfo, gears and tuxracer.

a0effcf... by Jens Owen <email address hidden>

Converted all the radeon specific drm calls to drmCommand interface for 2D
    driver. 3D driver is not converted, yet...I don't expect a full build
    to work at this point.

ed7b270... by Jens Owen <email address hidden>

Added basic framework for drmCommand interface for new HW specific
    extensions that need to be passed to the kernel DRM drivers. The old
    style interface will be frozen with 4.2 and contained in the
    xf86drmCompat.c module for backwards compatability.
This version only has RadeonInitCP transitioned to the new interface. All
    the other driver specific drm calls still need to be converted.