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