Re: [Mesa-dev] [PATCH v4 3/7] etnaviv: initialize seqno of imported resources

2017-01-18 Thread Christian Gmeiner
Reviewed-by: Christian Gmeiner 2016-12-06 17:17 GMT+01:00 Philipp Zabel : > Imported resources already have contents that we want to be copied to > texture resources derived from them. Set initial seqno of imported > resources to 1, just as if it had already been rendered to. > > Signed-off-by: P

[Mesa-dev] [PATCH v4 3/7] etnaviv: initialize seqno of imported resources

2016-12-06 Thread Philipp Zabel
Imported resources already have contents that we want to be copied to texture resources derived from them. Set initial seqno of imported resources to 1, just as if it had already been rendered to. Signed-off-by: Philipp Zabel --- src/gallium/drivers/etnaviv/etnaviv_resource.c | 2 ++ 1 file chan