python: Update for surface_buffer_create change.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 28 Sep 2009 18:44:30 +0000 (19:44 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 29 Sep 2009 10:09:55 +0000 (11:09 +0100)
src/gallium/state_trackers/python/st_softpipe_winsys.c

index f0a4826a00114c1677a70e814069b4b8779854cc..f0abd12e3dcad2127cfe396aabb27067645731a9 100644 (file)
@@ -172,6 +172,7 @@ st_softpipe_surface_buffer_create(struct pipe_winsys *winsys,
                                   unsigned width, unsigned height,
                                   enum pipe_format format,
                                   unsigned usage,
+                                  unsigned tex_usage,
                                   unsigned *stride)
 {
    const unsigned alignment = 64;