diff options
author | Jerome Glisse <[email protected]> | 2010-09-27 15:13:14 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-09-27 15:13:14 -0400 |
commit | 5e07483ed9783cd34e3d3dca74f9f1d002f1ce9d (patch) | |
tree | b7a2411a472cc70488d03eae33c07fec6f9f4cad /src/gallium/drivers/r600/r600_pipe.h | |
parent | 1617daaf496573eba70b35a760183b427adeff1b (diff) |
r600g: fix routing btw vertex & pixel shader
Signed-off-by: Jerome Glisse <[email protected]>
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 4ca83a42d77..5abf910c81c 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -149,6 +149,8 @@ void r600_translate_index_buffer2(struct r600_pipe_context *r600, struct pipe_resource **index_buffer, unsigned *index_size, unsigned *start, unsigned count); +int r600_find_vs_semantic_index2(struct r600_shader *vs, + struct r600_shader *ps, int id); /* evergreen_state.c */ void evergreen_init_state_functions2(struct r600_pipe_context *rctx); |