summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VFile.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1993-01-27 11:41:37 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1993-01-27 11:41:37 (GMT)
commit41292a81a81dc565293c8d49c61064e986015cbc (patch)
treef4626c93da6e4f6a4f4b9610654f8b64fb91854a /Demo/sgi/video/VFile.py
parent62fda0acbddec92fbc6fceaef657f227ca120a9b (diff)
downloadcpython-41292a81a81dc565293c8d49c61064e986015cbc.zip
cpython-41292a81a81dc565293c8d49c61064e986015cbc.tar.gz
cpython-41292a81a81dc565293c8d49c61064e986015cbc.tar.bz2
Added a comment about XS 4bit pixel support
Diffstat (limited to 'Demo/sgi/video/VFile.py')
-rwxr-xr-xDemo/sgi/video/VFile.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py
index daba6a0..9e1eb36 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