diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-11 18:45:20 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-11 20:34:21 -0600 |
commit | 2e8be3ab7979bc03596dc5ed305fdbdcbff6c5ff (patch) | |
tree | 20d3f6cfc4b6884e536af272b792d6078d975cb6 /src/gallium/winsys | |
parent | 26a762c2f66f20546730f874a159ab8bab8dc027 (diff) |
gallium/xlib: add missing tex_usage parameter
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/xlib/xlib_brw_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/xlib_brw_screen.c b/src/gallium/winsys/xlib/xlib_brw_screen.c index fe8dfff767..6f3861e2cd 100644 --- a/src/gallium/winsys/xlib/xlib_brw_screen.c +++ b/src/gallium/winsys/xlib/xlib_brw_screen.c @@ -249,6 +249,7 @@ aub_i915_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; |