diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_ff_gs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_ff_gs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_ff_gs.h b/src/mesa/drivers/dri/i965/brw_ff_gs.h index 3dd045f..9e016b8 100644 --- a/src/mesa/drivers/dri/i965/brw_ff_gs.h +++ b/src/mesa/drivers/dri/i965/brw_ff_gs.h @@ -71,7 +71,7 @@ struct brw_ff_gs_prog_key { }; struct brw_ff_gs_compile { - struct brw_compile func; + struct brw_codegen func; struct brw_ff_gs_prog_key key; struct brw_ff_gs_prog_data prog_data; @@ -116,7 +116,7 @@ void brw_upload_ff_gs_prog(struct brw_context *brw); void -brw_compile_ff_gs_prog(struct brw_context *brw, +brw_codegen_ff_gs_prog(struct brw_context *brw, struct brw_ff_gs_prog_key *key); #endif |