diff options
author | Chia-I Wu <[email protected]> | 2013-05-13 14:29:09 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-14 16:01:20 +0800 |
commit | 528ac68f7a5225be5d624b6eca91be11122dfa91 (patch) | |
tree | 1a8281fa77c740428fe4a2a2aa0a37f713a7c867 /src/gallium/drivers/ilo/ilo_context.c | |
parent | 888fc7a89197972aac614fc19d1c82ed1adbb3f2 (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.c b/src/gallium/drivers/ilo/ilo_context.c index 3a101b47e6f..bd4197bd84b 100644 --- a/src/gallium/drivers/ilo/ilo_context.c +++ b/src/gallium/drivers/ilo/ilo_context.c @@ -37,6 +37,7 @@ #include "ilo_screen.h" #include "ilo_shader.h" #include "ilo_state.h" +#include "ilo_transfer.h" #include "ilo_video.h" #include "ilo_context.h" |