i965: Add missing state reset at the end of blorp.
These are things that happen to be occurring because of the batch flush at the start of the blorp op (which exists to prevent batch space or aperture space overflow), but the intention was for this sequence of state resets at the end of blorp to be everything necessary for the next draw call. Found when debugging the next commit, by comparing brw_new_batch() and intel_batchbuffer_reset() to brw_blorp_exec(). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
@@ -28,6 +28,7 @@ void intel_batchbuffer_init(struct brw_context *brw);
|
||||
void intel_batchbuffer_free(struct brw_context *brw);
|
||||
void intel_batchbuffer_save_state(struct brw_context *brw);
|
||||
void intel_batchbuffer_reset_to_saved(struct brw_context *brw);
|
||||
void intel_batchbuffer_clear_cache(struct brw_context *brw);
|
||||
|
||||
int _intel_batchbuffer_flush(struct brw_context *brw,
|
||||
const char *file, int line);
|
||||
|
Reference in New Issue
Block a user