diff options
author | Fredrik Höglund <[email protected]> | 2011-03-29 19:52:03 +0200 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2011-03-29 16:54:19 -0400 |
commit | d04ab396a54d29948363c3353efa5aaa888076a3 (patch) | |
tree | dabdd5917072d130596ce147c410719cf93dea3a /src/gallium/drivers/r600/r600_pipe.h | |
parent | 948e1eb8e9c166ad5b74abc630d0760768ce78c9 (diff) |
r600g: implement texture barrier
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 88aff0e81bb..5b26d1f7459 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -298,6 +298,8 @@ void r600_set_constant_buffer(struct pipe_context *ctx, uint shader, uint index, struct pipe_resource *buffer); void r600_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info); +void r600_texture_barrier(struct pipe_context *ctx); + /* * common helpers */ |