]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the only known remaining (libvgl) bug for 24-bit modes, and enable
authorbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 13:49:06 +0000 (13:49 +0000)
committerbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 13:49:06 +0000 (13:49 +0000)
commit014a776e3f6a8f86d8b33690a7b22d4f4fe468b7
treee8359b7abdd5884e78faaec3127e39e42290b9e2
parent63bb930668aa957877ecb9ee25e3ee822a181f3a
Fix the only known remaining (libvgl) bug for 24-bit modes, and enable
support for 24-bit modes.

The non-segmented case has worked for a long time, but the segmented
case could never have worked since 24-bit accesses may cross a window
boundary but the window was not changed in the middle of the specialized
24-bit accesses for writing a single pixel.
lib/libvgl/main.c
lib/libvgl/simple.c