From: Brian Paul Date: Wed, 2 Dec 2009 16:31:26 +0000 (-0700) Subject: cell: added tex_usage param to xm_surface_buffer_create() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=908a3e56ccf2e6266ebf081e2947e2d6b24f2585;p=mesa.git cell: added tex_usage param to xm_surface_buffer_create() --- diff --git a/src/gallium/winsys/xlib/xlib_cell.c b/src/gallium/winsys/xlib/xlib_cell.c index 13e609f58fe..5f8dc2ab241 100644 --- a/src/gallium/winsys/xlib/xlib_cell.c +++ b/src/gallium/winsys/xlib/xlib_cell.c @@ -291,6 +291,7 @@ xm_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;