From: Jack Jansen Date: Wed, 27 Jan 1993 11:41:37 +0000 (+0000) Subject: Added a comment about XS 4bit pixel support X-Git-Tag: v0.9.9~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41292a81a81dc565293c8d49c61064e986015cbc;p=thirdparty%2FPython%2Fcpython.git Added a comment about XS 4bit pixel support --- diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index daba6a088177..9e1eb36b2f0b 100755 --- a/Demo/sgi/video/VFile.py +++ b/Demo/sgi/video/VFile.py @@ -158,6 +158,10 @@ def is_entry_indigo(): # XXX Temporarily disabled, since it is unclear which machines support # XXX which pixelsizes. # +# XXX The XS appears to support 4 bit pixels, but (looking at osview) it +# XXX seems as if the conversion is done by the kernel (unpacking ourselves +# XXX is faster than using PM_SIZE=4) +# def support_packed_pixels(): return 0 # To be architecture-dependent