Mesa (master): gallium/xlib: add missing tex_usage parameter

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 12 02:35:42 UTC 2009


Module: Mesa
Branch: master
Commit: 2e8be3ab7979bc03596dc5ed305fdbdcbff6c5ff
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e8be3ab7979bc03596dc5ed305fdbdcbff6c5ff

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 11 18:45:20 2009 -0600

gallium/xlib: add missing tex_usage parameter

---

 src/gallium/winsys/xlib/xlib_brw_screen.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/winsys/xlib/xlib_brw_screen.c b/src/gallium/winsys/xlib/xlib_brw_screen.c
index fe8dfff..6f3861e 100644
--- 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;




More information about the mesa-commit mailing list