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

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

Branch merges

Branch information

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

Recent commits

11f48d1... by Andreas Karrenbauer <email address hidden>

- added defines for AGP/DMA ( Felix K�hling )
- added some drm_info output

af65bd5... by Andreas Karrenbauer <email address hidden>

- added function to wait for bci idle and one to enable bci
- copied and pasted a function to dispatch a vertex buffer from the radeon
    module started to adjust it to savage, but not working yet
- added agp support ( basically ) DRM_FINDMAP works in the drm but
    allocation of buffers in the ddx fails

de45708... by Andreas Karrenbauer <email address hidden>

savage_bci.c:
- added some ERROR and INFO messages
- removed bci_mode because we don't need it
- removed the ring stuff from the radeon driver because we don't maintain
    such a thing savage_drm.h:
- removed bci_mode
- removed ring stuff savage_drv.h:
- removed ring stuff
- removed is_r200
- added map for bci region

087cdbc... by Jose Fonseca <email address hidden>

More bootstrap files (Andreas Karrenbauer)

47c25e2... by Jose Fonseca <email address hidden>

Bootstrapped a Savage kernel module from the tdfx (Andreas Karrenbauer)

344c7f6... by Jens Owen <email address hidden>

updated e-mail addresses for Keith, Alan and Jens

5e1b8ed... by Michel Dänzer

preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects when
    pageflipping after a mode switch
take current page into account in AdjustFrame(); writing the CRTC offset
    via the CP was probably a bad idea as this can happen asynchronously,
    reverted
take frame offset into account when flipping pages
handle CRTC2 as well for pageflipping (untested)
preserve GEN_INT_CNTL on mode switches to prevent interrupts from getting
    disabled

10900da... by Eric Anholt <email address hidden>

Use bus_alloc_resource/bus_release_resource more properly: save the rid
    returned by alloc.

ff25e70... by Brian Paul <email address hidden>

merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7

516392b... by Eric Anholt <email address hidden>

s/udelay/DRM_UDELAY/