diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-25 14:36:32 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-25 14:36:32 +0000 |
commit | 6f9646f5beecca2972ef0299b5c7469008cb6fe4 (patch) | |
tree | 7fcbe49aaed880c05503a39e9f9da8e618cad474 /src/sna/sna_trapezoids.c | |
parent | 421910ca572a044170af69a90bb934f114a62168 (diff) |
sna/trapezoids: Instruct the compiler to flatten the callees whilst rasterising
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_trapezoids.c')
-rw-r--r-- | src/sna/sna_trapezoids.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sna/sna_trapezoids.c b/src/sna/sna_trapezoids.c index 9396baf6..89f89db5 100644 --- a/src/sna/sna_trapezoids.c +++ b/src/sna/sna_trapezoids.c @@ -1228,7 +1228,7 @@ tor_blt_empty(struct sna *sna, span(sna, op, clip, &box, 0); } -static void +flatten static void tor_render(struct sna *sna, struct tor *converter, struct sna_composite_spans_op *op, @@ -2213,7 +2213,7 @@ mono_step_edges(struct mono *c, int count) } } -static void +flatten static void mono_render(struct mono *mono) { struct mono_polygon *polygon = &mono->polygon; |