util: move functions from u_resource.c to u_transfer.c
authorBrian Paul <brianp@vmware.com>
Wed, 3 Apr 2013 16:21:34 +0000 (10:21 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 3 Apr 2013 17:02:47 +0000 (11:02 -0600)
commita3cccdec900106f7783881e42dff79ddbb11d7ed
tree33b671186a528ac375103ef54ddf4bce8052d6d6
parent159d9340662a70df3dcc9da1681f5b0a8e7650cf
util: move functions from u_resource.c to u_transfer.c

The functions are prototyped in u_transfer.h and are related to the
other functions in u_transfer.c.

The next patch will re-use the u_resource.c file for new code.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/util/u_resource.c
src/gallium/auxiliary/util/u_transfer.c