summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-11 18:47:20 -0600
committerBrian Paul <brianp@vmware.com>2009-08-11 20:34:21 -0600
commit6deaa6d4b17c98643bea0dfcb71ecec0b221efc8 (patch)
treea0d9388a877ff62e776516b595a558079d782516 /src/gallium
parent2e8be3ab7979bc03596dc5ed305fdbdcbff6c5ff (diff)
gallium/egl: add missing tex_usage parameter
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/egl_xlib/sw_winsys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/egl_xlib/sw_winsys.c b/src/gallium/winsys/egl_xlib/sw_winsys.c
index aa1bfa8e88..79ff2cc985 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;