diff options
author | Marek Olšák <[email protected]> | 2016-07-22 23:23:11 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-07-26 23:06:46 +0200 |
commit | dd66f9d3e71ba27960040375709a05f87b7a735b (patch) | |
tree | c35280df5ff7f660b0cb3b19347aeabd1366eb76 /src/gallium/drivers/radeonsi/si_shader.h | |
parent | b47727a83ad6b5386f27b2c174a5c0f110a61038 (diff) |
radeonsi: move the shader key dumping to si_shader_dump
Reviewed-by: Nicolai Hähnle <[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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index 29069316548..6073296ac9f 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -488,7 +488,6 @@ int si_compile_tgsi_shader(struct si_screen *sscreen, int si_shader_create(struct si_screen *sscreen, LLVMTargetMachineRef tm, struct si_shader *shader, struct pipe_debug_callback *debug); -void si_dump_shader_key(unsigned shader, union si_shader_key *key, FILE *f); int si_compile_llvm(struct si_screen *sscreen, struct radeon_shader_binary *binary, struct si_shader_config *conf, |