mesa/st: Add support for binding pipe surface to texture.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 5 Aug 2009 22:07:19 +0000 (16:07 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 5 Aug 2009 22:07:19 +0000 (16:07 -0600)
commit54a7115fc27c640e2b3f1a362e8e07aac220556d
treee0e03f538901077152e9171ae5747e438aaea83b
parent42b6b067ac68ac1309d0570613bea4a88f745559
mesa/st: Add support for binding pipe surface to texture.

This commit adds functions to bind a pipe surface to a texture.  This
allows texturing directly from the surface.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_public.h
src/mesa/state_tracker/st_texture.c
src/mesa/state_tracker/st_texture.h