~mmach/netext73/xorg-intel

« back to all changes in this revision

Viewing changes to src/sna/gen4_vertex.h

  • Committer: mmach
  • Date: 2021-03-17 18:24:35 UTC
  • Revision ID: netbit73@gmail.com-20210317182435-7okt04d35etrqgqp
lipiec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
9
void gen4_vertex_align(struct sna *sna, const struct sna_composite_op *op);
 
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
unsigned gen4_choose_spans_emitter(struct sna *sna, struct sna_composite_spans_op *tmp);
 
16
 
 
17
#endif /* GEN4_VERTEX_H */