gallium/xlib: add missing tex_usage parameter
authorBrian Paul <brianp@vmware.com>
Wed, 12 Aug 2009 00:45:20 +0000 (18:45 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 12 Aug 2009 02:34:21 +0000 (20:34 -0600)
src/gallium/winsys/xlib/xlib_brw_screen.c

index fe8dfff..6f3861e 100644 (file)
@@ -249,6 +249,7 @@ aub_i915_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;