xserver-multidpi/hw/kdrive/ati
Eric Anholt 0cd662ea80 - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is
not doing an add of 1 per triangle like I hoped, and instead seems to
    be saturating all the pixels or something. The R100 acceleration
    renders pretty well, with some gaps. Note that both are slower than
    software due to lack of DMA to submit vertices.
- Mostly fix R128 and Radeon transform support, including supporting
    bilinear filtering on R128. Subpixel offsets are still probably an
    issue (reported by rendercheck), but I want to make 100% sure about my
    understanding of the protocol before changing everybody, including fb.
- Add support for dst formats without alpha to R128 Composite.
- Remove the R128 Blend code, which has long outlived its usefulness. (I
    kept it around for one reason: It could be useful for the w/h > 1024
    case with no mask and a non-src op. That seems pretty infrequent and
    not worth the trouble).
2004-09-11 09:28:19 +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 Oops, testers reported that the last patch actually didn't work (conflicts 2004-06-10 08:37:28 +00:00
ati_dma.h - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +00:00
ati_draw.c - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +00:00
ati_draw.h - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +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 Overhaul of the ATI driver: 2004-05-17 20:18:02 +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 - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +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 Overhaul of the ATI driver: 2004-05-17 20:18:02 +00:00
ati.c Check for mmio before restoring crtc/crtc2 pitch registers 2004-07-24 17:02:49 +00:00
ati.h - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +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 disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +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 - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is 2004-09-11 09:28:19 +00:00
radeon_sarea.h Merge dri-0-1-branch to trunk. Notable changes: 2003-12-29 06:24:01 +00:00