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

Brian Paul brianp at vmware.com
Wed Jan 26 07:00:35 PST 2011


On 01/26/2011 05:58 AM, Bernd Buschinski wrote:
> 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)

Yup. Thanks for spotting that.  I'll commit the fix shortly.

-Brian



More information about the mesa-dev mailing list