From: José Fonseca Date: Mon, 28 Sep 2009 18:44:30 +0000 (+0100) Subject: python: Update for surface_buffer_create change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57d0fcba67f637b89b020371b91a3c7cd7b048c2;p=mesa.git python: Update for surface_buffer_create change. --- 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;