mesa/src
Daniel Stone bc98de4d14 util/test: Use MAX_PATH on Windows
Windows provides MAX_PATH rather than PATH_MAX for the maximum allowable
path length. This is not a limit on the length of filename which can
exist on the filesystem, but a length on the length of path which can be
passed to Win32 API calls.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Fixes: f8f1413070 ("util/u_process: add util_get_process_exec_path")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4304>
2020-03-27 10:32:47 +00:00
..
amd ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv() 2020-03-27 08:05:43 +01:00
broadcom util/ra: spiff out select_reg_callback 2020-03-10 16:01:39 +00:00
compiler nir: fix packing of TCS varyings not read by the TES 2020-03-27 07:26:39 +00:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl egl/android: enable/disable KHR_partial_update correctly 2020-03-23 16:22:24 -07:00
etnaviv etnaviv: drm-shim: add GC400 2020-01-30 04:05:39 +00:00
freedreno freedreno/ir3: enable nir_opt_loop_unroll on a6xx 2020-03-24 23:21:21 +00:00
gallium x86_init_func_common: Add ENDBR at function entry 2020-03-26 18:36:20 +00:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx Revert "glx: convert glx_config_create_list to one big calloc" 2020-03-04 10:19:48 +00:00
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl haiku: fix Mesa build 2019-10-01 10:31:02 +00:00
imgui meson: drop intel_ prefix on imgui_core 2019-12-10 15:16:02 +00:00
intel intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion workaround. 2020-03-26 19:09:42 +00:00
loader loader: Fix leak of kernel driver name 2020-01-30 10:08:17 -08:00
mapi x86: Add ENDBR at function entries 2020-03-26 16:38:46 -07:00
mesa mesa: try to fix the android build 2020-03-26 18:43:42 -04:00
panfrost panfrost: Extend the tiled store fast-path to loads 2020-03-26 14:34:55 +00:00
util util/test: Use MAX_PATH on Windows 2020-03-27 10:32:47 +00:00
vulkan vulkan/overlay: Add a workaround semaphore for application presenting without one 2020-03-25 13:42:01 +02:00
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
SConscript