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_context.h | |
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_context.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h index d3c74a4db1b..d9607a51052 100644 --- a/src/gallium/drivers/ilo/ilo_context.h +++ b/src/gallium/drivers/ilo/ilo_context.h @@ -31,8 +31,8 @@ #include "pipe/p_context.h" #include "util/u_slab.h" -#include "ilo_gpe.h" #include "ilo_common.h" +#include "ilo_state.h" struct pipe_draw_info; struct u_upload_mgr; |