summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-10-08 16:20:34 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-10-19 08:47:03 -0700
commit4467344c829f1dccdf74e27bef2c5fda72552be6 (patch)
tree7b25b6efbf28e7cbd332c0897d6de2dff13b5efb /src/mesa/drivers/dri/i965/brw_wm.h
parent67db9072b9fde74277f74f7303366b8bdd3a711e (diff)
downloadexternal_mesa3d-4467344c829f1dccdf74e27bef2c5fda72552be6.zip
external_mesa3d-4467344c829f1dccdf74e27bef2c5fda72552be6.tar.gz
external_mesa3d-4467344c829f1dccdf74e27bef2c5fda72552be6.tar.bz2
i965: Rename brw_foo_emit to brw_compile_foo
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h
index ac22bee..7e4bf35 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -68,7 +68,7 @@ struct nir_shader;
*
* Returns the final assembly and the program's size.
*/
-const unsigned *brw_wm_fs_emit(const struct brw_compiler *compiler,
+const unsigned *brw_compile_fs(const struct brw_compiler *compiler,
void *log_data,
void *mem_ctx,
const struct brw_wm_prog_key *key,