[Mesa-dev] [PATCH] st/mesa: add compiler/nir/ prefix for nir includes

Brian Paul brianp at vmware.com
Tue Mar 20 16:15:25 UTC 2018


On 03/20/2018 05:41 AM, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> Stay consistent with the rest of the codebase, effectively fixing the
> autotools build.
> 
> Bugzilla: https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.freedesktop.org_show-5Fbug.cgi-3Fid-3D105621&d=DwIGaQ&c=uilaK90D4TOVoH58JNXRgQ&r=Ie7_encNUsqxbSRbqbNgofw0ITcfE8JKfaUjIQhncGA&m=Vk4HmwKubcUs_fwVK_L6w5Tf9LvLGGY2l5z3nKDmFGQ&s=2ocWWSR1k_iuISMLUsdeE3-0YFlSQA0PPBef_eKW4Lw&e=
> Fixes: ffa4bbe4665 ("st/nir/radeonsi: move nir_lower_uniforms_to_ubo()
> to the state tracker")
> Cc: Timothy Arceri <tarceri at itsqueeze.com>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>   src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c b/src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c
> index e2a477ecc74..b2f8f833bbb 100644
> --- a/src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c
> +++ b/src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c
> @@ -29,8 +29,8 @@
>    * point by 1.
>    */
>   
> -#include "nir.h"
> -#include "nir_builder.h"
> +#include "compiler/nir/nir.h"
> +#include "compiler/nir/nir_builder.h"
>   #include "st_nir.h"
>   
>   #include "program/prog_parameter.h"
> 


Reviewed-by: Brian Paul <brianp at vmware.com>

Go ahead and push your patch. I didn't know there was a bugzilla report 
for it.

-Brian


More information about the mesa-dev mailing list