i965: Move brw_compiler_create to brw_compiler.h

This commit is contained in:
Jason Ekstrand
2015-10-19 20:19:09 -07:00
parent bf6407079b
commit 9e3615cc7d
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -93,6 +93,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.
-3
View File
@@ -233,9 +233,6 @@ bool opt_predicated_break(struct backend_shader *s);
extern "C" {
#endif
struct brw_compiler *
brw_compiler_create(void *mem_ctx, const struct brw_device_info *devinfo);
void
brw_assign_common_binding_table_offsets(gl_shader_stage stage,
const struct brw_device_info *devinfo,