From 2ea6b800c0371a75ef4f6d22c7a83110c2eeaa43 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 21 Oct 2005 10:07:52 +0000 Subject: Make test visible --- progs/fp/tri-rcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/fp') diff --git a/progs/fp/tri-rcp.c b/progs/fp/tri-rcp.c index 41a0033566..1698f37f36 100644 --- a/progs/fp/tri-rcp.c +++ b/progs/fp/tri-rcp.c @@ -40,7 +40,8 @@ static void Init( void ) static const char *modulate2D = "!!ARBfp1.0\n" "TEMP R0;\n" - "RCP result.color, fragment.color.x; \n" + "ADD R0, fragment.color.x, fragment.color.x; \n" + "RCP result.color, R0.x; \n" "END" ; GLuint modulateProg; -- cgit v1.2.3