projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8975cbb
)
Make test visible
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 21 Oct 2005 10:07:52 +0000
(10:07 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 21 Oct 2005 10:07:52 +0000
(10:07 +0000)
progs/fp/tri-rcp.c
patch
|
blob
|
history
diff --git
a/progs/fp/tri-rcp.c
b/progs/fp/tri-rcp.c
index 41a0033566f28f517a639bf5dd9d5798628dbd35..1698f37f3654563457ecefff9741f91f7c3d3acc 100644
(file)
--- 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;