nouveau: use dri state tracker for dri1
[mesa.git] / src / gallium / winsys / drm / nouveau / dri / nouveau_swapbuffers.h
1 #ifndef __NOUVEAU_SWAPBUFFERS_H__
2 #define __NOUVEAU_SWAPBUFFERS_H__
3
4 void nouveau_copy_buffer(__DRIdrawablePrivate *, struct pipe_surface *,
5 const drm_clip_rect_t *);
6 void nouveau_copy_sub_buffer(__DRIdrawablePrivate *, int x, int y, int w, int h);
7 void nouveau_swap_buffers(__DRIdrawablePrivate *);
8 void nouveau_flush_frontbuffer(struct pipe_screen *, struct pipe_surface *,
9 void *context_private);
10
11 #endif