diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-11 18:47:20 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-11 20:34:21 -0600 |
commit | 6deaa6d4b17c98643bea0dfcb71ecec0b221efc8 (patch) | |
tree | a0d9388a877ff62e776516b595a558079d782516 /src/gallium | |
parent | 2e8be3ab7979bc03596dc5ed305fdbdcbff6c5ff (diff) |
gallium/egl: add missing tex_usage parameter
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/winsys/egl_xlib/sw_winsys.c | 1 |
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; |