Mesa (master): gallium/egl: 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: 6deaa6d4b17c98643bea0dfcb71ecec0b221efc8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6deaa6d4b17c98643bea0dfcb71ecec0b221efc8

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

gallium/egl: add missing tex_usage parameter

---

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

diff --git a/src/gallium/winsys/egl_xlib/sw_winsys.c b/src/gallium/winsys/egl_xlib/sw_winsys.c
index aa1bfa8..79ff2cc 100644
--- 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;




More information about the mesa-commit mailing list