diff options
author | Chia-I Wu <[email protected]> | 2015-06-22 14:06:13 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-22 15:18:56 +0800 |
commit | 513bc5d90b8e9237bd6a04da5d0dee175ff134f6 (patch) | |
tree | 1de649928c4e65270caf164a025605116d7098ce /src/gallium/drivers/ilo/ilo_screen.c | |
parent | 3547bb078307995e92d509037bc86af7fd60c8c3 (diff) |
ilo: move ilo_format.[ch] out of core
They provide PIPE_FORMAT_x to GEN6_FORMAT_x translation as well as some
convenient helpers. Move them out of core.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c index b75a2590b2b..94105559b80 100644 --- a/src/gallium/drivers/ilo/ilo_screen.c +++ b/src/gallium/drivers/ilo/ilo_screen.c @@ -31,10 +31,10 @@ #include "vl/vl_decoder.h" #include "vl/vl_video_buffer.h" #include "genhw/genhw.h" /* for GEN6_REG_TIMESTAMP */ -#include "core/ilo_format.h" #include "core/intel_winsys.h" #include "ilo_context.h" +#include "ilo_format.h" #include "ilo_resource.h" #include "ilo_transfer.h" /* for ILO_TRANSFER_MAP_BUFFER_ALIGNMENT */ #include "ilo_public.h" |