Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-16 Thread Leo Liu
On 01/16/2018 04:48 AM, Christian König wrote: Am 16.01.2018 um 10:40 schrieb Gurkirpal Singh: On Mon, Jan 15, 2018 at 9:24 PM, Leo Liu > wrote: Hi lists, If there is no more questions, and no objection, I would like to commit this

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-16 Thread Christian König
Am 16.01.2018 um 10:40 schrieb Gurkirpal Singh: On Mon, Jan 15, 2018 at 9:24 PM, Leo Liu > wrote: Hi lists, If there is no more questions, and no objection, I would like to commit this new OMX st. to upstream. @Gurkipal, If you can

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-16 Thread Gurkirpal Singh
On Mon, Jan 15, 2018 at 9:24 PM, Leo Liu wrote: > Hi lists, > > > If there is no more questions, and no objection, I would like to commit > this new OMX st. to upstream. > > @Gurkipal, If you can send me or lists your rebased patches set for > committing, that would be

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-15 Thread Leo Liu
Hi lists, If there is no more questions, and no objection, I would like to commit this new OMX st. to upstream. @Gurkipal, If you can send me or lists your rebased patches set for committing, that would be appreciated. Leo On 12/04/2017 08:58 AM, Leo Liu wrote: On 12/03/2017 10:04

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-11 Thread Dylan Baker
Please make sure the new .c file is added in the meson build as well before pushing. Dylan Quoting Christian König (2018-01-10 05:03:44) > My last status was that Leo wanted to commit this. > > Leo are you still waiting for something? > > Christian. > > Am 10.01.2018 um 10:29 schrieb Julien

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-10 Thread Christian König
My last status was that Leo wanted to commit this. Leo are you still waiting for something? Christian. Am 10.01.2018 um 10:29 schrieb Julien Isorce: Hi Christian, >> Otherwise I'm going to give it a few more days on the list and push it if nobody objects. Gentle ping ? So far the series

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2018-01-10 Thread Julien Isorce
Hi Christian, >> Otherwise I'm going to give it a few more days on the list and push it if nobody objects. Gentle ping ? So far the series are: Acked-by: Leo Liu Reviewed-by: Julien Isorce Thx Julien On 30 November 2017 at 14:05,

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2017-12-04 Thread Leo Liu
On 12/03/2017 10:04 AM, Gurkirpal Singh wrote: I sent the modified patches in another thread a while ago. Please review in case got missed. Please be patient for a few days to see if any other comments. After then please rebase, add rb/ab to your patches, and send them to me, I will commit

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2017-12-03 Thread Gurkirpal Singh
I sent the modified patches in another thread a while ago. Please review in case got missed. On Thu, Nov 30, 2017 at 7:35 PM, Leo Liu wrote: > > > On 11/30/2017 06:22 AM, Julien Isorce wrote: > > Hi Gurkirpal, > > > Before refactoring process both the state trackers were in

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2017-11-30 Thread Leo Liu
On 11/30/2017 06:22 AM, Julien Isorce wrote: Hi Gurkirpal, > Before refactoring process both the state trackers were in independent directories. > During earlier refactoring effort we decided to keep that directory structure so it made > sense to move them to auxiliary code. After that I

Re: [Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2017-11-30 Thread Julien Isorce
Hi Gurkirpal, > Before refactoring process both the state trackers were in independent directories. > During earlier refactoring effort we decided to keep that directory structure so it made > sense to move them to auxiliary code. After that I moved them both under st/omx. > Since there could be

[Mesa-dev] [PATCH 1/7] gallium: Refactor out vl_put_screen and vl_get_screen

2017-11-28 Thread Gurkirpal Singh
--- src/gallium/auxiliary/Makefile.sources | 2 + src/gallium/auxiliary/vl/vl_screen.c | 107 + src/gallium/auxiliary/vl/vl_screen.h | 33 +++ .../state_trackers/omx_bellagio/entrypoint.c | 83