Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wpe_fdo_egl_exported_image struct to wrap the EGL image #37

Merged
merged 1 commit into from
Apr 30, 2019

Conversation

carlosgcampos
Copy link
Collaborator

A new vfunc has been added to wpe_view_backend_exportable_fdo_egl_client
that receives a struct wpe_fdo_egl_exported_image. The image is
created associated to its buffer resource, and released when the buffer
is destroyed if the user released it back.

@carlosgcampos carlosgcampos force-pushed the cgarcia/exported-image branch 2 times, most recently from 5f48af4 to 4846fe8 Compare April 29, 2019 08:25
Copy link
Contributor

@zdobersek zdobersek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest looks good.

src/view-backend-exportable-fdo-egl.cpp Show resolved Hide resolved
A new vfunc has been added to wpe_view_backend_exportable_fdo_egl_client
that receives a struct wpe_fdo_egl_exported_image. The image is
created associated to its buffer resource, and released when the buffer
is destroyed if the user released it back.
@carlosgcampos carlosgcampos force-pushed the cgarcia/exported-image branch from 4846fe8 to 0456a43 Compare April 30, 2019 07:51
@carlosgcampos carlosgcampos merged commit e48d475 into master Apr 30, 2019
@carlosgcampos carlosgcampos deleted the cgarcia/exported-image branch April 30, 2019 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants