home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / parallel / 2042 < prev    next >
Encoding:
Text File  |  1992-09-03  |  4.6 KB  |  136 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: azhao@cs.arizona.edu (Qiang Alex Zhao)
  4. Subject: SUMMERY: Parallel Graphics, etc.
  5. Message-ID: <1992Sep4.121358.17790@hubcap.clemson.edu>
  6. Followup-To: comp.parallel
  7. Keywords: Parallel Graphics
  8. Sender: news@cs.arizona.edu
  9. Organization: Computer Science Dept, Univ of Arizona, Tucson
  10. Date: 3 Sep 92 22:25:33 GMT
  11. Approved: parallel@hubcap.clemson.edu
  12. Lines: 122
  13.  
  14.  
  15.     SUMMERY:  Parallel Graphics Algorithms
  16.     --------------------------------------
  17.  
  18.  
  19. Introduction:
  20.  
  21.   Some time ago, I posted a question to serveral net newsgroups, for a
  22.   bibliography on parallel graphics algorithms and related information.
  23.   The responses I've got so far are encouraging to me for further
  24.   investigation and experiment...
  25.  
  26.   Interestingly as "Sam Uselton" <uselton@nas.nasa.gov> quoted, "Ray
  27.   tracing has been called the canonical embarassingly parallel
  28.   algorithm ...", graphics applications are almost always "the first
  29.   demos running on any new parallel machines".
  30.  
  31.   Lots of work and opportunities in this area -- so what are we waiting
  32.   for?
  33.  
  34.  
  35. Bibliographies:
  36.  
  37.   *     A ray tracing bibliography with abstracts available on
  38.     princeton.edu in /pub/Graphics/Papers. There's a file
  39.     "NetPapers" in which you could find which papers are available
  40.     on the net, and where to get them.
  41.  
  42.   *     A cross-indexed ray-tracing bibliography by "Rick Speer"
  43.     <speer@cs.colorado.edu>. Vast amount of information: more than
  44.     500 citations from 1968; papers from SIGGRAPH, Graphics
  45.     Interface, Eurographics, etc.; cross-indexed by keyword and
  46.     author; gloossary of keywords... Available in PostScript
  47.     "speer.raytrace.bib.ps.Z":
  48.  
  49.     weedeater.math.yale.edu        /pub/Papers
  50.     wuarchive.wustl.edu        /graphics/graphics/bib/RT.BIB.Speer
  51.     karazm.math.uh.edu        /pub/Graphics
  52.     gondwana.ecr.mu.oz.au        /pub/papers
  53.     nic.funet.fi            /pub/sci/papers/graphics
  54.  
  55.   *     Eric Haines (erich@eye.com) maintains ray tracing and
  56.     radiosity/global illumination bibliographies. These are in
  57.     "refer" format, and so can be searched electronically (a simple
  58.     awk script to search for keywords is included with each). The
  59.     bibliographies are available at most of the sites listed above,
  60.     and the most current versions are maintained at princeton.edu:
  61.     /pub/Graphics/Papers as "RayBib.*" and "RadBib.*".
  62.  
  63.   *     Tom Wilson <wilson@cs.ucf.edu> has collected over 300 abstracts
  64.     from ray tracing related research papers and books. The
  65.     information is essentially in plaintext, and Latex and troff
  66.     formatting programs are included. This collection is available
  67.     at most the sites above as "rtabs.*".
  68.  
  69.   *     Scott Whitman <slim@llnl.gov> is gathering another
  70.     bibliography. It will be sent out to the comp.graphics and
  71.     comp.parallel newsgroup.
  72.  
  73.   *     Ulrich Neuman from Chapel Hill is working on a bibliography for
  74.     parallel volume randering.
  75.  
  76.   *    ?
  77.  
  78.  
  79. Overview Books:
  80.  
  81.   *    Green, S.
  82.     Parallel Processing for Computer Graphics
  83.     Cambridge, the MIT Press, 1991, ISBN 0-262-57087-4
  84.  
  85.   *    Whitman, S.
  86.     Multiprocessor Methods for Computer Graphics
  87.     Jones and Bartlett, 1992, ISBN 0-86720-229-7
  88.  
  89.     The book can be ordered by mail directly from Jones and
  90.     Bartlett Publishers, 20 Park Plaza, Boston, MA 02116; or by
  91.     phone +1-800-832-0034; or by email, kpeters@math.harvard.edu.
  92.     Prepaid orders (MC, VISA or check) will not be charged postage
  93.     or handling.
  94.  
  95.     Abstract:
  96.     The problem of quickly generating three-dimensional synthetic
  97.     imagery has remained challenging for computer graphics
  98.     researchers due to the large amount of data which is processed
  99.     and the complexity of the calculations involved. This book
  100.     involves a thorough investigation into the problem of using a
  101.     massvely parallel computer to perform three-dimensional
  102.     computer graphics rendering. The algorithms which are analyzed
  103.     in this monograph present several alternative approaches to
  104.     image space decomposition as well as remote memory access. A
  105.     number of pointers are given so that researchers intending to
  106.     develop their own parallel rendering algorithm will be able to
  107.     obtain high performance and good speedup from a variety of
  108.     multiprocessor architectures.
  109.  
  110.  
  111. Mailing List For Massive Parallel Rendering
  112.  
  113.     Subscribe by sending mail to:
  114.         mp-render-request@icase.edu
  115.     
  116.     Send contributions to:
  117.         mp-render@icase.edu
  118.  
  119.  
  120. Acknowledgements
  121.  
  122.     Corrie, Brian        <bcorrie@dubhe.anu.edu.au>
  123.     Haines, Eric        <erich@eye.com>
  124.     Kadi, Zafer        <kgzxk@asuvm.inre.asu.edu>
  125.     McCabe, Dan        <danm@watson.ibm.com>
  126.     McPherson, Allen    <bhagwan@agps.lanl.gov>
  127.     Uselton, Sam        <uselton@nas.nasa.gov>
  128.     Whitman, Scott        <slim@llnl.gov>
  129.  
  130.  
  131. -- 
  132. = Qiang Alex Zhao           Computer Science Department
  133.   azhao@cs.arizona.edu             University of Arizona
  134.   (602) 621-1815                   Tucson, AZ 85721
  135.  
  136.