diff options
author | Tom Stellard <[email protected]> | 2013-06-12 12:36:08 -0700 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-06-28 08:33:11 -0700 |
commit | 2639fca1f017907af7ce446fba60b520aa376abc (patch) | |
tree | 94912f3c25ee3576cda31c8d41969d7480fed635 /src/gallium/drivers/r600/r600_pipe.h | |
parent | ba4979810fe072bcd2a4ad110988837a7e542744 (diff) |
r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tested-by: Aaron Watry <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 1dc346f049f..8485cce732c 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -756,10 +756,7 @@ void r600_init_context_resource_functions(struct r600_context *r600); int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader, struct r600_shader_key key); -#ifdef HAVE_OPENCL -int r600_compute_shader_create(struct pipe_context * ctx, - LLVMModuleRef mod, struct r600_bytecode * bytecode); -#endif + void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader); /* r600_state.c */ |