diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-04 11:43:54 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-04 12:54:27 +0100 |
commit | 2cdd57c804706bcf558d16d3370c1880ef482af1 (patch) | |
tree | 82e47790af6f68b3b1d67eee95d75d00fd0ae19b /src/sna/gen4_vertex.c | |
parent | 1f7e20d812ef46fa0cba492e06a8f9f5a326d3c5 (diff) |
sna/trapezoids: Some minor DBG to investigate threaded rendering
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/gen4_vertex.c')
-rw-r--r-- | src/sna/gen4_vertex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sna/gen4_vertex.c b/src/sna/gen4_vertex.c index a82f9618..dab11e8b 100644 --- a/src/sna/gen4_vertex.c +++ b/src/sna/gen4_vertex.c @@ -1906,9 +1906,9 @@ emit_composite_spans_primitive(struct sna *sna, sse2 fastcall static void emit_span_solid(struct sna *sna, - const struct sna_composite_spans_op *op, - const BoxRec *box, - float opacity) + const struct sna_composite_spans_op *op, + const BoxRec *box, + float opacity) { float *v; union { |