gallium: Remove do_flip argument from surface_copy
authorJakob Bornecrantz <jakob@vmware.com>
Fri, 13 Mar 2009 10:38:41 +0000 (10:38 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Fri, 13 Mar 2009 00:38:20 +0000 (01:38 +0100)
commitf500f3a72c6be61ff9b8e1166f734e408d00aded
treed299b32bba7cc7d2d06380a5ef72d17269da1137
parentf786e46cf4fbf50a1cacfb81e22ee155ffe6edd3
gallium: Remove do_flip argument from surface_copy

I should have gotten most uses and implementation
correctly fixed, but things might break.

Feel free to blame me.
25 files changed:
src/gallium/auxiliary/util/u_blit.c
src/gallium/drivers/cell/ppu/cell_surface.c
src/gallium/drivers/i915simple/i915_surface.c
src/gallium/drivers/i965simple/brw_surface.c
src/gallium/drivers/nv04/nv04_surface.c
src/gallium/drivers/nv10/nv10_surface.c
src/gallium/drivers/nv20/nv20_surface.c
src/gallium/drivers/nv30/nv30_surface.c
src/gallium/drivers/nv40/nv40_surface.c
src/gallium/drivers/nv50/nv50_surface.c
src/gallium/drivers/r300/r300_surface.c
src/gallium/drivers/softpipe/sp_surface.c
src/gallium/drivers/trace/tr_context.c
src/gallium/include/pipe/p_context.h
src/gallium/state_trackers/egl/egl_surface.c
src/gallium/state_trackers/glx/xlib/xm_api.c
src/gallium/state_trackers/python/p_context.i
src/gallium/state_trackers/xorg/xorg_dri2.c
src/gallium/state_trackers/xorg/xorg_exa.c
src/gallium/winsys/drm/nouveau/dri/nouveau_swapbuffers.c
src/gallium/winsys/g3dvl/nouveau/nouveau_swapbuffers.c
src/mesa/state_tracker/st_atom_framebuffer.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_texture.c