OSDN Git Service

ilo: move transfer-related functions to a new file
authorChia-I Wu <olvaffe@gmail.com>
Mon, 13 May 2013 06:29:09 +0000 (14:29 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 14 May 2013 08:01:20 +0000 (16:01 +0800)
commit528ac68f7a5225be5d624b6eca91be11122dfa91
tree1a8281fa77c740428fe4a2a2aa0a37f713a7c867
parent888fc7a89197972aac614fc19d1c82ed1adbb3f2
ilo: move transfer-related functions to a new file

Resource mapping is distinct from resource allocation, and is going to get
more and more complex.  Move the related functions to a new file to make the
separation clear.
src/gallium/drivers/ilo/Makefile.sources
src/gallium/drivers/ilo/ilo_context.c
src/gallium/drivers/ilo/ilo_resource.c
src/gallium/drivers/ilo/ilo_resource.h
src/gallium/drivers/ilo/ilo_transfer.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_transfer.h [new file with mode: 0644]