]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added a comment about XS 4bit pixel support
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 27 Jan 1993 11:41:37 +0000 (11:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 27 Jan 1993 11:41:37 +0000 (11:41 +0000)
Demo/sgi/video/VFile.py

index daba6a088177eb8f3eba1554a0619783bfa57ef4..9e1eb36b2f0bb8e39c1900fafb173e1f89c51f03 100755 (executable)
@@ -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