From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 4CF4828B54 for ; Mon, 5 Aug 2024 14:03:06 +0200 (CEST) Received: from mail-oa1-f53.google.com ([209.85.160.53]) by 9front; Mon Aug 5 08:01:47 -0400 2024 Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-268d0979e90so135034fac.3 for <9front@9front.org>; Mon, 05 Aug 2024 05:01:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1722859306; x=1723464106; darn=9front.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=cy//5RUwBeBiR7Tz5P1MkWs6Wb/eRLlVxxUCUlBIlWw=; b=Gh0o7fplMk7O7/5FjXQansSWDWS0qt5uCI6fJmhkCZiRCdd7QG1f5vIQrwciJb4GeU JAYDJsjTIuGoCC7dQi4/aQhjPeYAmTPAZ/kp7uyrpQZVCn0IGMuBPbClhQpKi+9QcK2a 0Tb0tOsYVlySO4/KyHGUmFEt6UPj5Dn6qfB35icNl1g+TgrqhuwIGUXtRIEumDwO6RGq XG++w13LPZpmSoU54C1B89DJB5988ojvIF7u1ME/HNS3a8IgYaJ11pXEzIsxHmf+G44x FGk1AM7k5S6W93JCPs6v06GJQfeeX8QFfRE0AKS0S+ujA7G6tgWCTdJsu5GZKsfOkQnn FyjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722859306; x=1723464106; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=cy//5RUwBeBiR7Tz5P1MkWs6Wb/eRLlVxxUCUlBIlWw=; b=QuM6FUE/UhVeLicOT6lfMZr+TzvP3HzpUA+F4hoNgtEECTDyLAvnsnbmnRYDEYYgpn r4wa9ccUzFNqyg7WmhBN9jMC/KayVqVs8y9RBLr5mN25sRjYhNymgctNKx9kOGQRDtsM h0xk/3+F8WZpjR0O6ojEYIT2sR31OYOa9kHbL0o2xqYFrFum7OZiBz3jeNILnNBoc2F6 2oBEiJ1I1HhGcp6LRAHIXeVLuN2CsPbQHD9G7LPMULa+H3Tjy7FJ0FxFr1JqtEXJlCvd 5z6TIywwanOlq5yNEASjbgiZ5JArli1JkIRz2y+vxMOTXdtNsf6i/HDOFSpGLqu8YVw8 +53Q== X-Gm-Message-State: AOJu0YwG2OycWqcqymXruX9AK7xy9dYwjR2p/uLuLNTIcfc0A0c1aRPh Rge/K2ZhXTiCjEL8vOQJb4izRotLmVd+bvxoNBOqXpnxDcTVLajnynHJyW3PStALpJ+16agy3Ll Oe0AHSNZha7uWatbLK6BusCWTASZ+NOJpep0= X-Google-Smtp-Source: AGHT+IES1GKhQbR+JsK2GGbUQLnVAYPMaTGqxlJKp3H1yCFldhvK/x7MuNw8Lx8amBx5VqFGaKNaW92ZVvOeJUfsxrQ= X-Received: by 2002:a05:6871:338c:b0:25e:44b9:b2ee with SMTP id 586e51a60fabf-26891aa626amr6597721fac.2.1722859305743; Mon, 05 Aug 2024 05:01:45 -0700 (PDT) MIME-Version: 1.0 References: <7003a121-ae98-4a24-b0dc-778c3b086310@sirjofri.de> <20240805110501.asula7k52eo5gdld@black> In-Reply-To: <20240805110501.asula7k52eo5gdld@black> From: hiro <23hiro@gmail.com> Date: Mon, 5 Aug 2024 14:01:34 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking reduce/map JSON session cloud-scale generator Subject: Re: [9front] Thoughts on Wayland? Reply-To: 9front@9front.org Precedence: bulk > Many draw calls are the enemy of performance when it comes to GPU > graphics. This is the main reason for needing a scene graph: first get > the whole collection of everything that needs to go to the screen > together into one pile, in an efficient form that is quick to traverse, > and then traverse it and figure out how to combine the draw calls. yes, that's already how devdraw works, you can flush whenever you want, draw RPCs get batched, if you want.