From d1d8b35d985e297008ee45f2845ceee87c37e052 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 6 Jul 2008 21:53:41 -0400 Subject: [PATCH] Another FIXME. --HG-- branch : trunk --- mojoshader.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mojoshader.c b/mojoshader.c index 05478e72..7ec6f012 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -3910,6 +3910,8 @@ static void emit_ARB1_phase(Context *ctx) static void emit_ARB1_finalize(Context *ctx) { + // !!! FIXME: if we never wrote the position register, add the + // !!! FIXME: position_invariant program option here. int i; push_output(ctx, &ctx->globals); for (i = 0; i < ctx->max_scratch_registers; i++)