Kelsi
1dd3823013
perf: use second GPU queue for parallel texture/buffer uploads
...
Request 2 queues from the graphics family when available (NVIDIA
exposes 16, AMD 2+). Upload batches now submit to queue[1] while
rendering uses queue[0], enabling parallel GPU transfers without
queue-family ownership transfer barriers (same family).
Falls back to single-queue path on GPUs with only 1 queue in the
graphics family. Transfer command pool is separate to avoid contention.
2026-03-24 14:09:16 -07:00
..
2026-03-09 12:51:59 -07:00
2026-03-17 21:52:45 -07:00
2026-03-08 19:56:52 -07:00
2026-02-22 02:59:24 -08:00
2026-02-23 10:48:26 -08:00
2026-03-15 01:21:23 -07:00
2026-02-22 02:59:24 -08:00
2026-02-22 23:20:13 -08:00
2026-03-09 04:41:04 -07:00
2026-02-22 23:20:13 -08:00
2026-02-19 20:36:25 -08:00
2026-02-22 23:20:13 -08:00
2026-02-22 02:59:24 -08:00
2026-03-20 18:12:23 -07:00
2026-03-24 19:55:24 +03:00
2026-03-23 17:41:42 -07:00
2026-02-02 13:03:22 -08:00
2026-02-02 13:03:22 -08:00
2026-03-17 13:38:18 -07:00
2026-02-22 02:59:24 -08:00
2026-02-04 10:31:03 -08:00
2026-03-10 22:26:56 -07:00
2026-03-24 13:05:27 -07:00
2026-02-18 20:10:47 -08:00
2026-02-04 16:08:35 -08:00
2026-02-22 23:20:13 -08:00
2026-02-22 23:20:13 -08:00
2026-02-22 02:59:24 -08:00
2026-02-23 07:18:44 -08:00
2026-03-22 21:47:12 +03:00
2026-03-16 17:46:32 -07:00
2026-02-05 15:34:29 -08:00
2026-02-21 22:04:17 -08:00
2026-03-24 14:09:16 -07:00
2026-03-11 11:42:01 -07:00
2026-03-24 09:47:03 -07:00
2026-03-24 11:44:54 -07:00
2026-02-21 22:04:17 -08:00
2026-03-24 11:44:54 -07:00
2026-03-11 11:36:06 -07:00
2026-03-06 19:15:34 -08:00
2026-03-20 15:56:58 -07:00
2026-03-16 17:46:32 -07:00
2026-03-20 15:00:29 -07:00