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