2013-02-17 22:12:06 +01:00
|
|
|
#ifndef GEN4_VERTEX_H
|
|
|
|
#define GEN4_VERTEX_H
|
|
|
|
|
|
|
|
#include "compiler.h"
|
|
|
|
|
|
|
|
#include "sna.h"
|
|
|
|
#include "sna_render.h"
|
|
|
|
|
2014-01-21 15:20:59 +01:00
|
|
|
void gen4_vertex_align(struct sna *sna, const struct sna_composite_op *op);
|
2013-02-17 22:12:06 +01:00
|
|
|
void gen4_vertex_flush(struct sna *sna);
|
|
|
|
int gen4_vertex_finish(struct sna *sna);
|
|
|
|
void gen4_vertex_close(struct sna *sna);
|
|
|
|
|
2013-11-18 12:28:53 +01:00
|
|
|
unsigned gen4_choose_composite_emitter(struct sna *sna, struct sna_composite_op *tmp);
|
2013-02-17 22:12:06 +01:00
|
|
|
|
|
|
|
#endif /* GEN4_VERTEX_H */
|