[Mesa-dev] [PATCH 01/12] nir/builder: include nir.h
Edward O'Callaghan
edward.ocallaghan at koparo.com
Sun Aug 16 20:07:34 PDT 2015
Reviewed-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
--
Edward O'Callaghan
edward.ocallaghan at koparo.com
On Sat, Aug 15, 2015, at 08:30 AM, Connor Abbott wrote:
> This makes intelligent autocomplete plugins much happier.
>
> Signed-off-by: Connor Abbott <connor.w.abbott at intel.com>
> ---
> src/glsl/nir/nir_builder.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/glsl/nir/nir_builder.h b/src/glsl/nir/nir_builder.h
> index 9223e83..1745453 100644
> --- a/src/glsl/nir/nir_builder.h
> +++ b/src/glsl/nir/nir_builder.h
> @@ -24,6 +24,8 @@
> #ifndef NIR_BUILDER_H
> #define NIR_BUILDER_H
>
> +#include "nir.h"
> +
> struct exec_list;
>
> typedef struct nir_builder {
> --
> 2.4.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list