From: Brian Paul Date: Wed, 12 Aug 2009 00:47:20 +0000 (-0600) Subject: gallium/egl: add missing tex_usage parameter X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6deaa6d4b17c98643bea0dfcb71ecec0b221efc8;p=mesa.git gallium/egl: add missing tex_usage parameter --- diff --git a/src/gallium/winsys/egl_xlib/sw_winsys.c b/src/gallium/winsys/egl_xlib/sw_winsys.c index aa1bfa8e883..79ff2cc985d 100644 --- a/src/gallium/winsys/egl_xlib/sw_winsys.c +++ b/src/gallium/winsys/egl_xlib/sw_winsys.c @@ -166,6 +166,7 @@ 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;