filename | src/pvr2/glrender.c |
changeset | 1205:a486ac64f34b |
prev | 1159:580436b01b6c |
next | 1207:f7ca985659c6 |
author | nkeynes |
date | Mon Jan 30 20:11:08 2012 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Replace wordexp() with a hand-coded env-var substitution. More portable, and avoids bugs with some wordexp() implementations |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/glrender.c Wed Jan 19 17:50:09 2011 +10001.2 +++ b/src/pvr2/glrender.c Mon Jan 30 20:11:08 2012 +10001.3 @@ -46,10 +46,10 @@1.4 GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,1.5 GL_ONE_MINUS_DST_ALPHA };1.6 int pvr2_poly_texblend[4] = {1.7 - GL_REPLACE,1.8 - GL_MODULATE,1.9 - GL_DECAL,1.10 - GL_MODULATE1.11 + GL_REPLACE,1.12 + GL_MODULATE,1.13 + GL_DECAL,1.14 + GL_MODULATE1.15 };1.17 static gboolean have_shaders = FALSE;
.