st/mesa: fix incorrect RowStride computation
[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