diff options
author | Marek Olšák <[email protected]> | 2014-01-22 02:42:20 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-01-28 01:39:48 +0100 |
commit | 65dc588bfd3b8145131340ffe77f216be58378ac (patch) | |
tree | c11c2fcc69c0f156e93b233d44d01fcf5462dbaa /src/gallium/drivers/r600/r600_pipe.h | |
parent | d41bd71bcfa43b3aad5abbb0da9f716e631042c4 (diff) |
r600g,radeonsi: consolidate get_compute_param
v2: added fprintf to r600_get_llvm_processor_name
Reviewed-by: Michel Dänzer <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 112cb269d85..31e27f282e5 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -529,9 +529,6 @@ void r600_decompress_depth_textures(struct r600_context *rctx, void r600_decompress_color_textures(struct r600_context *rctx, struct r600_samplerview_state *textures); -/* r600_pipe.c */ -const char * r600_llvm_gpu_string(enum radeon_family family); - /* r600_shader.c */ int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader, |