Re: [Mesa-dev] [PATCH 4/4] radeon/winsys: keep screen pointer in winsys v2

2013-09-25 Thread Marek Olšák
For this patch: Reviewed-by: Marek Olšák For the rest: Acked-by: Marek Olšák I don't know much about the build system, so I can't say if the patches are correct. If all the targets build successfully, then it's probably fine. Marek On Wed, Sep 25, 2013 at 2:31 PM, Christian König wrote: >

[Mesa-dev] [PATCH 4/4] radeon/winsys: keep screen pointer in winsys v2

2013-09-25 Thread Christian König
From: Christian König Only create one screen for each winsys instance. This helps with buffer sharing and interop handling. v2: rebased and some minor cleanup Signed-off-by: Christian König --- src/gallium/drivers/r300/r300_screen.c| 3 +++ src/gallium/drivers/r600/r600_pipe.c