gallium: change remaining util functions to use cso sampler views
authorRoland Scheidegger <sroland@vmware.com>
Mon, 15 Mar 2010 20:55:08 +0000 (21:55 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 16 Mar 2010 10:25:12 +0000 (11:25 +0100)
commit8f55a95178069d5e8b18647e6b675fc403d68073
treeb08c04fcc85e2c3d59ed15aff39c0f528933674c
parente4b8a307b25146202b1fb64339b307bde5ec3b30
gallium: change remaining util functions to use cso sampler views

changes arguments of util_blit_pixels_tex and util_gen_mipmap to
struct pipe_sampler_view * instead of struct pipe_texture *.
src/gallium/auxiliary/util/u_blit.c
src/gallium/auxiliary/util/u_blit.h
src/gallium/auxiliary/util/u_gen_mipmap.c
src/gallium/auxiliary/util/u_gen_mipmap.h
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_gen_mipmap.c