On Mon, Apr 21, 2014 at 11:48 AM, Carl Worth <cwo...@cworth.org> wrote:
> Anuj Phogat <anuj.pho...@gmail.com> writes:
>>        decl |= buffer << SO_DECL_OUTPUT_BUFFER_SLOT_SHIFT;
>> +      assert(vue_map->varying_to_slot[varying] >= 0);
>>        decl |= vue_map->varying_to_slot[varying] <<
>
> I have the same question here as in my previous message to another
> patch.
>
> Could this new assert() cause a program which was previously functioning
> to stop functioning?
I don't think so. I'm not aware of any case. It might affect a program which was
earlier working just by luck.
>
> -Carl
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to