Add Polylines and PolyPoint acceleration as well. This is primarily to

clean up fallback debugging output, so I can focus on more imporant
    cases. Performance is comparable but without hardware stalls, and
    passes Xlib9.
This commit is contained in:
Eric Anholt
2006-04-28 03:27:12 +00:00
parent 005529a1c9
commit fdcacc5a4b
2 changed files with 104 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
2006-04-27 Eric Anholt <anholt@FreeBSD.org>
* exa/exa_accel.c: (exaPolyPoint), (exaPolylines),
(exaPolySegment):
Add Polylines and PolyPoint acceleration as well. This is primarily to
clean up fallback debugging output, so I can focus on more imporant
cases. Performance is comparable but without hardware stalls, and
passes Xlib9.
2006-04-27 Eric Anholt <anholt@FreeBSD.org>
* exa/exa_migration.c: (exaPixmapShouldBeInFB), (exaDoMigration):