Rob Jenkins (robj++at++quid)
Fri, 8 Nov 1996 13:46:54 -0800
There's no guarantee you'll get all the framebuffer resources you ask for. I'll
guess you're using Reality Engine, if you ask for too many multisamples, one of
the first thing the framebuffer config does to satisfy your request is switch
from RGBA 12 bits per component pixels to RGB 8 bit per comp. This lack of
alpha isn't generally a problem as blended transparency can be done without
destination alpha planes but it sounds like you're relying on having
destination alpha. *Always* find out what framebuffer config you actually got (
man pfWindow talks about various ways ). You may be able to do the alpha
operations you're doing still without destination alpha by adjusting you're
blendfunction but most likely you need to ask for less samples ( or get more
RM boards ). If this is RE2 then here's some guidelines:
One RM is enough for:
640x512 resolution 16 samples 8 bits/component 24-bit Z
640x512 resolution 8 samples 12 bits/component 32-bit Z
960x680 resolution 8/4 samples 12 bits/component 32-bit Z
1280x1024 resolution 0 samples 12 bits/component 32-bit Z
Two RMs are enough for:
1280x1024 resolution 8 samples 8 bits/component 24-bit Z
1280x1024 resolution 4 samples 12 bits/component 32-bit Z
1600x1200 resolution 0 samples 12 bits/component 32-bit Z
Four RMs are enough for:
1280x1024 resolution 16 samples 8 bits/component 24-bit Z
1280x1024 resolution 8 samples 12 bits/component 32-bit Z
1600x1200 resolution 8 samples 8 bits/component 24-bit Z
1600x1200 resolution 4 samples 12 bits/component 32-bit Z
Cheers
Rob
--
________________________________________________________________
Rob Jenkins robj++at++csd.sgi.com
Silicon Graphics, Mtn View, California, USA
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:53:55 PDT