Search
lxdream.org :: lxdream/src/pvr2/vertex.glsl :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/vertex.glsl
changeset 847:2089244671d2
prev653:3202ff01d48e
next1066:ddffe9d2b332
author nkeynes
date Thu Jun 25 01:15:25 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Move configuration to .lxdream/lxdreamrc on *nix, Library/Application Support/Lxdream on OS X
Create standard directories on first run
Add current quick state to config file
Refactor quick-state handling into dreamcast.c, and use the save directory
file annotate diff log raw
1.1 --- a/src/pvr2/vertex.glsl Fri Mar 28 12:32:25 2008 +0000
1.2 +++ b/src/pvr2/vertex.glsl Thu Jun 25 01:15:25 2009 +0000
1.3 @@ -8,4 +8,5 @@
1.4 gl_FrontColor = gl_Color;
1.5 gl_FrontSecondaryColor = gl_SecondaryColor;
1.6 gl_TexCoord[0] = gl_MultiTexCoord0;
1.7 + gl_FogFragCoord = gl_FogCoord;
1.8 }
.