Subversion Repositories Kolibri OS

Rev

Rev 4359 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4304 Serge 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
 
4501 Serge 9
void gen4_vertex_align(struct sna *sna, const struct sna_composite_op *op);
4304 Serge 10
void gen4_vertex_flush(struct sna *sna);
11
int gen4_vertex_finish(struct sna *sna);
12
void gen4_vertex_close(struct sna *sna);
13
 
14
unsigned gen4_choose_composite_emitter(struct sna *sna, struct sna_composite_op *tmp);
15
 
16
#endif /* GEN4_VERTEX_H */