Re: [Mesa-dev] [PATCH 5/8] mesa: rework vbo_exec_init()

2017-06-07 Thread Brian Paul
On 06/07/2017 12:02 AM, Timothy Arceri wrote: Here we make some assumptions about the AEcontext and set the recalculate bools directly. Some formating fixes are also made while we are here. --- src/mesa/main/api_arrayelt.c | 6 ++ src/mesa/main/api_arrayelt.h | 1 +

Re: [Mesa-dev] [PATCH 5/8] mesa: rework vbo_exec_init()

2017-06-07 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 06/07/2017 08:02 AM, Timothy Arceri wrote: Here we make some assumptions about the AEcontext and set the recalculate bools directly. Some formating fixes are also made while we are here. --- src/mesa/main/api_arrayelt.c | 6 ++

[Mesa-dev] [PATCH 5/8] mesa: rework vbo_exec_init()

2017-06-07 Thread Timothy Arceri
Here we make some assumptions about the AEcontext and set the recalculate bools directly. Some formating fixes are also made while we are here. --- src/mesa/main/api_arrayelt.c | 6 ++ src/mesa/main/api_arrayelt.h | 1 + src/mesa/vbo/vbo_exec.c | 18 ++ 3 files