[Mesa-dev] [PATCH] glsl: optimize list handling in opt_dead_code

Emil Velikov emil.l.velikov at gmail.com
Tue Oct 18 13:32:00 UTC 2016


On 17 October 2016 at 23:07, Jan Ziak <0xe2.0x9a.0x9b at gmail.com> wrote:

> -   exec_list assign_list;
> +   arraylist<ir_assignment*,4> assign_list;
>
Just an FYI - when people started using C++ for glsl there was an
agreement that templating is not to be used.

Not sure if it still holds true, nowadays.
Emil


More information about the mesa-dev mailing list