diff options
author | Bas Nieuwenhuizen <[email protected]> | 2016-04-21 18:12:48 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2016-04-21 19:36:19 +0200 |
commit | 38f4cee3ff36970254ddce238638c4b9724669e3 (patch) | |
tree | d37315fc6633e11f70d3a52c29947e2f4395f2fb /src/gallium/drivers/radeonsi/si_shader.h | |
parent | 1bc983cd649af10d87500ceda37d7a36aa3741a6 (diff) |
radeonsi: Add config parameter to si_shader_apply_scratch_relocs.
shader->config is not updated for compute kernels.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index 6ea849d2eae..857a6829e01 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -478,6 +478,7 @@ void si_shader_dump(struct si_screen *sscreen, struct si_shader *shader, FILE *f); void si_shader_apply_scratch_relocs(struct si_context *sctx, struct si_shader *shader, + struct si_shader_config *config, uint64_t scratch_va); void si_shader_binary_read_config(struct radeon_shader_binary *binary, struct si_shader_config *conf, |