summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/gallium.i
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-11 16:57:50 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-12 11:34:41 +0100
commite69e94d3010b33cf690a2e4e54b61437a1836617 (patch)
treee235cb1b56ceeb827938a6fab0d914ab7a187dea /src/gallium/state_trackers/python/gallium.i
parent166b939d523a8683f1aee819f73e002e627a49ba (diff)
python: Bindings for pipe_{depth,stencil,alpha}_state.
Diffstat (limited to 'src/gallium/state_trackers/python/gallium.i')
-rw-r--r--src/gallium/state_trackers/python/gallium.i4
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 4e21eef7be..1792f63c3c 100644
--- a/src/gallium/state_trackers/python/gallium.i
+++ b/src/gallium/state_trackers/python/gallium.i
@@ -72,6 +72,9 @@
%rename(Blend) pipe_blend_state;
%rename(Clip) pipe_clip_state;
%rename(ConstantBuffer) pipe_constant_buffer;
+%rename(Depth) pipe_depth_state;
+%rename(Stencil) pipe_stencil_state;
+%rename(Alpha) pipe_alpha_state;
%rename(DepthStencilAlpha) pipe_depth_stencil_alpha_state;
%rename(FormatBlock) pipe_format_block;
%rename(Framebuffer) pipe_framebuffer_state;
@@ -86,7 +89,6 @@
%include "pipe/p_defines.h";
-%include "pipe/p_shader_tokens.h";
%include "p_format.i"
%include "p_device.i"