Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4358 → Rev 4359

/contrib/sdk/sources/Intel-2D/sna/gen4_vertex.h
0,0 → 1,15
#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 *sna, struct sna_composite_op *tmp);
 
#endif /* GEN4_VERTEX_H */