summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/gallium.i
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-03-26 11:19:15 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-03-26 11:19:15 +0000
commitd18c2ee3d5a1d0352a6f8d48aa067e8983dd5878 (patch)
treed396ece8190d0a163b7e65a4f90489156fbc2af6 /src/gallium/state_trackers/python/gallium.i
parentca9d2044a2390267477f1e7118b16f21f2557dd3 (diff)
python: Drop st_buffer.
It adds nothing, now that pipe_buffer has a pointer to the screen.
Diffstat (limited to 'src/gallium/state_trackers/python/gallium.i')
-rw-r--r--src/gallium/state_trackers/python/gallium.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/gallium.i b/src/gallium/state_trackers/python/gallium.i
index 79e68de1df..8b43c1721e 100644
--- a/src/gallium/state_trackers/python/gallium.i
+++ b/src/gallium/state_trackers/python/gallium.i
@@ -72,7 +72,7 @@
%rename(Context) st_context;
%rename(Texture) pipe_texture;
%rename(Surface) pipe_surface;
-%rename(Buffer) st_buffer;
+%rename(Buffer) pipe_buffer;
%rename(BlendColor) pipe_blend_color;
%rename(Blend) pipe_blend_state;