python: Bindings for pipe_{depth,stencil,alpha}_state.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 11 Aug 2008 15:57:50 +0000 (16:57 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 12 Aug 2008 10:34:41 +0000 (11:34 +0100)
src/gallium/state_trackers/python/gallium.i

index 4e21eef7be3cd27c509a169c7c567b55da40d2d2..1792f63c3c5b747c1237309fab6535006ae783c2 100644 (file)
@@ -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"