Re: [Mesa-dev] [PATCH 2/2] intel/aubinator_error_decode: Allow for more sections

2018-07-09 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 10/07/18 00:01, Jason Ekstrand wrote: Error states coming from actual Vulkan applications tend to have fairly long command buffers and lots of chained batches. 30 total BOs isn't nearly enough. This commit bumps it to 256, makes some things use the actual num

[Mesa-dev] [PATCH 2/2] intel/aubinator_error_decode: Allow for more sections

2018-07-09 Thread Jason Ekstrand
Error states coming from actual Vulkan applications tend to have fairly long command buffers and lots of chained batches. 30 total BOs isn't nearly enough. This commit bumps it to 256, makes some things use the actual number of sections instead of the #define, and adds asserts if we ever go over