1 #ifndef __NOUVEAU_SWAPBUFFERS_H__
2 #define __NOUVEAU_SWAPBUFFERS_H__
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
*);