[Mesa-users] OpenVG pbuffer surface with EGL/mesa
Manfred Kogler
manfred.kogler at gmail.com
Mon Sep 10 00:37:31 PDT 2012
Hi all!
I'm working on a project where we would like to use OpenVG using the mesa
EGL/OpenVG implementation for rendering to a pbuffer surface (via cairo).
Unfortunately, this does not work right now. The problem is that
mesa/EGL-file egl_g3d_st.c implements function
pbuffer_reference_openvg_image() like that:
static void
pbuffer_reference_openvg_image(struct egl_g3d_surface *gsurf)
{
/* TODO */
}
I've already filed this problem to mesa/EGL bugzilla:
https://bugs.freedesktop.org/show_bug.cgi?id=54600
"pbuffer_reference_openvg_image() not implemented (egl_g3d_st.c)"
Has anybody any idea how to work-around that problem?
Or is there any other option to use OpenVG (with cairo)?
Many thanks and best regards,
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-users/attachments/20120910/022acfca/attachment.html>
More information about the mesa-users
mailing list