From 5c03d1fa0fbe130153a2e4c937f684c680ca20b2 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 30 Mar 2012 23:39:55 +0200 Subject: 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 --- src/gallium/drivers/r600/r600_pipe.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/r600/r600_pipe.h') 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 { -- cgit v1.2.3