35e934adba8b9c45d36d2f937c07574f66502ee2
[profile/ivi/mesa.git] / src / gallium / winsys / g3dvl / nouveau / nouveau_swapbuffers.h
1 #ifndef __NOUVEAU_SWAPBUFFERS_H__
2 #define __NOUVEAU_SWAPBUFFERS_H__
3
4 extern void nouveau_copy_buffer(dri_drawable_t *, struct pipe_surface *,
5                                 const drm_clip_rect_t *);
6 extern void nouveau_copy_sub_buffer(dri_drawable_t *, struct pipe_surface *,
7                                     int x, int y, int w, int h);
8 extern void nouveau_swap_buffers(dri_drawable_t *, struct pipe_surface *);
9
10 #endif