diff options
author | Jason Ekstrand <[email protected]> | 2016-05-11 11:04:19 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-05-14 13:34:54 -0700 |
commit | 672cffee0f24a40585c6c0a77caedd3aa0af60b1 (patch) | |
tree | 3d67b43fd5eaa9cd8e698f97f93ede38c1d2e1dc /src/mesa/drivers/dri/i965/brw_blorp.h | |
parent | c228ea8345d3c47367f55c3cd6f25031fe8cd658 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.h | 2 |
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 5298528957e..7ec587520d8 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; |