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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev