xserver-multidpi/hw/kdrive/ati
Eric Anholt 545c082cf9 - Replace the syncAccel hook in the kdrive structure with a pair of hooks
in the kaa structure: markSync and waitMarker. The first, if set,
    returns a hardware-dependent marker number which can then be waited for
    with waitMarker. If markSync is absent (which is the case on all
    drivers currently), waitMarker must wait for idle on any given marker
    number. The intention is to allow for more parallelism when we get
    downloading from framebuffer, or more fine-grained idling.
- Replace the KdMarkSync/KdCheckSync functions with kaaMarkSync and
    kaaWaitSync. These will need to be refined when KAA starts being smart
    about using them. Merge kpict.c into kasync.c since kasyn.c has all the
    rest of these fallback funcs.
- Restructure all drivers to initialize a KaaInfo structure by hand rather
    than statically in dubious order.
- Whack the i810 driver into shape in hopes that it'll work after this
    change (it certainly wouldn't have before this). Doesn't support my
    i845 though.
- Make a new KXV helper to avoid duplicated code to fill the region with
    the necessary color key. Use it in i810 and mach64 (tested).
2005-06-09 10:44:45 +00:00
..
ati_cursor.c Correct pitch so that accelerator can run on 1400x1050 screens. Add a few 2004-07-22 18:17:59 +00:00
ati_dma.c Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixel 2005-01-25 03:37:05 +00:00
ati_dma.h Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RING 2005-01-27 05:25:57 +00:00
ati_draw.c - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ati_draw.h Move the draw tracing supplies into ati_draw.h, and do some touchups on it. 2005-02-21 03:44:10 +00:00
ati_drawtmp.h There's never a copy between different depths. Remove the check. 2003-12-30 08:45:53 +00:00
ati_dri.c - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ati_dri.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
ati_dripriv.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
ati_microcode.c Bug #242: Fix setup of R300 cards, by providing R300 CP code from 2004-06-10 05:57:31 +00:00
ati_reg.h Force DPMS normal on screen enable 2005-02-28 20:45:15 +00:00
ati_sarea.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
ati_stub.c Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
ati_video.c - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ati.c - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ati.h - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ChangeLog - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
Makefile.am Overhaul of the ATI driver: 2004-05-17 20:18:02 +00:00
r128_blendtmp.h Support 1x1 repeat sources in R128's Blend. 2004-01-11 00:10:34 +00:00
r128_common.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
r128_composite.c Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RING 2005-01-27 05:25:57 +00:00
r128_sarea.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
radeon_common.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00
radeon_composite.c Extend the filter support to R200, and do the check for filter settings in 2005-02-21 03:05:55 +00:00
radeon_sarea.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00