mesa/src
Jonathan Gray 43be854eef util: fix util_cpu_detect_once() build on OpenBSD
Correct type for sysctl argument to fix the build.

../src/util/u_cpu_detect.c:631:29: error: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types]
      sysctl(mib, 2, &ncpu, &len, NULL, 0);
                            ^~~~

Fixes: 5623c75e40 ("util: Fix setting nr_cpus on some BSD variants")
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13448>
(cherry picked from commit afece589dc)
2022-03-03 12:11:22 -08:00
..
amd ac/nir/ngg: Fix mixed up primitive ID after culling. 2022-02-24 14:56:51 -08:00
android_stub android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
asahi agx: Lower UBO loads to use per-element indexing 2022-01-24 14:25:18 +00:00
broadcom broadcom/compiler: fix offset alignment for ldunifa when skipping 2022-02-03 10:32:01 -08:00
compiler nir: Add missing dependency on nir_opcodes.py 2022-02-24 14:56:52 -08:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl egl/wayland: Reset buffer age when destroying buffers 2022-02-07 21:49:41 -08:00
etnaviv etnaviv: add support for INTEL_blackhole_render 2022-01-31 16:52:29 +00:00
freedreno turnip: Use LATE_Z when there might be depth/stencil feedback loop 2022-02-25 13:09:33 -08:00
gallium d3d12: mark incorrectly passing tests as expected failures 2022-03-02 10:52:55 -08:00
gbm replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
getopt
glx glx: fix pbuffer refcount init 2022-02-24 14:56:51 -08:00
gtest gtest: Fix output of array ASSERT/EXPECT macros 2021-11-11 09:53:09 -08:00
hgl
imgui
intel intel/compiler: ignore per-primitive attrs when calculating flat input mask 2022-03-03 12:11:22 -08:00
loader loader: Restore i915g support. 2021-12-09 09:05:23 -08:00
mapi glthread: call _mesa_glthread_BindBuffer unconditionally 2022-02-01 06:11:22 +00:00
mesa mesa/st: always use DXT5 when transcoding ASTC format 2022-02-24 14:56:51 -08:00
microsoft nir: Add missing dependency on nir_opcodes.py 2022-02-24 14:56:52 -08:00
nouveau
panfrost panfrost: Flush resources when shadowing 2022-02-25 13:09:39 -08:00
tool ci: Use a dlclose-disabling preload library for leak checking in Vulkan. 2022-01-27 23:47:46 +00:00
util util: fix util_cpu_detect_once() build on OpenBSD 2022-03-03 12:11:22 -08:00
virtio venus: properly destroy deferred ahb image before real image creation 2022-02-24 14:56:51 -08:00
vulkan vulkan/wsi/wayland: remove format switch from wl_shm_format_for_vk_format 2022-02-01 08:00:22 +00:00
meson.build meson: start building intel earlier. 2022-01-20 06:41:17 +00:00