Re: [Mesa-dev] [PATCH 3/3] mesa: remove duplicate assignments in bind_xfb_buffers()

2017-08-23 Thread Timothy Arceri
2-3: Reviewed-by: Timothy Arceri Honestly not sure about the first patch. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 3/3] mesa: remove duplicate assignments in bind_xfb_buffers()

2017-08-23 Thread Samuel Pitoiset
Useless to do that before checking errors. It's now similar to the other bind_XXX_buffers() helpers. Signed-off-by: Samuel Pitoiset --- src/mesa/main/bufferobj.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index 099648f419..2da21280