xserver/exa
Fredrik Höglund 8074676d2d EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.
Reduce the cost of the inner loop, by keeping a set of pointers to the
first and the last areas in the series, subtracting the cost of the first
area from the score, and adding the cost of the last area while walking
the list.  This commit also moves the scanning loop from exaOffscreenAlloc
into a separate function.

Idea by Michel Dänzer.
2008-03-31 21:24:59 +02:00
..
Makefile.am
exa.c
exa.h EXA: Improve the algorithm used for tracking offscreen pixmap use. 2008-03-31 21:15:50 +02:00
exa_accel.c Fix Line drawing with CapNotLast set in PolySegment. 2008-01-04 12:37:55 +00:00
exa_migration.c
exa_offscreen.c EXA: Optimize the eviction scanning loop in exaOffscreenAlloc. 2008-03-31 21:24:59 +02:00
exa_priv.h EXA: Improve the algorithm used for tracking offscreen pixmap use. 2008-03-31 21:15:50 +02:00
exa_render.c EXA: Let the driver decide what repeat/extend types are supported. 2008-02-27 23:44:39 +01:00
exa_unaccel.c