On Thu, 2022-03-31 at 15:26 +, Xiang, Haihao wrote:
> On Thu, 2022-03-31 at 14:58 +, Xiang, Haihao wrote:
> > On Tue, 2022-03-29 at 14:37 +, Xiang, Haihao wrote:
> > > On Fri, 2022-03-11 at 13:24 +0100, Ingo Brückl wrote:
> > > > Commit e050959103f375e6494937fa28ef2c4d2d15c9ef implement
On Thu, 2022-03-31 at 14:58 +, Xiang, Haihao wrote:
> On Tue, 2022-03-29 at 14:37 +, Xiang, Haihao wrote:
> > On Fri, 2022-03-11 at 13:24 +0100, Ingo Brückl wrote:
> > > Commit e050959103f375e6494937fa28ef2c4d2d15c9ef implemented passing in
> > > modifiers by using the PRIME_2 memory type,
On Tue, 2022-03-29 at 14:37 +, Xiang, Haihao wrote:
> On Fri, 2022-03-11 at 13:24 +0100, Ingo Brückl wrote:
> > Commit e050959103f375e6494937fa28ef2c4d2d15c9ef implemented passing in
> > modifiers by using the PRIME_2 memory type, which only exists in v2 of
> > the library.
> >
> > To still su
On Fri, 2022-03-11 at 13:24 +0100, Ingo Brückl wrote:
> Commit e050959103f375e6494937fa28ef2c4d2d15c9ef implemented passing in
> modifiers by using the PRIME_2 memory type, which only exists in v2 of
> the library.
>
> To still support v1 of the library, conditionally compile using
> VA_CHECK_VERS
Commit e050959103f375e6494937fa28ef2c4d2d15c9ef implemented passing in
modifiers by using the PRIME_2 memory type, which only exists in v2 of
the library.
To still support v1 of the library, conditionally compile using
VA_CHECK_VERSION() for both the new code and the old code before
the commit.
--