Bug 40919 - vgChildImage seems not to be implemented
Summary: vgChildImage seems not to be implemented
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 12:34 UTC by Andreas Betz
Modified: 2011-09-20 21:05 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Andreas Betz 2011-09-15 12:34:47 UTC
Regarding the OpenVG 1.1 spec vgChildImage should be used if you have an image and a sub image of it and you still need both...

vgChildImage should use the original images data to avoid copying the part of the image ... and so on ... like vgImageSubData + vgCreateImage does.

Unfortunately vgChildImage returns VG_INVALID_HANDLE each time i call it.

So my question is there a chance that this is ging to be supported?
Comment 1 Chia-I Wu 2011-09-16 06:52:10 UTC
It was broken by a fix for 64-bit system (commit 99c67f27d35a).  vg_context_is_object_valid never returns true for VGImage and other objects.  I will work on a fix next week.
Comment 2 Andreas Betz 2011-09-16 07:18:06 UTC
Thank you very much ! :o)
Comment 3 Chia-I Wu 2011-09-20 21:05:50 UTC
This should be fixed by ceb6d349 on master.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.