[Mesa-dev] [PATCH] docs: document INTEL_DEBUG 'optimizer' envvar
Matt Turner
mattst88 at gmail.com
Mon Sep 14 14:52:50 PDT 2015
On Mon, Sep 14, 2015 at 11:16 AM, Alejandro PiƱeiro
<apinheiro at igalia.com> wrote:
> ---
>
> I didn't see any kind (ie: alphabetical) order on that list, so I just added it to the end.
>
> docs/envvars.html | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/docs/envvars.html b/docs/envvars.html
> index c0d5a51..168e846 100644
> --- a/docs/envvars.html
> +++ b/docs/envvars.html
> @@ -153,6 +153,7 @@ See the <a href="xlibdriver.html">Xlib software driver page</a> for details.
> <li>no16 - suppress generation of 16-wide fragment shaders. useful for debugging broken shaders</li>
> <li>blorp - emit messages about the blorp operations (blits & clears)</li>
> <li>nodualobj - suppress generation of dual-object geometry shader code</li>
> + <li>optimizer - dump shader assembly to files at each optimization pass and iteration</li>
I'd add " that makes progress" to the end of the description.
> </ul>
> </ul>
Thanks. I'm not sure I was aware of this file when I added that option.
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-dev
mailing list