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_queryobj.c | |
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_queryobj.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_queryobj.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_queryobj.c b/src/mesa/drivers/dri/i965/brw_queryobj.c index 360724b5f12..8875541a968 100644 --- a/src/mesa/drivers/dri/i965/brw_queryobj.c +++ b/src/mesa/drivers/dri/i965/brw_queryobj.c @@ -246,8 +246,6 @@ brw_prepare_query_begin(struct brw_context *brw) brw->query.index = 0; } - - brw_add_validated_bo(brw, brw->query.bo); } /** Called just before primitive drawing to get a beginning PS_DEPTH_COUNT. */ |