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