Skip to content

Commit

Permalink
These should be Condition Code operations in nv2 profile's IFC implem…
Browse files Browse the repository at this point in the history
…entation.

--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 19, 2008
1 parent ae91a00 commit 2741383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -4483,7 +4483,7 @@ static void emit_ARB1_IFC(Context *ctx)
if (ctx->support_nv2)
{
static const char *comps[] = {
"", "SGT", "SEQ", "SGE", "SGT", "SNE", "SLE"
"", "SGTC", "SEQC", "SGEC", "SGTC", "SNEC", "SLEC"
};

if (ctx->instruction_controls >= STATICARRAYLEN(comps))
Expand Down

0 comments on commit 2741383

Please sign in to comment.