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

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

Branch merges

Branch information

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

Recent commits

cc45f9e... by Kevin E Martin <email address hidden>

- Add version checking support to the r128 driver
- Update version numbers of ddx, mesa and drm drivers
- Add checks to make sure glx, dri and drm modules are loaded in ddx driver
- Fix 3d driver initialization failure cleanup bug

8bbccd2... by Brian Paul <email address hidden>

merge from trunk

127fd65... by Rik Faith <email address hidden>

Wrap getegid with xf86getegid

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

Allow root to pass magic authentication just like a regular user.

837ea81... by Rik Faith <email address hidden>

Updated copyright notice for VA Linux Systems, Inc. Added makedev handling
    to support non-Linux OSs [Bug #102981]. Fixed drmStrdup to use
    appropriate malloc function (vs. strdup). Modified drmAvailable to work
    on Linux and non-Linux systems [Bug #102981]. Modified drmOpenByName to
    work on Linux and non-Linux systems [Bug #102981]. Modified
    drmOpenDevice to update mode, group, and user [Bug #101067].

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

Partial sync with 2.3.99-pre9-2 kernel tree. Added copyright notices for VA
    Linux Systems, Inc. Changed email addresses to @valinux.com

516eeda... by Rik Faith <email address hidden>

Force kernel module compile to use discovered Linux tree for include files.
    Autodetect the number of parameters for kill_fasync.

6701add... by Brian Paul <email address hidden>

changed a DRM_DEBUG into DRM_INFO, per Andrew Herrick

728d5ae... by Brian Paul <email address hidden>

set DRM driver version to 1.1.0

35462dc... by Brian Paul <email address hidden>

added a const in drmCopyVersion() declaration