Re: [Mesa-dev] [PATCH 6/6] gallium/radeon: fix saving multi-part command streams

2017-08-22 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Tue, Aug 22, 2017 at 5:45 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Use the correct type to fix pointer arithmetic. > --- > src/gallium/drivers/radeon/r600_pipe_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[Mesa-dev] [PATCH 6/6] gallium/radeon: fix saving multi-part command streams

2017-08-22 Thread Nicolai Hähnle
From: Nicolai Hähnle Use the correct type to fix pointer arithmetic. --- src/gallium/drivers/radeon/r600_pipe_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeon/r600_pipe_common.c b/src/gallium/drivers/radeon/r600_pipe_common.c index 37c12dea