Re: [Mesa-dev] [PATCH 4/5] swr: [rasterizer core] Frontend dependency work

2016-10-27 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Oct 26, 2016, at 7:08 PM, George Kyriazis > wrote: > > Add frontend dependency concept in the DRAW_CONTEXT, which > allows serialization of frontend work if necessary. > --- >

[Mesa-dev] [PATCH 4/5] swr: [rasterizer core] Frontend dependency work

2016-10-26 Thread George Kyriazis
Add frontend dependency concept in the DRAW_CONTEXT, which allows serialization of frontend work if necessary. --- src/gallium/drivers/swr/rasterizer/core/api.cpp | 3 +++ src/gallium/drivers/swr/rasterizer/core/context.h | 3 ++- src/gallium/drivers/swr/rasterizer/core/threads.cpp | 14