diff options
author | Chia-I Wu <[email protected]> | 2014-09-25 16:41:31 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-26 21:15:55 +0800 |
commit | 4be7b7ee8597cd6bd38c0678deb23928a3acb59f (patch) | |
tree | 0c12d09bc28b02e86965117b0b6bd0b9f68aac6c /src/gallium/drivers/ilo/ilo_render.c | |
parent | 8f284343e08bffa798c99763e4a3c234da6ab4d3 (diff) |
ilo: make ilo_render opaque
It is not used outside the render code. There are also too many details in it
that we do not want other components to access directly.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_render.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_render.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_render.c b/src/gallium/drivers/ilo/ilo_render.c index 2b8412a348f..9291855c129 100644 --- a/src/gallium/drivers/ilo/ilo_render.c +++ b/src/gallium/drivers/ilo/ilo_render.c @@ -34,7 +34,6 @@ #include "ilo_builder_render.h" #include "ilo_query.h" #include "ilo_render_gen.h" -#include "ilo_render.h" /* in U0.4 */ struct sample_position { |