Re: [Mesa-dev] [PATCH] st/mesa: Factorize duplicate code for atomic buffer binding

2018-02-20 Thread Marek Olšák
Pushed, thanks! Marek On Tue, Feb 20, 2018 at 12:49 PM, Guillaume Charifi wrote: > Signed-off-by: Guillaume Charifi > --- > src/mesa/state_tracker/st_atom_atomicbuf.c | 67 > +- > 1 file changed, 29 insertions(+), 38 deletions(-) > > diff --git a/src/mesa/state_tra

[Mesa-dev] [PATCH] st/mesa: Factorize duplicate code for atomic buffer binding

2018-02-20 Thread Guillaume Charifi
Signed-off-by: Guillaume Charifi --- src/mesa/state_tracker/st_atom_atomicbuf.c | 67 +- 1 file changed, 29 insertions(+), 38 deletions(-) diff --git a/src/mesa/state_tracker/st_atom_atomicbuf.c b/src/mesa/state_tracker/st_atom_atomicbuf.c index eda9e51b58..6907d0064