SCFG_SetGeometryFixed

Syntax

#include <twl/scfg.h>
static inline void SCFG_SetGeometryFixed( BOOL sw );
  

Arguments

sw If TRUE, geometry circuit revisions will be used.
If FALSE, the circuit will be identical to the NITRO-CPU's.

Return Values

None.

Description

Configures the use of revisions to the geometry circuit.

If revisions are specified to be used, BoxTest, TexImgPar, CmdFIFO, 1DotPoly, and CLIP bugs will be fixed.

Revisions will not be used by default.

Note: Use this function when running on TWL hardware.

Because NITRO hardware does not include an SCFG block, this function is not expected to be invoked on NITRO hardware.

See Also

SCFG Overview
SCFG_IsGeometryFixed

Revision History

2008/04/07 Added information on default values.
2007/10/03 Initial version.


CONFIDENTIAL