Re: [hatari-devel] Suggested patch to fix the SDL GUI on KMS/DRM |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Suggested patch to fix the SDL GUI on KMS/DRM
- From: Jens Guenther <dbotw@xxxxxxx>
- Date: Sat, 31 Oct 2020 11:15:51 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1604139352; bh=kDr+jPjHBsKuz2jFLXnB9vv2gjsUqrNU+aOUl5ubb+c=; h=X-UI-Sender-Class:Date:From:To:Subject:In-Reply-To:References; b=Fx2xVgNRUJ/g8YbbnF7x4V+AGS2HszU7ffoCdnWDIJSeolfABa+ZqGvipgwn2EWQF QiqqgV07do2TJ0JpzClt72cmVbEX8bpc4rVaySzBuHX7kycniiT2pbLJkLbdBQeBsP 0BvK1Qlf8nRzBTcv5dhQdY5sI+yq/77dp7tLRhn4=
Hi,
Eero Tamminen <oak@xxxxxxxxxxxxxx> wrote:
> Any kind of SDL draw command could "force" things to be
> resolved before being presented...
According to the SDL2 source this "FlushRenderCommandsIfNotBatching".
I've disabled Render Batching (available since SDL 2.0.10), but the
issue remains ...
> I assume the problem this solves doesn't happen
> with SDL1 / SW rendering?
It only seems necessary for KMS/DRM with HW rendering ...
Jens