summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-09radv,anv: use CLOCK_MONOTONIC_FAST when CLOCK_MONOTONIC_RAW is undefinedGreg V2-0/+10
2020-10-09util/os_misc: os_get_available_system_memory() for FreeBSDEmmanuel Vadot1-2/+6
2020-10-02pan/mdg: map uabs_i/usub to i/uabsdiffItalo Nicola1-0/+3
2020-09-02vulkan: make VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT conditionalJonathan Gray2-0/+28
2020-09-02util/os_misc: os_get_available_system_memory() for OpenBSDJonathan Gray1-0/+20
2020-08-31util/u_thread: include pthread_np.h if foundJonathan Gray2-2/+2
2020-08-31util: futex fixes for OpenBSDJonathan Gray1-3/+10
2020-08-31meson: don't build with USE_ELF_TLS on OpenBSDJonathan Gray1-1/+1
2020-08-31meson: build with _ISOC11_SOURCE on OpenBSDJonathan Gray1-0/+2
2020-08-31util/anon_file: add OpenBSD shm_mkstemp() pathJonathan Gray1-3/+7
2020-08-31util: unbreak endian detection on OpenBSDJonathan Gray1-4/+13
2020-07-03meson: Add versioning for xvmc trackerEmmanuel Vadot2-1/+5
2020-07-01gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V2-0/+10
2020-07-01i965: Explicitly cast value to uint64_tEmmanuel1-4/+4
2020-07-01iris: Explicitly cast value to uint64_tEmmanuel1-2/+2
2020-07-01meson: Do not enable USE_ELF_TLS for FreeBSDEmmanuel1-1/+1
2020-06-16meson: unbreak sysctl.h detection on BSDsJan Beich1-1/+8
2020-06-16util: enable futex usage on BSDs after 7dc2f4788288Jan Beich3-2/+7
2020-06-16anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047Jan Beich2-3/+2
2020-06-16drm-uapi: Add sync_file.hJan Beich1-0/+116
2020-06-03mesa: Fix NetBSD compiler macro.Vinson Lee2-2/+2
2020-04-13svga: fix build on FreeBSDGreg V1-0/+3
2020-01-24aco: Transform uniform bitwise instructions to 32-bit if possible.Timur Kristóf1-0/+87
2019-12-02util/u_thread: don't restrict u_thread_get_time_nano() to __linux__Jonathan Gray1-1/+1
2019-12-02util/futex: use futex syscall on OpenBSDJonathan Gray1-0/+18
2019-11-28winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray1-1/+0
2019-10-29mapi: Adapted libglvnd x86 tsd changesJonathan Gray1-5/+11
2019-10-29meson: define _GNU_SOURCE on FreeBSDEric Engestrom1-1/+1
2019-10-09util: fix to detect NetBSD properlyOBATA Akio1-3/+6
2019-10-09util: simplify BSD includesJan Beich1-7/+2
2019-10-09util: detect AltiVec at runtime on BSDsJan Beich1-4/+23
2019-10-09util: skip AltiVec detection if built with -maltivecJan Beich1-1/+9
2019-10-09util: detect NEON at runtime on FreeBSDJan Beich1-0/+9
2019-10-09util: skip NEON detection if built with -mfpu=neonJan Beich1-1/+3
2019-09-26intel/compiler: avoid truncating int64_t to intMaya Rashish1-1/+1
2019-09-03gallium/hud: add CPU usage support for DragonFly/NetBSD/OpenBSDJan Beich1-2/+41
2019-08-08util: fix cpuset support on FreeBSDGreg V2-0/+13
2019-08-08i965/tiled_memcpy: avoid creating bswap32 if it exists as a macro (e.g. on Fr...Greg V1-0/+3
2019-08-08anv: add MAP_POPULATE fallback define for portabilityGreg V1-0/+4
2019-08-07util: add anon_file.h for all memfd/temp file usageGreg V8-163/+205
2019-08-03util: fix pointer type on NetBSDEric Engestrom1-1/+1
2019-08-02util: Handle differences in pthread_setname_npMatt Turner1-0/+11
2019-07-10symbols-check: introduce new python scriptEric Engestrom2-0/+116
2019-06-28meson: GNU/kFreeBSD has DRM/KMS and requires -D_GNU_SOURCEJames Clarke1-2/+2
2019-06-12util/futex: fix dangling pointer useEric Engestrom1-5/+5
2019-06-05panfrost/midgard: Fix 1-arg ALU memory corruptionAlyssa Rosenzweig1-1/+2
2019-05-22gallium: enable dmabuf on BSD as wellGreg V1-1/+1
2019-04-07gallium/hud: add CPU usage support for FreeBSDGreg V1-0/+45
2019-03-03util: emulate futex on FreeBSD using umtxGreg V1-0/+34
2018-11-01intel/tools: include stdarg.h in error2aubJonathan Gray1-0/+1