mesa/src/gallium/frontends
Yonggang Luo a9e2c699aa util/c11: Update function u_thread_create to be c11 conformance
Do not assume thrd_t to be a pointer or integer, as the C11 standard tells us:
  thrd_t: implementation-defined complete object type identifying a thread
At https://en.cppreference.com/w/c/thread
So we always return the thread creation return code instead of thrd_t value, and judge the return
code properly.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15087>
2022-06-15 17:37:17 +00:00
..
clover gallium: rename PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE->MAX_TEXEL_BUFFER_ELEMENTS_UINT 2022-06-07 00:17:58 -04:00
d3d10umd win32: Fixes 32 bits visual studio module definition files by add script gen_vs_module_defs.py 2022-04-19 19:38:47 +00:00
dri swrast_kms: use swkmsDRI2Extension instead of driDRI2Extension 2022-06-15 01:44:21 +00:00
glx/xlib gallium/xlib: fix stale comment 2022-04-29 19:30:03 +00:00
hgl gallium/st: add a back buffer fallback for front rendering 2021-05-26 00:05:33 +00:00
lavapipe lavapipe: VK_EXT_border_color_swizzle 2022-06-14 01:52:50 +00:00
nine util/c11: Update function u_thread_create to be c11 conformance 2022-06-15 17:37:17 +00:00
omx gallium omx: Fill out MinLumaBiPredSize8x8 and pic_init_qs_minus26 2022-05-17 21:02:25 +00:00
osmesa win32: Do not use BUILD_GL32, we use def file to export win32 dll symbols. 2022-04-19 19:38:47 +00:00
va va/surface: set the correct size in vaExportSurfaceHandle 2022-06-08 09:42:44 +02:00
vdpau gallium vdpau: Fill out level_idc and MinLumaBiPredSize8x8 2022-05-17 21:02:25 +00:00
wgl wgl, d3d12: Handle front buffer writes for double-buffered MSAA surfaces backed by swapchains 2022-06-01 16:18:12 -07:00
xa replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
xvmc android: Drop the Android.mk build system 2021-07-08 14:44:02 -05:00