Re: [Mesa-dev] [PATCH] gallium: remove aux_vertex_buffer_slot code

2018-05-14 Thread Michel Dänzer
Hi Marek, On 2018-05-10 06:21 PM, Marek Olšák wrote: > From: Marek Olšák > > The slot index is always 0, and is pretty unlikely to change in the future. This change caused dozens of piglit tests to crash for me, see an example below from

Re: [Mesa-dev] [PATCH] gallium: remove aux_vertex_buffer_slot code

2018-05-10 Thread Brian Paul
On 05/10/2018 10:21 AM, Marek Olšák wrote: From: Marek Olšák The slot index is always 0, and is pretty unlikely to change in the future. --- src/gallium/auxiliary/cso_cache/cso_context.c | 52 ++- src/gallium/auxiliary/cso_cache/cso_context.h |

[Mesa-dev] [PATCH] gallium: remove aux_vertex_buffer_slot code

2018-05-10 Thread Marek Olšák
From: Marek Olšák The slot index is always 0, and is pretty unlikely to change in the future. --- src/gallium/auxiliary/cso_cache/cso_context.c | 52 ++- src/gallium/auxiliary/cso_cache/cso_context.h | 5 --- src/gallium/auxiliary/hud/hud_context.c