From: Brian Paul Date: Wed, 12 Aug 2009 00:45:20 +0000 (-0600) Subject: gallium/xlib: add missing tex_usage parameter X-Git-Tag: mesa-7.8~3649 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e8be3ab7979bc03596dc5ed305fdbdcbff6c5ff;p=platform%2Fupstream%2Fmesa.git gallium/xlib: add missing tex_usage parameter --- diff --git a/src/gallium/winsys/xlib/xlib_brw_screen.c b/src/gallium/winsys/xlib/xlib_brw_screen.c index fe8dfff..6f3861e 100644 --- a/src/gallium/winsys/xlib/xlib_brw_screen.c +++ b/src/gallium/winsys/xlib/xlib_brw_screen.c @@ -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;