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

Last commit made on 2001-03-13
Get this branch:
git clone -b sarea-1-0-0-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

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

Recent commits

22a4ea4... by Kevin E Martin <email address hidden>

- Merge from trunk into branch II

5d66ea4... by Kevin E Martin <email address hidden>

- Merge from trunk into branch

7e820fc... by Kevin E Martin <email address hidden>

- Prepare for merge with trunk
- Change variable names to be more consistent
- Fix bug in per-context creation routine
- Fix root-only permissions for get/setsareactx IOCTLs
- Back out incomplete gamma changes
- Fix some compilation warning messages
- Various code cleanups
- Disable per-context SAREA example code for Radeon This can be re-enabled
    when it is actually used by the driver. Look for '#ifdef
    PER_CONTEXT_SAREA' in the client-side and ddx Radeon driver.

78b07aa... by Jeff Hartmann <email address hidden>

Initial dev_private device mapping's rather than fixed map numbers

89daf2d... by Jeff Hartmann <email address hidden>

Initial gamma kernel initialization routine, not done just yet

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

Implemented an solution to the fork resource problem without using
    zap_page_range, a little more code, but just as good (and no kernel
    export modifications are needed for this solution.)

0270da2... by Jeff Hartmann <email address hidden>

Various fixups to make things work correctly

08cb65f... by Jeff Hartmann <email address hidden>

Added rmmap vma fixup routine so that the kernel does the right thing when
    removing mappings that might still exist in a forked process.

18e03c1... by Jeff Hartmann <email address hidden>

Removed DRM_DEBUG_CODE #defines around vma book keeping, since we will need
    it to keep drmRmMap safe

989d5fa... by Jeff Hartmann <email address hidden>

Don't build the gamma for now, it has no initialization function to find
    its mappings.