Squashed commit of the following:
[mesa.git] / src / gallium / state_trackers / python / gallium.i
index 632d71ccbee73659d5c084f36ea951a32c18f6c1..c6084f78aee5877fc62c9285a8ffd634cd19caec 100644 (file)
@@ -72,9 +72,8 @@
 
 %rename(Device) st_device;
 %rename(Context) st_context;
-%rename(Texture) pipe_texture;
+%rename(Resource) pipe_resource;
 %rename(Surface) st_surface;
-%rename(Buffer) pipe_buffer;
 
 %rename(BlendColor) pipe_blend_color;
 %rename(Blend) pipe_blend_state;
@@ -95,7 +94,7 @@
 
 
 %include "p_compiler.i"
-%include "p_defines.h";
+%include "p_defines.h"
 %include "p_format.h"
 
 %include "p_device.i"
 %include "p_texture.i"
 %include "p_state.i"
 
+%include "u_format.i"