summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-05-11 11:04:19 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-05-14 13:34:54 -0700
commit672cffee0f24a40585c6c0a77caedd3aa0af60b1 (patch)
tree3d67b43fd5eaa9cd8e698f97f93ede38c1d2e1dc /src/mesa/drivers/dri/i965/brw_blorp.h
parentc228ea8345d3c47367f55c3cd6f25031fe8cd658 (diff)
downloadexternal_mesa3d-672cffee0f24a40585c6c0a77caedd3aa0af60b1.zip
external_mesa3d-672cffee0f24a40585c6c0a77caedd3aa0af60b1.tar.gz
external_mesa3d-672cffee0f24a40585c6c0a77caedd3aa0af60b1.tar.bz2
i965/blorp: Get rid of the blorp_prog_data_int() helper
The helper was initially created to allow us to set reasonable defaults as we mutated the brw_blorp_prog_data structure in preparation for NIR. Now that everything is going through brw_blorp_compile_nir_shader() which fully fills out the brw_blorp_prog_data structure, we don't need the helper. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h
index 5298528..7ec5875 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.h
+++ b/src/mesa/drivers/dri/i965/brw_blorp.h
@@ -232,8 +232,6 @@ struct brw_blorp_prog_data
uint8_t param[BRW_BLORP_NUM_PUSH_CONSTANT_DWORDS];
};
-void brw_blorp_prog_data_init(struct brw_blorp_prog_data *prog_data);
-
struct brw_blorp_params
{
uint32_t x0;