u_upload_mgr: remove alignment parameter from u_upload_create
[mesa.git] / src / gallium / drivers / ilo / ilo_context.c
index 2a00cf1c93c6a32f3f6b0b21341f0e311dc2a50e..6c885b1bf83f3e5da3ddbe3c89965c1aa5b324b4 100644 (file)
@@ -189,7 +189,7 @@ ilo_context_create(struct pipe_screen *screen, void *priv, unsigned flags)
     * These must be called last as u_upload/u_blitter are clients of the pipe
     * context.
     */
-   ilo->uploader = u_upload_create(&ilo->base, 1024 * 1024, 16,
+   ilo->uploader = u_upload_create(&ilo->base, 1024 * 1024,
          PIPE_BIND_CONSTANT_BUFFER | PIPE_BIND_INDEX_BUFFER);
    if (!ilo->uploader) {
       ilo_context_destroy(&ilo->base);