[Mesa-dev] [PATCH 2/3] nir: Convert to using pipeline.h.

Eric Anholt eric at anholt.net
Fri Mar 27 13:54:31 PDT 2015


One file that actually grubs through gl_shader_programs is left.
---
 src/glsl/nir/nir_lower_system_values.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/nir/nir_lower_system_values.c b/src/glsl/nir/nir_lower_system_values.c
index a6eec65..75db08d 100644
--- a/src/glsl/nir/nir_lower_system_values.c
+++ b/src/glsl/nir/nir_lower_system_values.c
@@ -26,7 +26,7 @@
  */
 
 #include "nir.h"
-#include "main/mtypes.h"
+#include "util/pipeline.h"
 
 static void
 convert_instr(nir_intrinsic_instr *instr)
-- 
2.1.4



More information about the mesa-dev mailing list