home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / mondello / notes < prev    next >
Text File  |  1996-05-27  |  790b  |  20 lines

  1.  
  2. The Mondello only ever went to Rev B before the team moved onto the
  3. Laguna-3D chipset.  The Rev B chipset had a few bugs remaining to be
  4. worked out.
  5.  
  6. One of the bits in the z-buffer doesn't work.  This can be worked around,
  7. but as a result, the z-buffer is only 15 bits deep.  
  8.  
  9. The PCI bus transfers are VERY slow.  I have been told that there are some 
  10. bus arbitration problems with the Rev B chipset.  This, of course, slows 
  11. down the hardware rendering considerably.  Presumably, this will be fixed in 
  12. the next revision.  I know it is fixed in the current Laguna product.  
  13.  
  14. Some of the include files are in ../include/mondello.
  15.  
  16. The driver may sometimes exit in a not-so-nice way.  Typing reset;setfont
  17. usually takes care of such problems.  
  18.  
  19. -Peter McDermott
  20.  pmcdermo@cs.utexas.edu