Gfx stack update
commit756511ccbd4bc651f3f91be435890379f435fd94
authorSylvain BERTRAND <sylvain.bertrand@legeek.net>
Sat, 22 Jun 2024 13:37:55 +0000 (22 13:37 +0000)
committerSylvain BERTRAND <sylvain.bertrand@legeek.net>
Sat, 22 Jun 2024 13:37:55 +0000 (22 13:37 +0000)
tree435da0cf698a64581932b54808f90d2b93595067
parent61f48d3e264541177bdac1412c5bf94415a296e7
Gfx stack update

Some additions were made to code which should be compile-able out... Did not detect fixing of the
current mesa SDK issues (c++/rust-->C99, compile-able out code, spirv-v assembly for meta shaders,
"one compilation unit",etc).
72 files changed:
builders/dav1d-ca83ee6d9dd2c2210deb8e285de4fd72e929e390/builder.sh [new file with mode: 0644]
builders/dav1d-ca83ee6d9dd2c2210deb8e285de4fd72e929e390/contrib/x86_64_linux_glibc_gcc.sh [new file with mode: 0755]
builders/ffmpeg-127545350fcc57781ba66bf7698904f4a0d2387c/builder.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/builder.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/amd.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/compiler.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/compiler_aco.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/compiler_glsl.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/compiler_nir.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/dri2.c.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/dri_util.c.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/dri_util.h.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/drm_helper.h.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/egl.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/egl_dri2.c.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/external_deps.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium_auxiliary.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium_drivers.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium_frontends.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium_state_trackers.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium_targets.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gallium_winsys.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gbm.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/gcc_binutils.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_amd.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_compiler.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_egl.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_gallium_auxiliary.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_gallium_frontends.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_gallium_targets.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_glsl.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_mapi.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_mesa.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_nir.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_spirv.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators_util.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/glx.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/linux.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/loader.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/mapi.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/mesa.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/pipe_loader.c.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/si_pipe.c.patch [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/si_tracepoints.h [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/si_utrace.h [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/si_uvd.c [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/syslib.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/u_trace.c [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/util.sh [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/vtn_opencl.c [new file with mode: 0644]
builders/mesa-gl-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/x86_64_linux_glibc_amdgpu.sh [new file with mode: 0755]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/builder.sh [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/generators.sh [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/radv_device.c.patch [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/radv_meta.c.patch [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/radv_meta_copy.c.patch [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/radv_no_tracers.c [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/vk_enum_to_str.c [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/vk_enum_to_str.h [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/vtn_opencl.c [new file with mode: 0644]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/contrib/x86_64_amdgpu_linux_gnu_vulkan_x11_drm_gcc.sh [new file with mode: 0755]
builders/mesa-vulkan-amd-sh-a0877c132c3ff955717ae7f5fcaca34ca6deba54/radeon_icd.x86_64.json [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/builder.sh [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/dix-config.h.in [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/linux-glibc.sh [new file with mode: 0755]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/version-config.h.in [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/xdmcp.h.patch [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/xkb-config.h.in [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/xorg-config.h.in [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/xorg-server.h.in [new file with mode: 0644]
builders/xserver-sh-487eb46826e40aa46b4037bf2632cdd67645de1c/contrib/xorg-server.pc.in [new file with mode: 0644]