Re: [Mesa-dev] [PATCH 7/8] mesa: Reduce ffvertex_prog state_key to 36 bytes.

2018-01-30 Thread Mathias Fröhlich
Hi Brian, On Monday, 29 January 2018 17:05:57 CET Brian Paul wrote: > The series looks good tome. > > Reviewed-by: Brian Paul Thanks for the review! > Can you push this or do you need me to do it? And Thanks for pushing. I used to have a git account and I assume it is still working. So the nex

Re: [Mesa-dev] [PATCH 7/8] mesa: Reduce ffvertex_prog state_key to 36 bytes.

2018-01-29 Thread Brian Paul
On 01/27/2018 12:09 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Using lower alignment restrictions for the state key fields finally yields to a smaller hasing "hashing" And this 3-line comment could fit into two lines. state key. Signed-off-by: Mathias Fröhlich The serie

[Mesa-dev] [PATCH 7/8] mesa: Reduce ffvertex_prog state_key to 36 bytes.

2018-01-27 Thread Mathias . Froehlich
From: Mathias Fröhlich Using lower alignment restrictions for the state key fields finally yields to a smaller hasing state key. Signed-off-by: Mathias Fröhlich --- src/mesa/main/ffvertex_prog.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a