[Mesa-dev] [PATCH] llvmpipe: Do not use barriers if not using threads.

2016-02-10 Thread Vinson Lee
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94088 Signed-off-by: Vinson Lee --- src/gallium/drivers/llvmpipe/lp_rast.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c

Re: [Mesa-dev] [PATCH] llvmpipe: Do not use barriers if not using threads.

2016-02-10 Thread Roland Scheidegger
Am 11.02.2016 um 01:47 schrieb Vinson Lee: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94088 > Signed-off-by: Vinson Lee > --- > src/gallium/drivers/llvmpipe/lp_rast.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git