diff options
author | Marek Olšák <[email protected]> | 2014-01-22 00:58:12 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-01-28 01:39:25 +0100 |
commit | a9ae7635b77fc4fd9f4614fead63fefa6ff74f4e (patch) | |
tree | 4c751ccad59ece93f559592ff659eea293bbd114 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 8739c60796453c885c5cfcbb5dd7726eda8932e2 (diff) |
r600g,radeonsi: consolidate the contents of r600_resource.c
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 85bebc3bbf8..101d7405ee1 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -535,9 +535,6 @@ void r600_decompress_color_textures(struct r600_context *rctx, /* r600_pipe.c */ const char * r600_llvm_gpu_string(enum radeon_family family); -/* r600_resource.c */ -void r600_init_context_resource_functions(struct r600_context *r600); - /* r600_shader.c */ int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader, |