From 37d0aea772a39f9ae7fe3d791e23c1be03ccf9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 19 Dec 2015 17:43:48 +0100 Subject: u_upload_mgr: remove alignment parameter from u_upload_create MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- src/gallium/auxiliary/util/u_upload_mgr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/auxiliary/util/u_upload_mgr.h') diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index e9fe5fa..54e839b 100644 --- a/src/gallium/auxiliary/util/u_upload_mgr.h +++ b/src/gallium/auxiliary/util/u_upload_mgr.h @@ -43,12 +43,10 @@ struct pipe_resource; * * \param pipe Pipe driver. * \param default_size Minimum size of the upload buffer, in bytes. - * \param alignment Alignment of each suballocation in the upload buffer. * \param bind Bitmask of PIPE_BIND_* flags. */ struct u_upload_mgr *u_upload_create( struct pipe_context *pipe, unsigned default_size, - unsigned alignment, unsigned bind ); /** -- cgit v1.1