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)
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to