diff options
author | Jakob Bornecrantz <[email protected]> | 2009-12-02 14:52:51 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-12-02 14:52:51 +0100 |
commit | 0c75854cc1650dc870e042aa66a053e70b3d4556 (patch) | |
tree | 72eb2c040bd10b6210bdc7f2b25df5e8c405095f /src/gallium | |
parent | 4598942b1b88a2a7d5af7febae7e79eedf00e385 (diff) | |
parent | 2b5618fc5bdcbee3434f8b5aa3a31eb06fb479c0 (diff) |
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts:
src/mesa/main/version.h
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/winsys/xlib/xlib_cell.c | 1 |
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 13e609f58fe..5f8dc2ab241 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; |