nouveau: Factor out common winsys bits into libnouveaudrm.a
[mesa.git] / src / gallium / winsys / drm / nouveau / dri / nouveau_swapbuffers.h
1 #ifndef __NOUVEAU_SWAPBUFFERS_H__
2 #define __NOUVEAU_SWAPBUFFERS_H__
3
4 extern void nouveau_copy_buffer(__DRIdrawablePrivate *, struct pipe_surface *,
5 const drm_clip_rect_t *);
6 extern void nouveau_copy_sub_buffer(__DRIdrawablePrivate *,
7 int x, int y, int w, int h);
8 extern void nouveau_swap_buffers(__DRIdrawablePrivate *);
9
10 #endif