diff options
author | Eric Anholt <[email protected]> | 2011-10-22 09:40:38 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-29 12:16:09 -0700 |
commit | eaf4d3e6e2493a6e0b20d1205a5fb33ce500c9c2 (patch) | |
tree | a6fe16cfc19b87e88be5238a5bea04bdcd3c411d /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 3d851ae48865ac6a20a615e6e06d913c2265cda5 (diff) |
i965: Remove the validated BO list, now that it's unused.
Reviewed-by: Kenneth Graunke <[email protected]>
Acked-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 1d6e58b0cfc..d80ee1be2ac 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -595,19 +595,6 @@ struct brw_context struct { struct brw_state_flags dirty; - /** - * List of buffers accumulated in brw_validate_state to receive - * drm_intel_bo_check_aperture treatment before exec, so we can - * know if we should flush the batch and try again before - * emitting primitives. - * - * This can be a fixed number as we only have a limited number of - * objects referenced from the batchbuffer in a primitive emit, - * consisting of the vertex buffers, pipelined state pointers, - * the CURBE, the depth buffer, and a query BO. - */ - drm_intel_bo *validated_bos[VERT_ATTRIB_MAX + BRW_WM_MAX_SURF + 16]; - unsigned int validated_bo_count; } state; struct brw_cache cache; |