summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-12-02 14:52:51 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-12-02 14:52:51 +0100
commit0c75854cc1650dc870e042aa66a053e70b3d4556 (patch)
tree72eb2c040bd10b6210bdc7f2b25df5e8c405095f /src/gallium/winsys
parent4598942b1b88a2a7d5af7febae7e79eedf00e385 (diff)
parent2b5618fc5bdcbee3434f8b5aa3a31eb06fb479c0 (diff)
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts: src/mesa/main/version.h
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/xlib/xlib_cell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/xlib_cell.c b/src/gallium/winsys/xlib/xlib_cell.c
index 13e609f58f..5f8dc2ab24 100644
--- a/src/gallium/winsys/xlib/xlib_cell.c
+++ b/src/gallium/winsys/xlib/xlib_cell.c
@@ -291,6 +291,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;