diff options
author | marha <marha@users.sourceforge.net> | 2013-08-27 10:22:14 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-08-27 10:22:14 +0200 |
commit | ac46cfda36d6dbe8d5c092124a66ffe3f2bad15f (patch) | |
tree | d1c2c7015f94e4cff6ed4124fa88913e02da2cca /mesalib/src/mesa/swrast | |
parent | 427be67230f799417f3c364525484263d85cb17d (diff) | |
parent | 84e570d071a041f85e2e8b92963d3390d14af5fc (diff) | |
download | vcxsrv-ac46cfda36d6dbe8d5c092124a66ffe3f2bad15f.tar.gz vcxsrv-ac46cfda36d6dbe8d5c092124a66ffe3f2bad15f.tar.bz2 vcxsrv-ac46cfda36d6dbe8d5c092124a66ffe3f2bad15f.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
fontconfig mesalib git update 27 aug 2013
Diffstat (limited to 'mesalib/src/mesa/swrast')
-rw-r--r-- | mesalib/src/mesa/swrast/s_texfilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/src/mesa/swrast/s_texfilter.c b/mesalib/src/mesa/swrast/s_texfilter.c index 0920a640c..312b9ce9b 100644 --- a/mesalib/src/mesa/swrast/s_texfilter.c +++ b/mesalib/src/mesa/swrast/s_texfilter.c @@ -274,6 +274,7 @@ linear_texel_locations(GLenum wrapMode, break; default: _mesa_problem(NULL, "Bad wrap mode"); + *i0 = *i1 = 0; u = 0.0F; break; } |