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: Sun, 1 Nov 2020 10:22:24 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1604222545; bh=rY7149Cd006kVKVcrdjcwusYgYGuyCRYXeh63meNRtM=; h=X-UI-Sender-Class:Date:From:To:Subject:In-Reply-To:References; b=kfFVanJC4wyW+9VcmHMt3NOm7cxlvyBZ9jL+Ced2d9AKu2dijRsFr0NHHxL0eGQAN IOKCji7HIOARX8+a3wca6G4OucFyivyms0mitIcoWrM/cwekkysaNVvK6VlL95pKpv 3twNU004vAD4JuK63ue7RP/C31SHe2Zle7i+Veqc=
> That would be helpful to see whether the bIsSoftwareRenderer detection
> is wrong, or whether there is another problem somewhere else.
It works on Wayland (1.18) with SDL 2.0.12 and HW rendering, but of course
not when SW rendering is enforced with "SDL_RENDER_DRIVER=software" ...
IMHO there are other performance losses when using the software renderer
than an additional "SDL_RenderClear" ... ;-)
Jens