On Thu, Mar 17, 2016 at 5:51 PM, Jason Ekstrand <ja...@jlekstrand.net> wrote:
> ---
>  src/compiler/nir/nir_builder.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h
> index d546e41..1d61ff9 100644
> --- a/src/compiler/nir/nir_builder.h
> +++ b/src/compiler/nir/nir_builder.h
> @@ -31,6 +31,9 @@ struct exec_list;
>  typedef struct nir_builder {
>     nir_cursor cursor;
>
> +   /* Whether or not new ALU instructions will have exact results */

s/or not //
s/will have/must produce/ (???)
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to