[Mesa-dev] [PATCH 0/6] fix the windows build with MSVC 2013
Andres Gomez
agomez at igalia.com
Wed Aug 1 18:52:59 UTC 2018
Just a small series of patches to fix the scons windows build with
MSVC 2013.
Detected while running with AppVeyor.
Andres Gomez (6):
glsl: use util_snprintf()
gallium/aux/util: use util_snprintf() in test_texture_barrier
kutil/queue: use util_snprintf() in util_queue_init
ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdir
ddebug: opt-out non UNIX code
mesa: replace binary constants with hexadecimal constants
.../glsl/ir_builder_print_visitor.cpp | 7 +-
src/compiler/glsl/ir_print_visitor.cpp | 20 +--
src/compiler/glsl/link_interface_blocks.cpp | 5 +-
src/compiler/glsl/linker.cpp | 5 +-
.../glsl/opt_dead_builtin_varyings.cpp | 11 +-
src/compiler/glsl_types.cpp | 13 +-
src/gallium/auxiliary/driver_ddebug/dd_util.h | 11 +-
src/gallium/auxiliary/util/u_tests.c | 4 +-
src/mesa/main/texcompress_astc.cpp | 116 +++++++++---------
src/util/u_queue.c | 6 +-
10 files changed, 105 insertions(+), 93 deletions(-)
--
2.18.0
More information about the mesa-dev
mailing list