summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-11 18:47:35 -0600
committerBrian Paul <brianp@vmware.com>2009-08-11 20:34:21 -0600
commitb681f396e6bb4775e1724bf45819c394365588a2 (patch)
tree23c80cddae9c44225db79ab4ff2943ecfc7d6065 /src/gallium/winsys
parent6deaa6d4b17c98643bea0dfcb71ecec0b221efc8 (diff)
gallium/xlib: add missing tex_usage parameter
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/xlib/xlib_softpipe.c1
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;