Re: [Mesa-dev] [PATCH 0/6] dma-buf: Add an API for exporting sync files (v12)

2021-06-15 Thread Christian König
Hi Jason & Daniel, maybe I should explain once more where the problem with this approach is and why I think we need to get that fixed before we can do something like this here. To summarize what this patch here does is that it copies the exclusive fence and/or the shared fences into a sync_f

scanner: use descriptions in entries

2021-06-15 Thread James Legg
This series fixes https://gitlab.freedesktop.org/wayland/wayland/-/issues/208 and alters a test to confirm it. I know I'm supposed to use a gitlab pull request, but I can't create an account as there is an error with reCAPTCHA, already reported here: https://lists.freedesktop.org/archives/sitewr

[PATCH 2/2] tests: Test wayland-scanner with a description in an entry

2021-06-15 Thread James Legg
This previously would have caused a memory leak and incorrect comments. Signed-off-by: James Legg --- tests/data/example-client.h | 20 ++-- tests/data/example-server.h | 20 ++-- tests/data/example.xml | 26 ++ 3 files changed, 34 ins

[PATCH 1/2] scanner: Use descriptions in entries

2021-06-15 Thread James Legg
entry may have a description according to the DTD. This is used in some protocols including xdg-shell. Fixes the code comment on an enum declaration using the description of the last enum that had one, adds the descriptions to the comments on enumerators, and avoids leaking the previously missing

Re: Surface ID assignment for multiple instances of an application

2021-06-15 Thread Eugen Friedrich
Hi Dalvi, The ivi id is something application needs to set explicitly, need to understand how the id is assigned for application you already can control?! Are you using id-agent plugin? Best regards Jena Vaibhav Dalvi schrieb am Fr. 4. Juni 2021 um 07:19: > Hi all, > I'm working on a simple C+