Subversion Repositories Kolibri OS

Rev

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

  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.  
  16. #endif /* GEN4_VERTEX_H */
  17.