Re: [Mesa-dev] [PATCH v1] i965/batch/debug: Allow log be dumped before assert

2018-11-05 Thread Kenneth Graunke
On Monday, November 5, 2018 5:02:49 AM PST Sergii Romantsov wrote: > Message that may show the culprit of assert now will > be dumped before that for debug purposes. > > CC: Kenneth Graunke > CC: Lionel G Landwerlin > Signed-off-by: Sergii Romantsov > --- > src/mesa/drivers/dri/i965/intel_batc

Re: [Mesa-dev] [PATCH v1] i965/batch/debug: Allow log be dumped before assert

2018-11-05 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 05/11/2018 14:02, Sergii Romantsov wrote: Message that may show the culprit of assert now will be dumped before that for debug purposes. CC: Kenneth Graunke CC: Lionel G Landwerlin Signed-off-by: Sergii Romantsov --- src/mesa/drivers/dri/i965/intel_batchb

[Mesa-dev] [PATCH v1] i965/batch/debug: Allow log be dumped before assert

2018-11-05 Thread Sergii Romantsov
Message that may show the culprit of assert now will be dumped before that for debug purposes. CC: Kenneth Graunke CC: Lionel G Landwerlin Signed-off-by: Sergii Romantsov --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m