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

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!jas37876
  3. From: jas37876@uxa.cso.uiuc.edu (John A. Slagel)
  4. Subject: Fast Polygon Fill ?
  5. Message-ID: <Bu09w5.1rL@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois at Urbana
  8. Date: Thu, 3 Sep 1992 14:07:15 GMT
  9. Lines: 16
  10.  
  11.      I'm writing a simple XGKS implementation for DJGPP, a 32-bit
  12.      protected mode compiler for MS-DOS.  It re-maps the SVGA video
  13.      memory into a linear 1-meg, 1-byte-per-pixel area.
  14.  
  15.      What I need is a fast polygon fill routine, preferably ASM or C,
  16.      that performs clipping and maybe even pattern fill. The SVGA video
  17.      mode I use can do a REP MOVSB to fill a row of pixels, so if you
  18.      have one for VGA Mode 13h, that'll be perfect. 
  19.  
  20.      By the way, if anyone is interested in a copy of this when its
  21.      completed, send me e-mail.  It'll be a while, though.
  22. -- 
  23. ------------------------------------------------------------------------
  24.  John A. Slagel     "My old man used to tell me, before he left this
  25.  j-slagel1@uiuc.edu  shitty world, never chase buses or women- you
  26.                      always get left behind." -The Marlboro Man
  27.