Re: [Mesa-dev] [PATCH] st/mesa: empty buffer binding if the buffer's not really there

2016-02-15 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Feb 14, 2016 at 1:25 AM, Ilia Mirkin wrote: > This can happen with 0-sized buffers. > > Signed-off-by: Ilia Mirkin > --- > src/mesa/state_tracker/st_atom_atomicbuf.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/src/mes

Re: [Mesa-dev] [PATCH] st/mesa: empty buffer binding if the buffer's not really there

2016-02-13 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 02/14/2016 01:25 AM, Ilia Mirkin wrote: This can happen with 0-sized buffers. Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_atom_atomicbuf.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_tracker/st_atom

[Mesa-dev] [PATCH] st/mesa: empty buffer binding if the buffer's not really there

2016-02-13 Thread Ilia Mirkin
This can happen with 0-sized buffers. Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_atom_atomicbuf.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_tracker/st_atom_atomicbuf.c b/src/mesa/state_tracker/st_atom_atomicbuf.c index d83c396..a27d