Mesa (main): ci: disable Collabora's LAVA lab for maintance

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 11b707de0e46b4e75eff89e867345da1bb3bb037 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11b707de0e46b4e75eff89e867345da1bb3bb037 Author: Sergi Blanch Torne Date: Fri Jan 5 07:47:57 2024 +0100 ci: disable Collabora's LAVA lab for maintance This is

Mesa (main): pan/mdg: Use nir_builder for load_sampler_lod_parameters_pan

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 1c042537e674fd9d65947a65ea994d5a280f67af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c042537e674fd9d65947a65ea994d5a280f67af Author: Christian Gmeiner Date: Wed Jan 3 19:21:51 2024 +0100 pan/mdg: Use nir_builder for

Mesa (main): radv/rt: Use radv_shader for compiled shaders

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 77b9a6f9e2e78c31d400f703a58073ba35a40e90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77b9a6f9e2e78c31d400f703a58073ba35a40e90 Author: Konstantin Seurer Date: Tue Sep 12 17:39:45 2023 +0200 radv/rt: Use radv_shader for compiled shaders

Mesa (main): radv: Skip compiling chit and miss shaders

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 8198805e1f2469dfb877dc3212bc4e9780ec96a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8198805e1f2469dfb877dc3212bc4e9780ec96a3 Author: Konstantin Seurer Date: Tue Sep 12 17:26:47 2023 +0200 radv: Skip compiling chit and miss shaders Reviewed-by:

Mesa (main): radv/rt: Repurpose radv_ray_tracing_stage_is_compiled

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: ba7b08e324220e182afe19abdb548ae51616fb4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba7b08e324220e182afe19abdb548ae51616fb4b Author: Konstantin Seurer Date: Mon Oct 30 20:16:56 2023 +0100 radv/rt: Repurpose radv_ray_tracing_stage_is_compiled

Mesa (main): radv/rt: Remove useless assert

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 59d490b8aa574b13a4b41c737c19fbfa62bb38db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59d490b8aa574b13a4b41c737c19fbfa62bb38db Author: Konstantin Seurer Date: Tue Sep 12 17:30:39 2023 +0200 radv/rt: Remove useless assert If it's NULL, the code

Mesa (main): radv: Don't store library stack sizes

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: a7844772699810c10eb0292b13f0f30706b03e46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7844772699810c10eb0292b13f0f30706b03e46 Author: Konstantin Seurer Date: Thu Sep 14 16:21:39 2023 +0200 radv: Don't store library stack sizes They are already

Mesa (main): radv: Add more ray tracing data to the cache

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: aaa64217ca8087b84ff419768e30933039cb36ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaa64217ca8087b84ff419768e30933039cb36ac Author: Konstantin Seurer Date: Mon Sep 11 22:00:16 2023 +0200 radv: Add more ray tracing data to the cache This makes

Mesa (main): radv: Make pipeline cache object data generic

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 92a951db6a61762ba6be88416223278e2eb11c7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92a951db6a61762ba6be88416223278e2eb11c7b Author: Konstantin Seurer Date: Mon Sep 11 21:38:37 2023 +0200 radv: Make pipeline cache object data generic Pipeline

Mesa (main): radv/rt: Skip compiling a traversal shader

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 0f87d406b58aa103ae67f3cc8a694c1343d8f8ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f87d406b58aa103ae67f3cc8a694c1343d8f8ed Author: Konstantin Seurer Date: Tue Sep 12 17:15:40 2023 +0200 radv/rt: Skip compiling a traversal shader If we don't

Mesa (main): radv/sqtt: Avoid duplicate stage check

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 73cc952870dc2f60776f3defc60bb5c6f79f8ffe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73cc952870dc2f60776f3defc60bb5c6f79f8ffe Author: Konstantin Seurer Date: Mon Oct 30 20:14:28 2023 +0100 radv/sqtt: Avoid duplicate stage check Reviewed-by:

Mesa (main): vtn: Remove transpose(m0)*m1 fast path

2024-01-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 4d02543853eb86c6c3cb6dd2a84e9a673b44001f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d02543853eb86c6c3cb6dd2a84e9a673b44001f Author: Konstantin Seurer Date: Wed Dec 27 15:19:12 2023 +0100 vtn: Remove transpose(m0)*m1 fast path This is broken