projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedc457
)
Better looking test.
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 21 Oct 2005 08:34:06 +0000
(08:34 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 21 Oct 2005 08:34:06 +0000
(08:34 +0000)
progs/fp/tri-dst.c
patch
|
blob
|
history
diff --git
a/progs/fp/tri-dst.c
b/progs/fp/tri-dst.c
index 5e01a3c8380727f8c461289af01640c8ff027468..ba40a2418e9f4ed7fe2e145bad752f7f3611e072 100644
(file)
--- a/
progs/fp/tri-dst.c
+++ b/
progs/fp/tri-dst.c
@@
-40,7
+40,7
@@
static void Init( void )
{
static const char *modulate2D =
"!!ARBfp1.0\n"
- "DST result.color, fragment.
position
, fragment.color; \n"
+ "DST result.color, fragment.
color
, fragment.color; \n"
"END"
;
GLuint modulateProg;