[Piglit] [PATCH] Porting basic rendering GL tests from Glean to Piglit
Juliet Fru
julietfru at gmail.com
Thu Sep 3 11:06:14 PDT 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150903/b5736f9e/attachment.html>
More information about the Piglit
mailing list