Mesa (main): anv: Add helper to create companion RCS command buffer

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: edcde0679c058070185468919424c1037211be72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edcde0679c058070185468919424c1037211be72 Author: Sagar Ghuge Date: Thu May 11 11:41:39 2023 -0700 anv: Add helper to create companion RCS command buffer This he

Mesa (main): anv: Split out End/Destroy/Reset cmd buffer code into helper

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 801523f03d71d261a1a118c21aaa9690c478235f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=801523f03d71d261a1a118c21aaa9690c478235f Author: Sagar Ghuge Date: Thu May 18 23:15:38 2023 -0700 anv: Split out End/Destroy/Reset cmd buffer code into helper S

Mesa (main): intel: Add helper to create/destroy i915 VM

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: b73960fc408eb3bcfa28e50eb4891dc8c71fa85c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b73960fc408eb3bcfa28e50eb4891dc8c71fa85c Author: Sagar Ghuge Date: Tue May 23 13:50:46 2023 -0700 intel: Add helper to create/destroy i915 VM Signed-off-by: Sag

Mesa (main): anv: create individual logical engines on i915 when possible

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: a5f2c8c845e5722e2be0c8336cc5bcd21cfb0285 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5f2c8c845e5722e2be0c8336cc5bcd21cfb0285 Author: Lionel Landwerlin Date: Fri Jun 9 14:22:58 2023 -0700 anv: create individual logical engines on i915 when possi

Mesa (main): anv: Handle companion RCS in end/destory/reset code path

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 13b3d7f74118a5c8aec0918a9b37b32d8d898393 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13b3d7f74118a5c8aec0918a9b37b32d8d898393 Author: Sagar Ghuge Date: Fri Jul 14 12:10:40 2023 -0700 anv: Handle companion RCS in end/destory/reset code path If we

Mesa (main): anv: Add secondary companion RCS cmd buffer to primary

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 46d203c0abfedf58054de684a3e8ca9878ca434c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46d203c0abfedf58054de684a3e8ca9878ca434c Author: Sagar Ghuge Date: Thu May 18 15:04:07 2023 -0700 anv: Add secondary companion RCS cmd buffer to primary Add sec

Mesa (main): anv: Execute an empty batch to sync main and companion RCS batch

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 4d79c2d280f23908ea6cfef6b77bd994a629bd3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d79c2d280f23908ea6cfef6b77bd994a629bd3a Author: Sagar Ghuge Date: Mon Jun 5 09:59:54 2023 -0700 anv: Execute an empty batch to sync main and companion RCS batc

Mesa (main): anv: Setup companion RCS command buffer submission

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 0c49d3cf97745aae8d1b3dedf0ef937845bd2853 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c49d3cf97745aae8d1b3dedf0ef937845bd2853 Author: Sagar Ghuge Date: Mon May 15 22:45:53 2023 -0700 anv: Setup companion RCS command buffer submission Add all the

Mesa (main): anv: Skip layout transition on the compute queue

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 9866c4e32b50c6682d33f248ddb5c80a06040152 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9866c4e32b50c6682d33f248ddb5c80a06040152 Author: Sagar Ghuge Date: Wed Jun 7 21:38:47 2023 -0700 anv: Skip layout transition on the compute queue v2: (Nanley)

Mesa (main): intel: Pass virtual memory address space ID while creating context

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: a5e4be45c08d0ed877f34b9de129e7d9beb23ce9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5e4be45c08d0ed877f34b9de129e7d9beb23ce9 Author: Sagar Ghuge Date: Thu May 25 11:35:39 2023 -0700 intel: Pass virtual memory address space ID while creating cont

Mesa (main): anv: Copy/Clear MSAA images over companion RCS while we are on compute

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 6f4fe3f81b0895bf8f528909bc9119294680b9f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f4fe3f81b0895bf8f528909bc9119294680b9f9 Author: Lionel Landwerlin Date: Sun May 21 23:11:13 2023 -0700 anv: Copy/Clear MSAA images over companion RCS while we a

Mesa (main): anv: Move compute specfic bits under compute queue init

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 103512ef3b2696f0b7f494551c186ee6461b56dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=103512ef3b2696f0b7f494551c186ee6461b56dd Author: Sagar Ghuge Date: Fri Jul 28 09:44:38 2023 -0700 anv: Move compute specfic bits under compute queue init Signed

Mesa (main): anv: Create companion RCS engine

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: b37530257663f32b41567c0b0e019d86b5451252 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b37530257663f32b41567c0b0e019d86b5451252 Author: Sagar Ghuge Date: Sat Jun 10 22:13:08 2023 -0700 anv: Create companion RCS engine We need to create companion R

Mesa (main): anv: Execute RCS init batch on companion RCS context/engine

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: a63277ec36b65825d1680bc1cdb558a33b91a25b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a63277ec36b65825d1680bc1cdb558a33b91a25b Author: Sagar Ghuge Date: Fri Jun 23 16:44:02 2023 -0700 anv: Execute RCS init batch on companion RCS context/engine Si

Mesa (main): anv: Extract batch print code to anv_print_batch helper

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 5b8bef86501ff742f36873525eec9e7e0d30cecf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b8bef86501ff742f36873525eec9e7e0d30cecf Author: Sagar Ghuge Date: Wed May 17 18:19:25 2023 -0700 anv: Extract batch print code to anv_print_batch helper Signed

Mesa (main): radv: fix interactions with primitives generated queries and pipeline stats

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 285223d0fd07e9313ad5166d43f3d828408849af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=285223d0fd07e9313ad5166d43f3d828408849af Author: Samuel Pitoiset Date: Tue Sep 5 10:03:13 2023 +0200 radv: fix interactions with primitives generated queries an

Mesa (main): mesa: disable snorm readpix clamping with EXT_render_snorm

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 6e4663635f6df58f954f1c90391332b2795d1a85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e4663635f6df58f954f1c90391332b2795d1a85 Author: Tapani Pälli Date: Sun Sep 3 20:09:31 2023 +0300 mesa: disable snorm readpix clamping with EXT_render_snorm Si

Mesa (main): radv: Fix IB size for RADV_DEBUG=hang.

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 0228b294e8b9c341588e8338106ec17e4da7dce3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0228b294e8b9c341588e8338106ec17e4da7dce3 Author: Tatsuyuki Ishi Date: Tue Sep 5 23:55:48 2023 +0900 radv: Fix IB size for RADV_DEBUG=hang. cs->base.cdw here is

Mesa (main): pps-producer: add ability to select device with DRI_PRIME

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 34813e13db586456edd40314690da07aadaca09e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34813e13db586456edd40314690da07aadaca09e Author: Lionel Landwerlin Date: Thu Aug 31 09:23:38 2023 +0300 pps-producer: add ability to select device with DRI_PRIME

Mesa (main): pvr: Add VK_KHR_driver_properties

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 6d2d74fa1c42063ca62570a572982b4ff1ea3f07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d2d74fa1c42063ca62570a572982b4ff1ea3f07 Author: Vlad Schiller Date: Mon Aug 7 15:06:15 2023 +0100 pvr: Add VK_KHR_driver_properties This commit will implement

Mesa (main): radv: Fix dumping vertex descriptors with RADV_DEBUG=hang.

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 383842fab812497a04a85e87d841e2d6af098320 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=383842fab812497a04a85e87d841e2d6af098320 Author: Tatsuyuki Ishi Date: Wed Sep 6 21:51:44 2023 +0900 radv: Fix dumping vertex descriptors with RADV_DEBUG=hang.

Mesa (main): v3dv: bump up MAX_UNIFORM_BUFFERS to 16

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: eb7a46ed3d5092cf2d22411fc4da1b0d21e972a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb7a46ed3d5092cf2d22411fc4da1b0d21e972a5 Author: Iago Toral Quiroga Date: Thu Sep 7 09:30:29 2023 +0200 v3dv: bump up MAX_UNIFORM_BUFFERS to 16 We currently ex

Mesa (staging/23.2): .pick_status.json: Updates notes for 9865e5dff49395543da4331a943ba5a03ce6a413

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: staging/23.2 Commit: 0225cef623d66c2b8b4d4a350b4b35da8577a749 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0225cef623d66c2b8b4d4a350b4b35da8577a749 Author: Dylan Baker Date: Thu Sep 7 09:14:47 2023 -0700 .pick_status.json: Updates notes for 9865e5dff49395543d

Mesa (main): ir3/lower_tex_prefetch: Fix crash with lowered load_barycentric_at_offset

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: b16472fc97fc5ddbf4c35e4a74b17d7fa7215e1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b16472fc97fc5ddbf4c35e4a74b17d7fa7215e1c Author: Danylo Piliaiev Date: Thu Sep 7 13:33:30 2023 +0200 ir3/lower_tex_prefetch: Fix crash with lowered load_barycen

Mesa (main): radv/ci: use the default kernel on vkcts-navi10

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 13723e3097ec7567e27477fe28d6e1acc18088fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13723e3097ec7567e27477fe28d6e1acc18088fc Author: Martin Roukala (né Peres) Date: Thu Sep 7 13:27:56 2023 +0300 radv/ci: use the default kernel on vkcts-navi10

Mesa (main): radv/ci: drop the auto-reboot-on-hang for vkcts-navi10

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 76ef5f82ab723629a4cfcbebccb62f177d1d31ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76ef5f82ab723629a4cfcbebccb62f177d1d31ac Author: Martin Roukala (né Peres) Date: Thu Sep 7 13:53:39 2023 +0300 radv/ci: drop the auto-reboot-on-hang for vkcts-n

Mesa (main): radv: skip DGC calls when the indirect sequence count is zero with a predicate

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 51eb072eb666aebf6b5342bfef0097f39f202b1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51eb072eb666aebf6b5342bfef0097f39f202b1c Author: Samuel Pitoiset Date: Tue Sep 5 15:03:06 2023 +0200 radv: skip DGC calls when the indirect sequence count is ze

Mesa (main): radv: avoid emitting THREAD_TRACE_MARKER for predicated draws/dispatches

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: a2ead228acb883efbb91c79b12ac8bb19f06d3e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2ead228acb883efbb91c79b12ac8bb19f06d3e8 Author: Samuel Pitoiset Date: Tue Sep 5 16:23:56 2023 +0200 radv: avoid emitting THREAD_TRACE_MARKER for predicated dra

Mesa (main): ci/traces: extend no-output timeout by 5 minutes

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 05bd55a994a4a88b76e94e107447d2d1f2db7928 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05bd55a994a4a88b76e94e107447d2d1f2db7928 Author: David Heidelberg Date: Thu Sep 7 19:27:33 2023 +0530 ci/traces: extend no-output timeout by 5 minutes This sho

Mesa (main): radv: Use a double jump to limit nops in DGC for dynamic sequence count.

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: 4303ea7b9ac81841133bce5841dda1b97da4af1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4303ea7b9ac81841133bce5841dda1b97da4af1a Author: Bas Nieuwenhuizen Date: Tue Sep 5 03:23:50 2023 +0200 radv: Use a double jump to limit nops in DGC for dynamic

Mesa (main): zink: always add a per-prog ref for gpl libs

2023-09-07 Thread GitLab Mirror
Module: Mesa Branch: main Commit: fd297ecf98ee14f3eba08c0e1e2aa0f277e2aaac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd297ecf98ee14f3eba08c0e1e2aa0f277e2aaac Author: Mike Blumenkrantz Date: Wed Sep 6 15:46:23 2023 -0400 zink: always add a per-prog ref for gpl libs previously