diff options
author | José Fonseca <[email protected]> | 2009-09-28 19:44:30 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-09-29 11:09:55 +0100 |
commit | 57d0fcba67f637b89b020371b91a3c7cd7b048c2 (patch) | |
tree | 44808fee24b10f601a0a6f443375653167561247 | |
parent | bd2e36a38fe1e0b61a97338c342aa0e7aee334db (diff) |
python: Update for surface_buffer_create change.
-rw-r--r-- | src/gallium/state_trackers/python/st_softpipe_winsys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/python/st_softpipe_winsys.c b/src/gallium/state_trackers/python/st_softpipe_winsys.c index f0a4826a001..f0abd12e3dc 100644 --- a/src/gallium/state_trackers/python/st_softpipe_winsys.c +++ b/src/gallium/state_trackers/python/st_softpipe_winsys.c @@ -172,6 +172,7 @@ st_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; |