Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-10-01 Thread Alex Deucher
il.com] >>Sent: Monday, September 29, 2014 12:27 PM >>To: Liu, Leo >>Cc: mesa-dev@lists.freedesktop.org; Koenig, Christian >>Subject: Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker >> >>Hi Leo, >> >>[...] >>>>It seems t

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-10-01 Thread Emil Velikov
On 01/10/14 14:00, Liu, Leo wrote: > Hi Emil, > > Any comments on V4 > It actually hurts me that I have to write the following: Is it too unusual to ./configure (or perhaps even make) prior to this email/sending out the patch? I realise that mesa is big and slow but spending 10-20 seconds (confi

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-10-01 Thread Liu, Leo
;>Sent: Monday, September 29, 2014 12:27 PM >>To: Liu, Leo >>Cc: mesa-dev@lists.freedesktop.org; Koenig, Christian >>Subject: Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state >>tracker >> >>Hi Leo, >> >>[...] >>>>It seems that

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-29 Thread Liu, Leo
Subject: Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker > >Hi Leo, > >[...] >>>It seems that you've dropped the sym file. Is that intentional, can we >>>get it back please ? >>> >> I will get it back. >> What's the purp

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-29 Thread Emil Velikov
Hi Leo, [...] >>It seems that you've dropped the sym file. Is that intentional, can we get it >>back >>please ? >> > I will get it back. > What's the purpose of this sym file? Thanks. > It can be used for two purposes - version/tag exported symbols, manager exported/private symbols. We use the la

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-28 Thread Liu, Leo
Hi Emil, >-Original Message- >From: Emil Velikov [mailto:emil.l.veli...@gmail.com] >Sent: Sunday, September 28, 2014 4:43 PM >To: Liu, Leo; mesa-dev@lists.freedesktop.org >Cc: emil.l.veli...@gmail.com; Koenig, Christian >Subject: Re: [Mesa-dev] [PATCH v3 2/6] st/va: sk

Re: [Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-28 Thread Emil Velikov
Hi Leo, On 26/09/14 21:13, Leo Liu wrote: > From: Christian König > > This patch adds a skeleton VA-API state tracker, > which is filled with live in the subsequent patches. > > v2: fixes in configure.ac and va state_tracker Makefile.am s/state_tracker Makefile.am/target Makefile.am/ > v3: con

[Mesa-dev] [PATCH v3 2/6] st/va: skeleton VAAPI state tracker

2014-09-26 Thread Leo Liu
From: Christian König This patch adds a skeleton VA-API state tracker, which is filled with live in the subsequent patches. v2: fixes in configure.ac and va state_tracker Makefile.am v3: configure.ac: generate a marco for link to xcb auto-dectecting VA version rebase with up