mesa/src
Yonggang Luo 0c298c1bb2 mapi: Fixes non-constant-expression cannot be narrowed from type 'unsigned long' to 'unsigned int' in initializer list with clang
error is:
../src/mapi/glapi/tests/check_table.cpp:563:19: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'unsigned int' in initializer list [-Wc++11-narrowing]
   { "glNewList", _O(NewList) },

This is just a test and only with clang, and can be disabled by compiler option, so there is no need to back ported

Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23793>
2023-06-22 11:08:11 +00:00
..
amd radeonsi: clean up #includes 2023-06-22 08:35:55 +00:00
android_stub util/log: improve logger_android 2023-02-22 17:55:40 +00:00
asahi compiler: Move from nir_scope to mesa_scope 2023-06-19 23:29:26 +00:00
broadcom v3d: clear alpha-only as red-only 2023-06-20 07:45:31 +00:00
c11 util: Fixes prototype of threads_timespec_compare 2023-06-21 06:18:40 +00:00
compiler nir_opt_algebraic: don't use i32csel without native integer support 2023-06-22 07:25:44 +00:00
drm-shim drm-shim: Avoid assertion fail if someone does close(-1). 2023-06-01 01:50:41 +00:00
egl egl/haiku: Fix potential crash if double buffering is disabled 2023-06-21 21:18:28 +00:00
etnaviv ci/etnaviv: add asan run 2023-06-08 22:30:30 +00:00
freedreno freedreno: Fixes error: passing argument 1 of ‘pthread_mutex_unlock’ from incompatible pointer type in tu_pipeline.c 2023-06-20 00:05:48 +00:00
gallium rusticl: experimental support for cl_khr_fp16 2023-06-22 10:45:48 +00:00
gbm gbm: drop unnecessary vulkan dependency 2023-02-23 18:31:22 +00:00
getopt
glx Revert "glx: Remove pointless GLX_INTEL_swap_event paranoia" 2023-06-12 15:35:45 +00:00
gtest gtest: Update to 1.13.0 2023-05-14 11:09:02 +00:00
imagination pvr: Fix csb control stream extension 2023-06-21 17:44:53 +00:00
imgui
intel anv: update conformanceVersion 2023-06-22 01:28:32 +00:00
loader dri3: only invalidate drawables on geometry change if geometry has changed 2023-06-15 12:22:24 +00:00
mapi mapi: Fixes non-constant-expression cannot be narrowed from type 'unsigned long' to 'unsigned int' in initializer list with clang 2023-06-22 11:08:11 +00:00
mesa util: reinstate ENUM_PACKED 2023-06-21 21:51:59 +00:00
microsoft dzn: Align placed footprints used when copying linear <-> optimal for BC formats 2023-06-22 00:57:20 +00:00
nouveau compiler: Move from nir_scope to mesa_scope 2023-06-19 23:29:26 +00:00
panfrost ci/panfrost: switch panfrost-g52-piglit-gles2 from X to XWayland 2023-06-22 10:27:38 +00:00
tool meson: remove needless c++17-overrides 2023-05-19 12:45:31 +00:00
util util: reinstate ENUM_PACKED 2023-06-21 21:51:59 +00:00
virtio venus: enable VK_EXT_color_write_enable 2023-06-08 21:08:13 +00:00
vulkan util: reinstate ENUM_PACKED 2023-06-21 21:51:59 +00:00
.clang-format treewide: Add a .clang-format file 2023-05-29 21:06:12 +00:00
meson.build hgl: remove 2023-02-18 00:44:43 +00:00