diff options
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel.h b/src/intel.h index 53ce33c1..d4c9aff2 100644 --- a/src/intel.h +++ b/src/intel.h @@ -182,7 +182,7 @@ typedef struct intel_screen_private { unsigned int batch_emit_start; /** Number of bytes to be emitted in the current BEGIN_BATCH. */ uint32_t batch_emitting; - dri_bo *batch_bo; + dri_bo *batch_bo, *last_batch_bo[2]; /** Whether we're in a section of code that can't tolerate flushing */ Bool in_batch_atomic; /** Ending batch_used that was verified by intel_start_batch_atomic() */ |