diff options
author | José Fonseca <[email protected]> | 2010-02-14 23:24:08 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 23:25:34 +0000 |
commit | c2b0484e58765eadb7afc676ecffd80ebc1cbe5b (patch) | |
tree | 2d8c431e75317849330dc71cd58ca3b3caa88439 /src/gallium/state_trackers/python/gallium.i | |
parent | 165b824343e77775b416f8dec16f744ffaf39aea (diff) |
python: Pretty-printing of blend state.
Diffstat (limited to 'src/gallium/state_trackers/python/gallium.i')
-rw-r--r-- | src/gallium/state_trackers/python/gallium.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/gallium.i b/src/gallium/state_trackers/python/gallium.i index d45c8bb0a54..ffb084e358b 100644 --- a/src/gallium/state_trackers/python/gallium.i +++ b/src/gallium/state_trackers/python/gallium.i @@ -41,13 +41,15 @@ #include "pipe/p_screen.h" #include "pipe/p_context.h" #include "pipe/p_shader_tokens.h" -#include "cso_cache/cso_context.h" +#include "os/os_stream.h" #include "util/u_inlines.h" #include "util/u_draw_quad.h" #include "util/u_tile.h" #include "util/u_math.h" #include "util/u_format.h" +#include "util/u_dump.h" #include "util/u_memory.h" +#include "cso_cache/cso_context.h" #include "tgsi/tgsi_text.h" #include "tgsi/tgsi_dump.h" |