SerenityOS build: Thursday, May 12
Images 💾⌗
- serenity-i686-20220512-0836912.vdi.gz (VirtualBox VDI, 123.18 MiB)
- serenity-i686-20220512-0836912.img.gz (Raw image, 123.36 MiB)
Last commit ⭐⌗
commit 0836912a6d13a185a53b9739c7b10d8b5f214c71
Author: RKBethke <ryanbethke11@gmail.com>
AuthorDate: Fri May 6 09:40:55 2022 +0000
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Wed May 11 23:09:47 2022 +0200
LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane
This commit implements glClipPlane and its supporting calls, backed
by new support for user-defined clip planes in the software GPU clipper.
This fixes some visual bugs seen in the Quake III port, in which mirrors
would only reflect correctly from close distances.
Other builds