Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ msalpha(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



msalpha(3G)                                                        msalpha(3G)



NAME
     msalpha - specifies treatment of alpha values during multisample
     rendering

C SPECIFICATION
     void msalpha(long mode)

PARAMETERS
     mode   is a symbolic constant.  MSAMASK and MSAMASKONE indicates that
            alpha values are to be converted to multisample mask values just
            prior to the alpha test.  MSAALPHA indicates that no such
            conversion is to be done.  The default is MSAALPHA.

DESCRIPTION
     When msalpha is set to MSAMASK or MSAMASKONE, while multisampling is
     enabled, source alpha values generated by rasterization are converted to
     multisample masks immediately prior to the per-pixel alpha tests.  At
     each pixel the resulting multisample mask is logically ANDed with the
     mask specified by msmask.  Only multisample locations enabled by the
     resulting mask are considered for modification.

     When msalpha is set to MSAMASKONE, the source alpha becomes 1.0 after
     the mask has been generated.

     When msalpha is set to MSAALPHA, no change is made to the alpha values
     generated by rasterization or to the mask specified by msmask.

     msalpha has no effect when multisample is not enabled.

SEE ALSO
     msmask, mspattern, mssize, multisample

NOTE
     IRIS-4D G, GT, GTX, VGX, and VGXT models, the Personal Iris, Indigo
     Entry, Indy, XL, XS, XS24, XZ, Elan and Extreme systems do not support
     msalpha.



















                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026