forked from KolibriOS/kolibrios
013e845fb3
git-svn-id: svn://kolibrios.org@3254 a494cfbc-eb01-0410-851d-a64ba20cac60
17 lines
422 B
C
17 lines
422 B
C
#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);
|
|
|
|
unsigned gen4_choose_composite_emitter(struct sna_composite_op *tmp);
|
|
//unsigned gen4_choose_spans_emitter(struct sna_composite_spans_op *tmp);
|
|
|
|
#endif /* GEN4_VERTEX_H */
|