Hello,

> +
> > +       /* Build the list of paths to exercise */
> > +       for (p = ALPHA; p != ZZZ; p = (enum path) (p + 1)) {
> > +               paths[num_paths++] = p;
> > +       }
>
> paths[i] == i, so no need for the paths array. I guess glean couldn't
> enforce there being a depth/stencil visual, but since we can... no
> reason for this, I think.
>

Alright, I will refactor this out of the code.

Thanks,
Juliet
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to