Re: [Mesa-dev] [PATCH v2] aubinator: implement a rolling window of programs

2017-09-01 Thread Eric Engestrom
On Friday, 2017-09-01 16:40:17 +0100, Lionel Landwerlin wrote: > If we have more programs than what we can store, > aubinator_error_decode will assert. Instead let's have a rolling > window of programs. > > v2: Fix overflowing issues (Eric Engestrom) > > Signed-off-by: Lionel Landwerlin I don't

[Mesa-dev] [PATCH v2] aubinator: implement a rolling window of programs

2017-09-01 Thread Lionel Landwerlin
If we have more programs than what we can store, aubinator_error_decode will assert. Instead let's have a rolling window of programs. v2: Fix overflowing issues (Eric Engestrom) Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator_error_decode.c | 24 1 file c