Re: [Mesa-dev] [PATCH v2 13/15] i965: Delete BATCH_RESERVED handling.

2017-09-14 Thread Chris Wilson
Quoting Kenneth Graunke (2017-09-13 21:54:15) > Now that we can grom the batchbuffer if we absolutely need the extra s/grom/grow/ > space, we don't need to reserve space for the final do-or-die ending > commands. ___ mesa-dev mailing list mesa-dev@lists.

[Mesa-dev] [PATCH v2 13/15] i965: Delete BATCH_RESERVED handling.

2017-09-13 Thread Kenneth Graunke
Now that we can grom the batchbuffer if we absolutely need the extra space, we don't need to reserve space for the final do-or-die ending commands. --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 11 +++ src/mesa/drivers/dri/i965/intel_batchbuffer.h | 26 -- 2 f