summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-08 10:22:07 +0200
committerMichal Krol <michal@vmware.com>2009-09-08 10:22:07 +0200
commitfcb94f6e3e81abe9fbfe8dac3925c6c210b5cf42 (patch)
tree05394c50ce204572fc8872a16fd680581d65ee80
parent79f48c9f9e739a1f6b0810072e41bc826f2b789d (diff)
gdi: Fix prototype of gdi_softpipe_surface_buffer_create().
-rw-r--r--src/gallium/winsys/gdi/gdi_softpipe_winsys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
index 33826524d7..66120a6a98 100644
--- a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
+++ b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
@@ -166,6 +166,7 @@ gdi_softpipe_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;