i965: Move brw_compiler_create to brw_compiler.h
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user