i965: Use force_compat_profile driconf option
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.h
index 7ccd22e5112109e000363213d44735e999a2be7e..7dab548e4b339e3fefd4191582e12d8c6a6297ca 100644 (file)
@@ -40,12 +40,10 @@ brw_upload_gs_prog(struct brw_context *brw);
 void
 brw_gs_populate_key(struct brw_context *brw,
                     struct brw_gs_prog_key *key);
-
-bool
-brw_codegen_gs_prog(struct brw_context *brw,
-                    struct gl_shader_program *prog,
-                    struct brw_geometry_program *gp,
-                    struct brw_gs_prog_key *key);
+void
+brw_gs_populate_default_key(const struct brw_compiler *compiler,
+                            struct brw_gs_prog_key *key,
+                            struct gl_program *prog);
 
 #ifdef __cplusplus
 } /* extern "C" */