Re: [Mesa-dev] [PATCH 1/1] clover: grid_offset should be padded with 0 not 1

2016-05-16 Thread Francisco Jerez
Jan Vesely writes: > Signed-off-by: Jan Vesely Reviewed-by: Francisco Jerez > --- > > This is the only mesa change to make the newly introduced global_offset > piglit pass on r600 (the rest is llvm/clang/libclc) > > src/gallium/state_trackers/clover/core/kernel.cpp | 2 +- > 1 file changed,

[Mesa-dev] [PATCH 1/1] clover: grid_offset should be padded with 0 not 1

2016-05-15 Thread Jan Vesely
Signed-off-by: Jan Vesely --- This is the only mesa change to make the newly introduced global_offset piglit pass on r600 (the rest is llvm/clang/libclc) src/gallium/state_trackers/clover/core/kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_track