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