summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-06-20 12:09:27 -0700
committerKenneth Graunke <[email protected]>2013-06-28 13:35:23 -0700
commit7f210bf5358443f38c1c7b758eaa28b37e09578a (patch)
treefd157b874b718b28ffcb501428e7b5f373adedae /src/mesa/drivers/dri/i915/intel_context.h
parent6bdc5ecbbae185e098b34baf95e533b0c067b807 (diff)
i915: Remove miscellanous uncalled gen4 code from formerly shared files.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/i915/intel_context.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_context.h b/src/mesa/drivers/dri/i915/intel_context.h
index 036bd79b444..04f820744e0 100644
--- a/src/mesa/drivers/dri/i915/intel_context.h
+++ b/src/mesa/drivers/dri/i915/intel_context.h
@@ -121,9 +121,6 @@ struct intel_batchbuffer {
drm_intel_bo *bo;
/** Last BO submitted to the hardware. Used for glFinish(). */
drm_intel_bo *last_bo;
- /** BO for post-sync nonzero writes for gen6 workaround. */
- drm_intel_bo *workaround_bo;
- bool need_workaround_flush;
struct cached_batch_item *cached_items;
@@ -136,11 +133,6 @@ struct intel_batchbuffer {
uint32_t state_batch_offset;
bool is_blit;
bool needs_sol_reset;
-
- struct {
- uint16_t used;
- int reloc_count;
- } saved;
};
/**