Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-14 Thread Emil Velikov
On 12 May 2016 at 16:25, Leo Liu wrote: > On 05/12/2016 11:08 AM, Emil Velikov wrote: >> >> On 12 May 2016 at 15:01, Leo Liu wrote: >>> >>> >>> On 05/12/2016 09:47 AM, Emil Velikov wrote: Hi Leo, On 11 May 2016 at 22:14, Leo Liu wrote: > > On 05/11/2016 04:20 PM, Axel

Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-12 Thread Leo Liu
On 05/12/2016 11:08 AM, Emil Velikov wrote: On 12 May 2016 at 15:01, Leo Liu wrote: On 05/12/2016 09:47 AM, Emil Velikov wrote: Hi Leo, On 11 May 2016 at 22:14, Leo Liu wrote: On 05/11/2016 04:20 PM, Axel Davy wrote: On 11/05/2016 17:06, Leo Liu wrote: Screen created with device fd ret

Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-12 Thread Emil Velikov
On 12 May 2016 at 15:01, Leo Liu wrote: > > > On 05/12/2016 09:47 AM, Emil Velikov wrote: >> >> Hi Leo, >> >> On 11 May 2016 at 22:14, Leo Liu wrote: >>> >>> On 05/11/2016 04:20 PM, Axel Davy wrote: On 11/05/2016 17:06, Leo Liu wrote: > > Screen created with device fd returned f

Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-12 Thread Leo Liu
On 05/12/2016 09:47 AM, Emil Velikov wrote: Hi Leo, On 11 May 2016 at 22:14, Leo Liu wrote: On 05/11/2016 04:20 PM, Axel Davy wrote: On 11/05/2016 17:06, Leo Liu wrote: Screen created with device fd returned from X server, also will bail out to DRI2 with certain conditions. Signed-off-by:

Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-12 Thread Emil Velikov
Hi Leo, On 11 May 2016 at 22:14, Leo Liu wrote: > On 05/11/2016 04:20 PM, Axel Davy wrote: >> >> On 11/05/2016 17:06, Leo Liu wrote: >>> >>> Screen created with device fd returned from X server, >>> also will bail out to DRI2 with certain conditions. >>> >>> Signed-off-by: Leo Liu >>> --- >>>

Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-11 Thread Leo Liu
On 05/11/2016 04:20 PM, Axel Davy wrote: On 11/05/2016 17:06, Leo Liu wrote: Screen created with device fd returned from X server, also will bail out to DRI2 with certain conditions. Signed-off-by: Leo Liu --- configure.ac | 7 ++- src/gallium/auxiliary/vl/vl

Re: [Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-11 Thread Axel Davy
On 11/05/2016 17:06, Leo Liu wrote: Screen created with device fd returned from X server, also will bail out to DRI2 with certain conditions. Signed-off-by: Leo Liu --- configure.ac | 7 ++- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 88

[Mesa-dev] [PATCH 02/14] vl/dri3: implement dri3 screen create and destroy

2016-05-11 Thread Leo Liu
Screen created with device fd returned from X server, also will bail out to DRI2 with certain conditions. Signed-off-by: Leo Liu --- configure.ac | 7 ++- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 88 ++- 2 files changed, 93 insertions(