I guess this works, but putting it on its own line is more typical. Needed for my vpfp->shader_test converter to be able to parse this. --- tests/shaders/generic/fdo38145.vpfp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/shaders/generic/fdo38145.vpfp b/tests/shaders/generic/fdo38145.vpfp index df38624..cce3550 100644 --- a/tests/shaders/generic/fdo38145.vpfp +++ b/tests/shaders/generic/fdo38145.vpfp @@ -1,7 +1,8 @@ ; test for a regression in the R600 SPI setup that affected doom3 rendering. ; Author: Vadim Girlin -!!ARBvp1.0 OPTION ARB_position_invariant; +!!ARBvp1.0 +OPTION ARB_position_invariant; MOV result.texcoord[0],0; MOV result.texcoord[1],1; END -- 2.4.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
