Merge branch mesa-public/master into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_compiler.h
index 748ffe58b0c0a664b553fcefb3bb93af55f4b1e5..cd28bbb6bbf5c9caf436880e30b4d5e5e41e7daa 100644 (file)
@@ -94,6 +94,9 @@ struct brw_compiler {
    struct gl_shader_compiler_options glsl_compiler_options[MESA_SHADER_STAGES];
 };
 
+struct brw_compiler *
+brw_compiler_create(void *mem_ctx, const struct brw_device_info *devinfo);
+
 
 /**
  * Program key structures.
@@ -687,6 +690,9 @@ struct brw_gs_prog_data
 
 /** @} */
 
+struct brw_compiler *
+brw_compiler_create(void *mem_ctx, const struct brw_device_info *devinfo);
+
 /**
  * Compile a vertex shader.
  *