diff options
author | Marek Olšák <[email protected]> | 2012-03-30 23:39:55 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-04-04 13:09:47 +0200 |
commit | 5c03d1fa0fbe130153a2e4c937f684c680ca20b2 (patch) | |
tree | 0c0f1a12629664a381a8a27b8fabd143d6fdece5 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 3ea3695b0495a56d9946a292e0e7cad4e0fb2fe0 (diff) |
r600g: kill off the fallback for crazy src_offset values
st/mesa doesn't allow src_offset to be greater than stride and the maximum
stride r600 supports is 2047.
Reviewed-by: Alex Deucher <[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, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index ccbfaa7d010..96df79b9bf3 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -169,11 +169,6 @@ struct r600_vertex_element struct r600_resource *fetch_shader; unsigned fs_size; struct r600_pipe_state rstate; - /* if offset is to big for fetch instructio we need to alterate - * offset of vertex buffer, record here the offset need to add - */ - unsigned vbuffer_need_offset; - unsigned vbuffer_offset[PIPE_MAX_ATTRIBS]; }; struct r600_pipe_shader { |