diff options
author | Brian Paul <[email protected]> | 2009-12-02 09:31:26 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-02 09:31:26 -0700 |
commit | 908a3e56ccf2e6266ebf081e2947e2d6b24f2585 (patch) | |
tree | 75a6425aa8e0b27c13056e5405cc1db7996f6d58 | |
parent | ba97b98842ebe0178406258f29c93ca9fa415ff7 (diff) |
cell: added tex_usage param to xm_surface_buffer_create()
-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; |