mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
authorDylan Baker <dylan@pnwbakers.com>
Mon, 9 Dec 2019 18:54:16 +0000 (10:54 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 21 Apr 2020 18:09:03 +0000 (11:09 -0700)
commitbf188f3494b85f550a39dddbf059669c2a9ee324
treeced53e90730a93cef0200b2b974d25ba09a604b5
parentc495c3af26b73cb1d444fdd67cc6c1f0226bd168
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf

MSVC 2015 and newer has perfectly valid snprintf and vsnprintf
implementations, let's just use those.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
18 files changed:
src/mapi/glapi/gen/gl_enums.py
src/mesa/drivers/common/meta.c
src/mesa/main/debug.c
src/mesa/main/dlist.c
src/mesa/main/errors.c
src/mesa/main/macros.h
src/mesa/main/pbo.c
src/mesa/main/shaderapi.c
src/mesa/main/teximage.c
src/mesa/main/uniform_query.cpp
src/mesa/main/version.c
src/mesa/program/prog_instruction.c
src/mesa/program/prog_print.c
src/mesa/program/program_parse.y
src/mesa/tnl/t_rebase.c
src/mesa/vbo/vbo_private.h
src/util/imports.c
src/util/imports.h