]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix VGLLine() in depths > 8.
authorbde <bde@FreeBSD.org>
Thu, 28 Mar 2019 14:21:22 +0000 (14:21 +0000)
committerbde <bde@FreeBSD.org>
Thu, 28 Mar 2019 14:21:22 +0000 (14:21 +0000)
commit141773fa87ff8bf2014f083204a0329c78978172
treedc312d2e5fa7cef1a1d35bfe5d63edb1028e0fd4
parentbd8d44c9447c9c52a2b02f73ebb8916c7cab2160
Fix VGLLine() in depths > 8.

It started truncating its color arg to 8 bits using plot() in r229415.
The version in r229415 is also more than 3 times slower in segmented
modes, by doing more syscalls to move the window.
lib/libvgl/simple.c