diff options
author | José Fonseca <[email protected]> | 2009-08-29 09:18:19 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:42 +0100 |
commit | da1248bee5471f8da2277118a23b53d308721fca (patch) | |
tree | ce9417bb9555dbd672e4f01530eb3456ecddc817 /src/gallium/winsys | |
parent | f04ce6276b64f24cf26ca522f012a1e1a28937fe (diff) |
xlib: Update llvmpipe integration for changes in master.
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/xlib/xlib_llvmpipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/xlib_llvmpipe.c b/src/gallium/winsys/xlib/xlib_llvmpipe.c index f2c6c892045..3c8e40fcb68 100644 --- a/src/gallium/winsys/xlib/xlib_llvmpipe.c +++ b/src/gallium/winsys/xlib/xlib_llvmpipe.c @@ -355,6 +355,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; |