9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: andrey mirtchovski <mirtchov@cpsc.ucalgary.ca>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] point2rgb and point2rgba
Date: Mon, 31 Jan 2005 11:47:51 -0700	[thread overview]
Message-ID: <34115094a64fb3c82839e2c4f194424c@plan9.ucalgary.ca> (raw)
In-Reply-To: <ecf61caa01320d041dcc98ecd6040664@vitanuova.com>

> has anyone thought about doing something like this?
> it'd be nice to be able to push pixels really fast.

i've stumbled upon this many times since the xscreensaver hacks use
pixel mangling routines so much...  i don't know what the right
solution is, except that loadimage is really slow (and it hits you
really bad whenever the display isn't on the same machine as the
program, drawterm for example).  i know aki nyrhinen did some work on
increasing the bulk transfer for loadimage, but that's about it.

point2rgb seemed like the simplest solution (with rgb2point on the
other hand), but i am now convinced it would be, again, painfully slow
on remote displays.

this situation is rarely seen in the real world :)



  reply	other threads:[~2005-01-31 18:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-31 14:54 andrey mirtchovski
2005-01-31 15:01 ` andrey mirtchovski
2005-01-31 18:01 ` Russ Cox
2005-01-31 18:23   ` andrey mirtchovski
2005-01-31 18:26     ` Russ Cox
2005-01-31 18:46       ` rog
2005-01-31 18:47         ` andrey mirtchovski [this message]
2005-01-31 18:57           ` Russ Cox
2005-01-31 19:14             ` andrey mirtchovski
2005-01-31 19:19             ` rog
2005-01-31 19:33               ` andrey mirtchovski
2005-01-31 19:37               ` Joel Salomon
2005-01-31 19:48                 ` andrey mirtchovski
2005-01-31 20:27                 ` rog

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34115094a64fb3c82839e2c4f194424c@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).