diff options
author | Chia-I Wu <[email protected]> | 2014-09-20 00:34:47 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-20 10:13:53 +0800 |
commit | 284d767be0589143d5c20fdf1f3b52cadf2663f6 (patch) | |
tree | cae460db703304752253313a99f8f3af3b95dc98 /src/gallium/drivers/ilo/ilo_state_gen7.c | |
parent | 4a8a6ce154b4284da0160e8d88e330e1a26bea78 (diff) |
ilo: merge ilo_gpe.h to ilo_state*.h
Move the #define's and struct's to ilo_state.h. Move the inline functions and
function declarations to ilo_state_gen.h.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_state_gen7.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_state_gen7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_state_gen7.c b/src/gallium/drivers/ilo/ilo_state_gen7.c index 3814de02e9c..53c3aebc634 100644 --- a/src/gallium/drivers/ilo/ilo_state_gen7.c +++ b/src/gallium/drivers/ilo/ilo_state_gen7.c @@ -31,8 +31,8 @@ #include "ilo_format.h" #include "ilo_resource.h" #include "ilo_shader.h" +#include "ilo_state.h" #include "ilo_state_gen.h" -#include "ilo_gpe.h" void ilo_gpe_init_gs_cso_gen7(const struct ilo_dev_info *dev, |