projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6deaa6d
)
gallium/xlib: add missing tex_usage parameter
author
Brian Paul
<brianp@vmware.com>
Wed, 12 Aug 2009 00:47:35 +0000
(18:47 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 12 Aug 2009 02:34:21 +0000
(20:34 -0600)
src/gallium/winsys/xlib/xlib_softpipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/xlib/xlib_softpipe.c
b/src/gallium/winsys/xlib/xlib_softpipe.c
index 44b8464518ab7176d4892fcf1ae2eacaf32cbfa4..277e724d2acc107ca88cf6770b13246add318870 100644
(file)
--- a/
src/gallium/winsys/xlib/xlib_softpipe.c
+++ b/
src/gallium/winsys/xlib/xlib_softpipe.c
@@
-375,6
+375,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;