1#ifndef GEN4_VERTEX_H
2#define GEN4_VERTEX_H
3
4#include "compiler.h"
5
6#include "sna.h"
7#include "sna_render.h"
8
9void gen4_vertex_align(struct sna *sna, const struct sna_composite_op *op);
10void gen4_vertex_flush(struct sna *sna);
11int gen4_vertex_finish(struct sna *sna);
12void gen4_vertex_close(struct sna *sna);
13
14unsigned gen4_choose_composite_emitter(struct sna *sna, struct sna_composite_op *tmp);
15unsigned gen4_choose_spans_emitter(struct sna *sna, struct sna_composite_spans_op *tmp);
16
17#endif /* GEN4_VERTEX_H */
18