diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-11 18:47:35 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-11 20:34:21 -0600 |
commit | b681f396e6bb4775e1724bf45819c394365588a2 (patch) | |
tree | 23c80cddae9c44225db79ab4ff2943ecfc7d6065 /src | |
parent | 6deaa6d4b17c98643bea0dfcb71ecec0b221efc8 (diff) |
gallium/xlib: add missing tex_usage parameter
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/xlib/xlib_softpipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/xlib_softpipe.c b/src/gallium/winsys/xlib/xlib_softpipe.c index 44b8464518..277e724d2a 100644 --- a/src/gallium/winsys/xlib/xlib_softpipe.c +++ b/src/gallium/winsys/xlib/xlib_softpipe.c @@ -375,6 +375,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; |