diff options
author | Marek Olšák <[email protected]> | 2013-09-22 21:45:23 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-09-29 15:18:09 +0200 |
commit | 68f6dec32ed5eede361f76c8dbdf897652659baf (patch) | |
tree | cb05d89cd004f259765188c76ed151d4f77eb615 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 0cb9de1dd078395d541c32c0de81ea4f05147baa (diff) |
r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon
This will be used in the next commit.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 53d253639b1..7927e2d9858 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -241,11 +241,6 @@ struct r600_screen { struct r600_resource *trace_bo; uint32_t *trace_ptr; unsigned cs_count; - - /* Auxiliary context. Mainly used to initialize resources. - * It must be locked prior to using and flushed before unlocking. */ - struct pipe_context *aux_context; - pipe_mutex aux_context_lock; }; struct r600_pipe_sampler_view { @@ -627,8 +622,6 @@ void evergreen_update_db_shader_control(struct r600_context * rctx); /* r600_blit.c */ void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx, struct pipe_resource *src, const struct pipe_box *src_box); -void r600_screen_clear_buffer(struct r600_screen *rscreen, struct pipe_resource *dst, - unsigned offset, unsigned size, unsigned char value); void r600_init_blit_functions(struct r600_context *rctx); void r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, |