Subversion Repositories Kolibri OS

Rev

Rev 3254 | Go to most recent revision | Blame | Last modification | View Log | Download | 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_flush(struct sna *sna);
  10. int gen4_vertex_finish(struct sna *sna);
  11. void gen4_vertex_close(struct sna *sna);
  12.  
  13. unsigned gen4_choose_composite_emitter(struct sna *sna, struct sna_composite_op *tmp);
  14.  
  15. #endif /* GEN4_VERTEX_H */
  16.