[Mesa-dev] copy & paste error in mesa commit f2dd11817a66b6254e1533398dc53f1bc51953be

Bernd Buschinski b.buschinski at web.de
Wed Jan 26 04:58:25 PST 2011


Hello, 
just was to tell you that in commit
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2dd11817a66b6254e1533398dc53f1bc51953be
happened a copy&paste error

in file
src/mesa/main/teximage.c
line 1385

      return (ctx->Extensions.MESA_texture_array ||
              ctx->Extensions.MESA_texture_array);

looks like it should be

      return (ctx->Extensions.MESA_texture_array ||
              ctx->Extensions.EXT_texture_array)


More information about the mesa-dev mailing list