summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kaapict.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-11- Don't require Imrecise mode for Trapezoid acceleration. It looks like weEric Anholt1-1/+30
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt1-1/+84
2004-07-03Add a "dirty" flag to the pixmap private. Clear it when setting up anEric Anholt1-0/+3
2004-06-10- Pass the right pixel mask (all ones) in to PrepareSolid in theEric Anholt1-6/+13
2004-05-17Add new CheckComposite hook. This allows a driver to avoid the migration ofEric Anholt1-0/+5
2004-01-09Use the scratch area for Composite when one of src or dst is in memory.Eric Anholt1-1/+18
2004-01-08- Add a new UploadToScratch kaa hook for putting the data for a singleEric Anholt1-1/+14
2004-01-04- Don't forget to UNINIT miComputeCompositeRegion's regionsEric Anholt1-17/+31
2004-01-03- Call appropriate Done function for Composite.Eric Anholt1-9/+10
2004-01-03Split the various attempts at accelerating Composite into separateEric Anholt1-217/+265
2003-12-30- Add new Composite hook for kdrive drivers, which only ensures that theEric Anholt1-2/+83
2003-12-29Merge dri-0-1-branch to trunk. Notable changes:Eric Anholt1-0/+418