From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: macOS metal rendering engine in mac port Date: Sun, 23 May 2021 23:12:02 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18940"; mail-complaints-to="usenet@ciao.gmane.io" To: Aaron Jensen , emacs-devel@gnu.org, YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 24 00:13:46 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lkwLx-0004oJ-U7 for ged-emacs-devel@m.gmane-mx.org; Mon, 24 May 2021 00:13:45 +0200 Original-Received: from localhost ([::1]:38282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lkwLw-0001pH-L4 for ged-emacs-devel@m.gmane-mx.org; Sun, 23 May 2021 18:13:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lkwLL-00019A-6U for emacs-devel@gnu.org; Sun, 23 May 2021 18:13:07 -0400 Original-Received: from ip6-2001-8b0-3f8-8129-b5fa-1fab-a3d0-1d47.holly.idiocy.org ([2001:8b0:3f8:8129:b5fa:1fab:a3d0:1d47]:57918 helo=breton.holly.idiocy.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lkwLJ-0002I2-Ha for emacs-devel@gnu.org; Sun, 23 May 2021 18:13:06 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 5405C202C21ACC; Sun, 23 May 2021 23:12:02 +0100 (BST) Mail-Followup-To: Alan Third , Aaron Jensen , emacs-devel@gnu.org, YAMAMOTO Mitsuharu Content-Disposition: inline In-Reply-To: Received-SPF: none client-ip=2001:8b0:3f8:8129:b5fa:1fab:a3d0:1d47; envelope-from=alan@breton.holly.idiocy.org; helo=breton.holly.idiocy.org X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.399, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:269710 Archived-At: On Sun, May 23, 2021 at 11:04:51PM +0100, Alan Third wrote: > On Sun, May 23, 2021 at 10:20:49PM +0100, Alan Third wrote: > > If it's still laggy, I've got absolutely no idea. > > OK, one more idea: > > Search for RGBA in nsterm.m and change it to BGRA. > > I expect this to make everything much slower, it does here, but who knows. Actually, nope, forget that. -- Alan Third