summaryrefslogtreecommitdiff
path: root/hw/kdrive/mga/mga.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16The great kdrive purge.Adam Jackson1-164/+0
Most of these drivers didn't work. ati was the only one that even came close. The igs, ipaq, itsy, pcmcia, savage, sis530, trident, trio, ts300, and vxworks directories have never built since modularisation, so clearly no one can miss them.
2007-06-29Death to RCS tags.Adam Jackson1-3/+0
2005-06-09Greatly improve the correctness and performance of the MGA renderEric Anholt1-0/+1
implementation. Includes cache flushing to prevent bad first reads of the framebuffer, fixing blending of many formats, falling back on many unsupported operations, and falling back early to prevent migration. Passes all of rendercheck except some of the blend (!) tests.
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt1-4/+2
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).
2004-06-14MGA composite support from Damien Ciabrini - thanks!Jaymz Julian1-1/+29
2003-10-15Add a memory_base variable and use it.Anders Carlsson1-1/+0
2003-10-15hw/kdrive/*/Makefile.am Libraries in local dir must not use global path orKeith Packard1-0/+1
make doesn't build things in the right order (-j) hw/kdrive/mga/mga.h, mgadraw.c Fix warnings
2003-10-13Add offscreen memory manager and update the servers to reflect the nameAnders Carlsson1-2/+0
change for the kaa structure.
2003-09-22Accelerate server.Anders Carlsson1-1/+19
2003-09-18Add mga serverAnders Carlsson1-0/+88
2003-09-18Try this.Anders Carlsson1-2/+2
2003-09-18Try things out.Anders Carlsson1-0/+36